@charset "utf-8";
/* CSS Document 2014/09/30 */
.videoWrapper {
	margin-bottom: 10px;
	position: relative;
}
.videothumbs li a {
}
.videothumbs li.current a {
	text-decoration: none;
	color: #3c3c3c;
	cursor: default;
	font-weight: bold;
}

.voiceBlock {
	display: block;
	padding: 0 3px;
}
.voiceBlock .btnVoiceOpen {
	background: url(/nf_global/v1/common/images/voicetext_open_mo.png) no-repeat left top;
	display: block;
}
.voiceBlock .btnVoiceClose {
	background: url(/nf_global/v1/common/images/voicetext_close_mo.png) no-repeat left top;
	display: none;
}
.voiceBlock .btnVoiceOpen.e {
	background: url(/nf_global/v1/common/images/voicetext_e_open_mo.png) no-repeat left top;
	display: block;
}
.voiceBlock .btnVoiceClose.e {
	background: url(/nf_global/v1/common/images/voicetext_e_close_mo.png) no-repeat left top;
	display: none;
}
.voiceBlock .textBlock {
	display: none;
}
.voiceBlock .textBlock .innerBlock {
	border: solid 4px #e6e6e6;
	border-top: none;
}
.voiceBlock .textBlock .scrollBlock {
	height: 175px;
	overflow-y: scroll;
}
.voiceBlock .textBlock .paddingBlock {
	padding: 10px 8px;
}