@charset "utf-8";
/* CSS Document */

#contentsBody {
	width: 880px;
	margin: 0px auto;
	padding-bottom:30px;
}

#movieNavi {
	font-size: 14px;
	color: #3D3D3D;
	height: 52px;
	line-height: 52px;
	padding-left: 34px;
}

#movieNavi a {
	color: #C5C5C5;
}

#movieNavi span {
	color: #C5C5C5;
	margin: 0px 20px;
	display: inline-block;
}

.leftUnit {
	float: left;
}

.rightUnit {
	float: left;
	margin-left: 20px;
}

.subCaption:first-child{
	margin-top: 0px;
}

.sampleArea {
	position:relative;
}

.sampleArea .noisePattern {
	background:url(/common/image/movie/noise_pattern.png);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.sampleArea .btnPlay {
	cursor:pointer;
	position:absolute;
	left:175px;
	top:81px;
}

.sampleArea .movieCaption {
	background:url(/common/image/movie/caption_pattern.png);
	
	width:100%;
	height:60px;
	
	position:absolute;
	left:0px;
	bottom:0px;
	
	color:#171718;
}

.sampleArea .movieCaption dt {
	font-size:18px;
	height:35px;
	line-height:35px;
	margin-left:10px;
}

.sampleArea .movieCaption dd {
	font-size:15px;
	height:15px;
	line-height:15px;
	margin-left:10px;
}

.movieList {
	width: 880px;
	margin: 0px auto;
	margin-top:10px;
}

.movieList li {
	width: 280px;
	padding-right: 10px;
	float: left;
	position: relative;
	min-height: 85px;
	padding-bottom: 10px;
	background: white;
}

.movieList li dl {
	background: white;
	position: absolute;
	width: 155px;
	padding-left: 75px;
	padding-top: 10px;
	min-height: 75px;
}

.movieList .movieImage {
	background: f7f7f8;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 54px;
	height: 30px;
	overflow: hidden;
	background: #f7f7f8;
	text-align: center;
	background: f7f7f8;
}

.movieList .movieName {
	color: #444546;
}

.movieList .movieDate {
	color: #979B9E;
	font-size: 12px;
}


.movieList .movieDate span {
	color:#FF003C !important;
}

#movieNavi {
	position:relative;
}

#movieNavi .lmark {
	position: absolute;
	right: 35px;
	top: 5px;
}