@charset "UTF-8";
/* header */
.header{    position: fixed;
    /*min-height: 56px;*/
    background: #ffffff;
    z-index: 9999;
    width: 100%; margin-bottom:56px;}
.header .logo{display:block;width:150px;height:50px;padding:10px 0 0 10px;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:45px;z-index:1000;display:block;width:50px;height:56px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#f6f6f6;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:90px;z-index:1000;display:block;width:50px;height:56px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#f6f6f6;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:56px;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;}}