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

@media screen and (min-width: 999px) {
#headerWrap {
	width: 100%;
	height: auto;
	z-index: 9999;
	position: fixed;
	top: 0px;
}
#headerWrap .headCnt {
	width: 100%;
	height: 114px;
	background-color: #FFF;
}

#headerWrap .headCnt .headBlock {
	width: 1000px;
	text-align: right;
	height: 114px;
	z-index: 3000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#imageWrapS{
	display: none;
	margin-top: 70px;
}
}
@media screen and (max-width: 998px) {
#headerWrap {
	width: 100%;
	height: auto;
	z-index: 9999;
	position: fixed;
	margin-top: -70px;
}

#headerWrap .headCnt {
	width: 100%;
	height: 70px;
	background-color: #FFF;
}

#headerWrap .headCnt .headBlock {
	width: 100%;
	text-align: right;
	height: 70px;
	z-index: 3000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#imageWrap{
	display: none;
}
#imageWrapS{
	margin-top: 70px;
}
}
