@charset "UTF-8";
/* header */
.header{position:fixed;height:80px;background:#006fe2; width:100%;max-width:800px; z-index:9999;}
.header .logo{display:block;padding:0px 0 0 10px;}
.header .logo img{display:block; height:80px; margin:0 auto;left:0;overflow:hidden; float:left;vertical-align: middle;}
.header .back{position:absolute;top:0;left:0;display:block;width:80px;height:80px;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

body{width:100%;max-width:800px;margin:0 auto;}