@charset "UTF-8";
/*!
 * 青髪のテツ 直入会用 CSS
 */

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
/*-- PC ----------------------*/
.main-wrap{width:100%;}
#header {width:980px;
  margin: 0 auto;}
.content {width:750px;}
.wrap-content {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer .footer-bottom ul li {
  display: inline-block;
  border-right: none;
}
#footer .footer-bottom ul li:first-item {
  border-right: none;
}


/*-- SP ----------------------*/
@media(max-width:767px) {
  .wrap-content,.content {
    width: 100%;
  }
  #header {
    width:100%;
    font-size: 10px;
  }
}


