@charset "UTF-8";
/* header8 */
.header8{position:relative;height:40px;background:#0C500B;}
.header8 .logo{display:block;width:130px;height:30px;}
.header8 .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header8 .search:hover{background-color:#0C500B;}
.header8 .search span{display:none;}
.header8 .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header8 .user-icon span{display:none;}
.header8 .user-icon:hover{background-color:#0C500B;}
.header8 .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;}

@media (min-width:641px){body{width:640px;margin:auto;}}