body{margin:0;
padding: 0;}

.yoyakuBg{
animation: rotation 8.0s infinite linear;
width:500px;
height:500px;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#voiceBanner{
	position: relative;
	
}
.audiojsZ {
	z-index: 10;
	width: 500px;
	margin-top: 310px;
	margin-left:100px;

}
.audiojsZ audio {
	position: absolute;
	
}
.audiojsZ {
	width: 400px;
	height: 16px;
	overflow: hidden;
	
	font-size: 10px;

}
.audiojsZ .play-pauseZ {
	height: 500px;
	width: 500px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: absolute;
	top: -60px;
	left:0px;
	
	
}
.audiojsZ p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojsZ .playZ {
	display: block;
	
	
}
.audiojsZ .scrubberZ {
	
	position: relative;
	float: left;
	width: 190px;
	height: 8px;
	border-left: 0px;
	border-bottom: 0px;
	overflow: hidden;
	background-color: #bdcbd3;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 26px;	
	
}
.audiojsZ .progressZ {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
	width: 0px;
	z-index: 1;
	background-color: #dcb3ff;

}
.audiojsZ .loadedZ {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
	width: 0px;
	background-color: #FFF;
}
.audiojsZ .timeZ {
	float: left;
	height: 17px;
	line-height: 17px;
	color: #FFF;
	font-size: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	z-index:10;
	position:relative;

	 
	
}
.audiojsZ .timeZ em {
	padding: 0px 2px 0px 0px;
	color: #fff;
	font-style: normal;
}
.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(../mastervoice/images/yoyaku.png);
	background-repeat: no-repeat;
	background-size: 500px 500px;
	height: 500px;
	width: 500px;
	    transition: all 0.3s ease;
}
.audiojsZ .playZ:hover {
	background-image: url(../mastervoice/images/yoyaku_hover.png);
	background-repeat: no-repeat;
	background-size: 500px 500px;
	height: 500px;
	width: 500px;
}

.audiojsZ .loadingZ {
	background-image: url(../mastervoice/images/yoyaku_loading.png);
	background-repeat: no-repeat;
	background-size: 500px 500px;
	height: 500px;
	width: 500px;
}
.audiojsZ .errorZ {
	background-image: url(../mastervoice/images/yoyaku_error.png);
	background-repeat: no-repeat;
	background-size: 500px 500px;
	height: 500px;
	width: 500px;
}
.audiojsZ .pauseZ {
	background-image: url(../mastervoice/images/yoyaku_stop.png);
	background-repeat: no-repeat;
	background-size: 500px 500px;
	height: 500px;
	width: 500px;
    transition: all 0.3s ease;
}
.audiojsZ .pauseZ:hover {
	background-image: url(../mastervoice/images/yoyaku_stop_hover.png);
	background-repeat: no-repeat;
	background-size: 500px 500px;
	height: 500px;
	width: 500px;
}
.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;
}