@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
body {
/*
	overflow-y: scroll;
	*/
}
*html body {
	overflow-y: auto;
} /* IE6 */
*:first-child+html body {
	overflow-y: auto;
} /* IE7 */
/* .listCover
------------------------- */
.listCover {
	text-align: left;
}
.listCover2 {
	text-align: left;
}
/* .listItem
------------------------- */
.listCover .listItem {
	width: 21%;
	margin: 10px 2% 0 0;
	padding: 0 0 25px 0;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	cursor: pointer;
	position: relative;
}
.listCover .listItem img {
	width: 100%;
}
.listCover .listItem .movie_title span {
	position: absolute;
	width: 100%;
	left: 98px;
	top: 189px;
	}
.listCover .listItem .movie_title span img {
	width: 100%;
	position: absolute;
}
.listCover .active {
	background: url(/images/imageUI/mov_arrow.png) no-repeat bottom center;
}
.listCover .listItem .selfRep {
	display: none;
}
.listItem .movie_title h5 {
	font-weight: bold;
	font-size:.9em;
	line-height: 1.4em;
}




.listCover2 .listItem {
	width: 21%;
	margin: 10px 2% 0 0;
	padding: 0 0 25px 0;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	cursor: pointer;
	position: relative;
}
.listCover2 .listItem img {
	width: 100%;
}
.listCover2 .listItem .movie_title span {
	position: absolute;
	width: 100%;
	left: 98px;
	top: 189px;
	}
.listCover2 .listItem .movie_title span img {
	width: 100%;
	position: absolute;
}
.listCover2 .active {
	background: url(/images/imageUI/mov_arrow.png) no-repeat bottom center;
}
.listCover2 .listItem .selfRep {
	display: none;
}
/* .expandField
------------------------- */
.expandField {
	padding: 10px 0;
	width: 100%;
	text-align: left;
	text-shadow: none;
	display: block;
	background: #4b4b4b;
	float: left;
	position: relative;
	overflow: hidden;
}
.expandField .btnClose {
	top: 30px;
	right: 30px;
	width: 23px;
	height: 23px;
	display: block;
	background: url(/images/imageUI/mov_close.png) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnPrev {
	top: 170px;
	left: 0;
	width: 35px;
	height: 55px;
	display: block;
	background: url(/images/imageUI/mov_prev.png) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnNext {
	top: 170px;
	right: 0;
	width: 35px;
	height: 55px;
	display: block;
	background: url(/images/imageUI/mov_next.png) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .selfRepInner {
	padding: 50px 80px;
	text-align: center;
	position: relative;
}
.expandField .selfRepInner .secLeft {
	width: 80%;
	max-width: 560px;
	margin: 0 0 10px 10%;
	float: left;
	clear: both;
	text-align: left;
}
.expandField .selfRepInner .secRight {
	width: 80%;
	margin: 0 0 0 10%;
	float: left;
	clear: both;
	text-align: left;
	color: #fff;
}


.expandField .selfRepInner .secRight p  {
		padding: 0 0 0 0;
}
/* ===========================================
	SizeAdjustment
=========================================== */
@media screen and (max-width: 600px) {
.expandField .selfRepInner .secLeft img {
	width: 80%;
}
}

@media screen and (max-width: 480px) {
.expandField .selfRepInner .secLeft {
	display: none;
}
.expandField .selfRepInner .secRight {
	width: 100%;
	float: none;
}
}
/* =======================================
	ClearFix
======================================= */
.listCover:before, .listCover:after,.listCover2:before, .listCover2:after, .expandField .selfRepInner:before, .expandField .selfRepInner:after {
	content: " ";
	display: table;
}
.listCover:after,.listCover2:after, .expandField .selfRepInner:after {
	clear: both;
}
.listCover,.listCover2, .expandField .selfRepInner {
*zoom: 1;
}
