@media screen and (max-width: 767px) {
.lsubcont{
display:none;
width:100%;
margin:0 0;

}

.subroom{
width:100%;
}
.rsubcont{
width:100%;
float:none;

margin:0 0;
}
.header-wrap{
display:none;
}
.news .tit{
font-size:1.2rem;

}

.sub_cont h2 {
font-size:1.2rem;

}



.foot{
display:none;
}
.sytxyt{
display:none;
}

}
/*end (max-width: 767px)*/


@media all and (orientation : landscape) {
}
@media all and (orientation : portrait){



}