@charset "UTF-8";
/* header */
.head{position:relative;height:50px;}
.head .logo{display:block;width:130px;height:30px;padding:10px 0 0 10px;}
.head .logo img{display:block;width:100%;}
.head .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%;}
.head .search span{display:none;}
.head .user-icon span{display:none;}
.head .user-icon:hover{background-color:#333;}
.head .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 screen and (max-width:880px) {
	
	
	
	.head .logo{display:block;width:60%;height:auto;padding:10px 0 0 10px;}
	
	
	
	
	
	
	}

