@charset "UTF-8";
/* CSS Document */
body{font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;}

* {
    -webkit-box-sizing: border-box!important;
       -moz-box-sizing: border-box!important;
         -o-box-sizing: border-box!important;
        -ms-box-sizing: border-box!important;
            box-sizing: border-box!important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box!important;
     -moz-box-sizing: border-box!important;
          box-sizing: border-box!important;
}

.pcDisp{display:none;}
.smDisp{display:block;}
.sm_hide{display:none;}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  overflow-x:hidden;
}

/* 768 */
@media screen and (min-width: 768px) {
.sm_hide{display:block;}
.pcDisp{display:block;}
.smDisp{display:none;}

body{font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
font-size: 100%;
line-height: 1;}
.container {width: 760px; padding-right: 0px;padding-left: 0px;}
}


/* 960 */
@media screen and (min-width: 960px) {
.container {width: 960px;}
}


