@charset "UTF-8";
/* ■■ width600 ■■ */
@media screen and (max-width: 601px) {


/*--------------------------------------------------------
定数
--------------------------------------------------------*/
.sp_l {
  text-align:left!important;
}
.visible600{
    display: block;
    margin:auto;
    }
.hidden600{
    display: none;
    }
.text.c {
    text-align:left;
}
.sp_c {
    text-align:center!important;
}
.sp600_w90 {
  width:90%;
}


/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
#top {
  width:100%;
  height: 40px;
}
.copyright{
  padding: 12px 0;
}





/*--------------------------------------------------------
//各種レイアウト
--------------------------------------------------------*/

}