@charset "UTF-8";.header{position:relative;position:fixed;height:50px;background:#0069ad}
.header .logo{display:block; margin-top:3px;}
.header .logo img{display:block;width:100%}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;text-indent:-9999em}
.header .search:hover{background-color:#0067d2}
.header .search span{display:none}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;text-indent:-9999em}
.header .user-icon span{display:none}
.header .user-icon:hover{background-color:#0067d2}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;background:url(../images/icon-back.png) no-repeat center center;background-size:9pt 20px;text-indent:-9999em}
@media (min-width:641px){body{margin:auto;width:40pc}
}
