/* newsBox override */
.newsBox_L, .newsBox_R {
	height: 200px;
	margin-top: 0;
	margin-bottom: 15px;
}
.soundList {
	border-bottom: 1px solid #808080;
	margin-bottom: 20px;
	margin-top: 20px;
}
.soundList:first-child {
	margin-top: 0px;
}
.soundList:last-child {
	margin-top: 0px;
	border-bottom: 0px;
}
.vdoInfo, .soundInfo, .downloadInfo, .mediaInfo {
	color: #808080;
	line-height: 24px;
	font-size: 0.8em;
	font-weight: bold;
}
.soundInfo {
	margin-top: 7px;
}
.soundDownload {
	text-align: right;
	padding-bottom: 20px;
	border-bottom: 1px solid #808080;
}
.soundDownload img {
	vertical-align: middle
}
.soundToolbar {
	width:80px;
	height:32px;
	background-color: #E5E5E5;
}
.vdoInfo {
	margin-top: 14px;
}

/*** 
download section
***/
.downloadArea{
	margin: 18px auto 10px;
}

.downloadArea img {
	margin-bottom:16px;
	vertical-align:middle;
}
