@charset "utf-8";

.contents {
	padding-top: 121px;
}

/* ---------- mv ----------*/
#mv {
	width: 960px;
	height: 540px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#mv > div {
	width: 960px;
	height: 540px;
	position: absolute;
	top: 0;
	left: 0;
}


/* ---------- news ----------*/
#news {
	width: 960px;
	overflow: hidden;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 49px;
	border-bottom: 1px solid #ccc;
}

#news h2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -32px;
	line-height: 0;
}

#news .moreBtn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 11px;
	line-height: 0;
}

#news ul {
	width: 724px;
	float: right;
}

#news li {
	width: 724px;
	overflow: hidden;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

#news li.last {
	border: none;
	padding: 0;
	margin: 0;
}

#news li dt {
	width: 120px;
	height: 80px;
	float: left;
	background: url(../../img/top/news/noimage.gif) no-repeat;
}

#news li dt img {
	width: 120px;
	height: 80px;
}

#news li dd {
	margin-left: 160px;
	line-height: 1.6;
}

#news li dd .date {
	font-size: 87%;
	color: #999;
}

#news li dd .readmore {
	font-size: 87%;
}


/* ---------- instructor----------*/
#instructor {
	width: 420px;
	float: left;
	margin-left: 28px;
}

#instructor h2 {
	margin-bottom: 48px;
}


/* ---------- movie----------*/
#movie {
	width: 420px;
	float: right;
	margin-right: 28px;
}

#movie h2 {
	margin-bottom: 48px;
}

#movie div {
	width: 420px;
	height: 270px;
	overflow: hidden;
}