.voicetable {
	width: 100%;
}
.voice-title {
	width: 15%;
	font-size: 17px;
}
.voice-file {
	text-align: center;
	display: none;
}
.voicetable[data-cv="cn"] .voice-file[data-cv="cn"] {
	display: table-cell;
}
.voicetable[data-cv="en"] .voice-file[data-cv="en"] {
	display: table-cell;
}
.voicetable[data-cv="ja"] .voice-file[data-cv="ja"] {
	display: table-cell;
}
.voicetable[data-cv="ko"] .voice-file[data-cv="ko"] {
	display: table-cell;
}
.voice-player {
	height: 38px;
}
.voice-text {
	width: 65%;
}
.voice-line {
	display: none;
}
.voice-line[data-show="on"] {
	display: block;
}