@charset "utf-8";

/*************************************
Responsive STYLES
*************************************/

@import url(responsive-nav.css);
.sp,.tb,.tb_sp { display: none !important;  }

@media only screen and (max-width: 1079px){
.pc { display: none !important; }
.tb,.tb_sp { display: block !important; }
}
@media only screen and (max-width:644px){
.pc_tb,.tb { display: none !important; }
.sp { display: block !important; }

}
