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

/* ----------------------------------------- */
/* スマホ対応
/* ----------------------------------------- */

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  #page{
    overflow : hidden ;
  }
  img{
    max-width: 100%;
    height: auto;
    float: none;
  }
  .pc{
    display: none;
  }
}
/* PC View */
@media print, screen and (min-width:650px) {
  .sp {
    display: none;
  }
}