@charset "UTF-8";
/* #mainImg
------------------------- */
#mainImg {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#mainImg ul {
	width:100%;
	overflow: hidden;
	position: relative;
}
#mainImg ul li {
	top: 0;
	left: 0;
	width:100%;
	position: absolute;
}
#mainImg ul li img {
	width:100%;
	height:388px;
}


/* =======================================
	ClearFixElements
======================================= */
#mainImg ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#mainImg ul {
	display: inline-block;
	overflow: hidden;
}