.audiojsZ {
	width: 297px;
	height:56px;
	font-family: monospace;
	font-size: 12px;
	position: relative;
	transition: 0.3s;
}

.audiojsZ::before {
	content: url(../images/chara/common/voice_base.png);
	width: 297px;
	height:56px;
	position: absolute;
	top:5px;
	left:5px;
		transition: 0.3s;
}

.audiojsZ:hover {
		transform: translateX(5px)translateY(5px);
}

.audiojsZ:hover::before {
	transform: translateX(-5px)translateY(-5px);
}

.audiojsZ .play-pauseZ {
	width: 297px;
	height:56px;
	padding:0px;
	margin: 0px;
	overflow: hidden;
}
.audiojsZ p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojsZ .playZ {
	display: block;
}
.audiojsZ .scrubberZ {
	position: relative;
	float: left;
	width: 118px;
	height: 14px;
	border-left: 0px;
	border-bottom: 0px;
	overflow: hidden;
	background-color: #FBF0CB;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 45px;
	display:none;

}
.audiojsZ .progressZ {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	z-index: 1;
	background-color: #E1BB5C;
	display:none;

}
.audiojsZ .loadedZ {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background-color: #FFF;
	display:none;
}
.audiojsZ .timeZ {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: -3px 0px 0px 0px;
	padding: 0px 6px 0px 12px;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(196,148,32, 0.5);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BC2022;
	display:none;
}
.audiojsZ .timeZ em {
	padding: 0px 2px 0px 0px;
	color: #fff;
	font-style: normal;
	display:none;
}
.audiojsZ .timeZ strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}
.audiojsZ .error-messageZ {
	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;
}
.audiojsZ .error-messageZ a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}
.audiojsZ .playZ {
	background-image: url(../images/chara/common/voice.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 297px;
	height:56px;
}
.audiojsZ .playZ:hover {
	background-image: url(../images/chara/common/voice_on.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 297px;
	height:56px;
}
.audiojsZ .loadingZ {
	background-image: url(../images/chara/common/loading.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 297px;
	height:56px;
}
.audiojsZ .errorZ {
	background-image: url(../images/chara/common/error.png);
	background-repeat: no-repeat;
	width: 297px;
	height:56px;
}
.audiojsZ .pauseZ {
	background-image: url(../images/chara/common/voice_pause.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 297px;
	height:56px;
}
.audiojsZ .pauseZ:hover {
	background-image: url(../images/chara/common/voice_pause_on.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 297px;
	height:56px;
}
.playingZ .playZ, .playingZ .loadingZ, .playingZ .errorZ {
	display: none;
}
.playingZ .pauseZ {
	display: block;
}
.loadingZ .playZ, .loadingZ .pauseZ, .loadingZ .errorZ {
	display: none;
}
.loadingZ .loadingZ {
	display: block;
}
.errorZ .timeZ, .errorZ .playZ, .errorZ .pauseZ, .errorZ .scrubberZ, .errorZ .loadingZ {
	display: none;
}
.errorZ .errorZ {
	display: block;
}
.errorZ .play-pauseZ p {
	cursor: auto;
}
.errorZ .error-messageZ {
	display: block;
}
