body {
	background-attachment: fixed;
	background-color: #FFF;
	background-size: 100% auto;
}
@media (max-width: 800px) {
	body {
		background-color: #fff;
		background-image: none;
	}
}

.header-body {
	background-color: #FFF;
}
.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: #119966;
}
.header-menu ul li a.active {
	background-color: #33eecc;
}
@media (max-width: 800px) {
	.contents-box-header-skt {
		background-color: #196 !important;
		padding: 6px 5px !important;
	}
	.contents-box-header-skt span {
		background-color: #196 !important;
		border-left: 12px solid #ffca00 !important;
		color: #fff !important;
		font-size: 16px !important;
		height: 20px !important;
		padding: 0 10px !important;
		font-weight:bold !important;
	}
	.header-body-logo {
		width: 200px;
	}
	.header-menu ul li {
	border: 1px outset #093;
}
}

.contents-top-header, .contents-box-header-skt {
	background-color: #eee;
	display: block;
	margin-bottom: 5px;
}
.contents-top-header span, .contents-box-header-skt span {
	background-color: #fff;
	color: #000;
	display: inline-table;
	font-size: 20px;
	font-weight: bold;
	margin-left: 6px;
	padding: 0 15px;
}