@charset "utf-8";
h4.lead{
	color:#23d1de;
	text-align:center;
	margin:10px;
	font-size:14px;
}
p.catch{
    font-size:13px;
    line-height:1.6em;
	text-align:center;
}

div.voice{width:520px;margin: 30px auto 70px;
}

div.voice dl{
width:250px;
    margin: 10px 0 10px 10px;
    	float:left;
}
div.voice dl dt{
	float:left;
	width: 155px;
    margin-left: 10px;
    margin-bottom: 5px;    
}
div.voice dl p{
    line-height: 1.6em;
    font-size:13px;
}

div.voice dl dd{
	float:left;
	margin:16px 0 0; 
}

/* CSS Document */
.anxSoundPlayer {
	position:relative;
	width: 75px;
	height: 75px;
	color: rgb(0, 0, 0);
	font-size:9px;
	overflow:hidden;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	line-height: 1em;
}

/* btnPlay */
.anxSoundPlayer .btnPlay, .anxSoundPlayer .btnPause {
	width: 57px;
	height: 56px;
	overflow:hidden;
	cursor:pointer;	
	position:absolute;
	top:18px;
}

.anxSoundPlayer .btnPlay {
	background: url(../img/special/voice/btn_play.png);
}

.anxSoundPlayer .btnPlay:hover {
}

/* btnPause */
.anxSoundPlayer .btnPause {
	background: url(../img/special/voice/btn_pause.png);
}

.anxSoundPlayer .btnPause:hover {
}

/* seek */
.seekBase {
	display:none;
}

.seekProgress {
	display:none;
}


/* volume */
.volumeBase {
	display:none;
}

.volumeProgress {
	display:none;
}

/* time */
.timeDisplay {
	display:none;
}

/* title */
.titleDisplay {
	display:none;
}

.titleDisplay span {
	display:none;
}


/* do not Change */
.BrightcoveExperience {
	opacity:0;
	position:relative;
}