@charset "UTF-8";
/* CSS Document */

@media print {
 body {-webkit-print-color-adjust: exact;}
} 

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}
html, body {
	width: 960px;
}
label.hamburger {
    position: absolute;}
#menu{
    position: absolute;
    height: 60px;
} 
.drawer-list{display: none}


.container-main{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#page-top{display: none}

#fix-copy.fix{
	position: relative;
	left: 10%;
	top: 70px;
	opacity: 1;
	transition: .3s;
}
.fuwa,
.article-photo{opacity: 1}

#fix-copy,
#fix-copy.fix{
    position: absolute !important;
    left: 0 !important
}

#menu.menu-lo.menu-fix:after{display: none}