body {
	background: url("/img/1688/gd_hagaoke_bg.jpg") 0 0 no-repeat;
	background-attachment: fixed;
	background-color: #ffca00;
	background-size: 100% auto;
}
@media (max-width: 800px) {
	body {
		background-color: #fff;
		background-image: none;
	}
}
.header-body {
	background-color: #5C9F7D;
}
.header-body-left-noevent {
	color: #222;
	cursor: pointer;
	font-size: 25px;
	height: 50px;
	left: 5px;
	position: absolute;
	top: 20%;
	z-index : 990;
	transform: none;
}
.header-body-left-noevent img {
	height: 80%;
}
.header-body-right-noevent {
	color: #222;
	cursor: pointer;
	font-size: 25px;
	height: 50px;
	position: absolute;
	right: 5px;
	top : 20%;
	z-index : 990;
	transform: none;
}
.header-body-right-noevent img {
	height: 80%;
}
.header-menu ul li {
	background-color: #596F46;
}
.header-menu ul li a.active {
	background-color: #6B7F59;
}
@media (max-width: 800px) {
	.header-body-logo {
		width: 200px;
	}
}
