@charset "utf-8";
/* CSS Document */

.header{ display:none !important;}
.pcmenu{display:block !important;}
@media only screen and (max-width: 1000px){
.pcmenu{display:none !important;}
.header{ display:block !important;position:relative;height:65px;background:#FFF; }
.header .logo{display:block;width:180px;height:auto;padding:5px 0 0 10px;}
.header .logo img{display:block;width:100%; height:auto;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}


}