@charset "UTF-8";
/* CSS Document */

/*box css */
.box {
  display: inline-block;
  background-color: #EEEEEE;
  height: 210px;
  width: 315px;
  margin: 15px;
}

@media only screen and (max-width: 400px) {
    
    .box {
  
    height: 167px;
  width: 250px;
        max-width: 100%;
        padding: 0;
        margin: 15px 0 15px 0;
}


}