@charset "UTF-8";

#audiojs_wrapper1,#audiojs_wrapper2,#audiojs_wrapper3
{display: inline-block!important;}
.audiojs {
	z-index: 25;
	position: absolute;
	cursor: pointer;
	display: inline-block!important;
}
.audiojs {
	background: none;
	box-shadow: none;
	width: 200px;
	height: 69px;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	position: absolute;
}
.audiojs .play-pause {
	width: 200px;
	height: 69px;
	margin: 0px;
	padding: 5px 0px;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:4px;
	border: none;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojs .play {
	display: block;
}
.audiojs .scrubber {
	position: relative;
	float: left;
	width: 200px;
	height: 69px;
	border-left: 0px;
	border-bottom: 0px;
	border: none;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 45px;
	display: none;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	z-index: 1;
	background-color: #E1BB5C;
	display: none;
	border: none;
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background-color: #FFF;
	display: none;
}
.audiojs .time {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: -3px 0px 0px 0px;
	padding: 0px 6px 0px 12px;
	color: #FFF;
	border: none;
	display: none;
}
.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #fff;
	font-style: normal;
	display: none;
}
.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	white-space: wrap;
}

.audiojs .play {
	background-repeat: no-repeat;
	width: 200px;
	height: 69px;
	transition: all;
	transition-duration: 0.5s;
}
.audiojs .play:hover {
	background-repeat: no-repeat;
	width: 200px;
	height: 69px;

}
.audiojs .loading {
	background-repeat: no-repeat;
	width: 200px;
	height: 69px;
}
.audiojs .error {
	background-repeat: no-repeat;
	width: 200px;
	height: 69px;
}
.audiojs .pause {
	background:none;
	background-repeat: no-repeat;
	width: 200px;
	height: 69px;
	transition: all;
	position: relative;
	top:-1px;
	left:-2px;
}

#svoice01 .audiojs .play {background-image: url(../images/chara/voice_01.png);}
#svoice01 .audiojs .play:hover {background-image: url(../images/chara/voice_01_on.png);}
#svoice01 .audiojs .loading {background-image: url(../images/chara/voice_01_loading.png);}
#svoice01 .audiojs .error {background-image: url(../images/chara/voice_01_err.png);}
#svoice01 .audiojs .pause {background-image: url(../images/chara/voice_01_stop.png);}
#svoice01 .audiojs .pause:hover {background-image: url(../images/chara/voice_01_stop_on.png);}

#svoice02 .audiojs .play {background-image: url(../images/chara/voice_02.png);}
#svoice02 .audiojs .play:hover {background-image: url(../images/chara/voice_02_on.png);}
#svoice02 .audiojs .loading {background-image: url(../images/chara/voice_02_loading.png);}
#svoice02 .audiojs .error {background-image: url(../images/chara/voice_02_err.png);}
#svoice02 .audiojs .pause {background-image: url(../images/chara/voice_02_stop.png);}
#svoice02 .audiojs .pause:hover {background-image: url(../images/chara/voice_02_stop_on.png);}

#svoice03 .audiojs .play {background-image: url(../images/chara/voice_03.png);}
#svoice03 .audiojs .play:hover {background-image: url(../images/chara/voice_03_on.png);}
#svoice03 .audiojs .loading {background-image: url(../images/chara/voice_03_loading.png);}
#svoice03 .audiojs .error {background-image: url(../images/chara/voice_03_err.png);}
#svoice03 .audiojs .pause {	background-image: url(../images/chara/voice_03_stop.png);}
#svoice03 .audiojs .pause:hover {background-image: url(../images/chara/voice_03_stop_on.png);}

.playing .play, .playing .loading, .playing .error {
	display: none;
}
.playing .pause {
	display: block;
}
.loading .play, .loading .pause, .loading .error {
	display: none;
}
.loading .loading {
	display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display: none;
}
.error .error {
	display: block;
}
.error .play-pause p {
	cursor: auto;
}
.error .error-message {
	display: block;
}
