body {
    background-image: none;
    overflow: hidden;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	margin:0;
	padding:0;
}
.cover {
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100vh; 
}

#vVoice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
		width:400px;
	height:400px;

}


#voiceBanner {
    position: relative;
}
.audio{
	position: absolute;
	top:60px;
	left:0px;
}
.audiojsZ audio {
    position: absolute;
	
}
.audiojsZ {
    width: 300px;
    height: 16px;
    overflow: hidden;
    font-size: 10px;
    z-index: 10;
    margin-top: 289px;
    margin-left: 85px;
}
.audiojsZ .play-pauseZ {
    height: 400px;
    width: 400px;
    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: 120px; /*バーの長さ*/
    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: #f786a2;
}
.audiojsZ .loadedZ {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 8px;
    width: 0px;
    background-color: #ffdbec; /*バーの色*/
}
.audiojsZ .timeZ {
    float: left;
    height: 17px;
    line-height: 17px;
    color: #301982; /*合計時間の色*/
    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: #301982; /*過ぎた時間の色*/
    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: 400px 400px;
    height: 400px;
    width: 400px;
    transition: all 0.3s ease;
	
}
.audiojsZ .playZ:hover {
    background-image: url(../mastervoice/images/yoyaku_hover.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    height: 400px;
    width: 400px;
}
.audiojsZ .loadingZ {
    background-image: url(../mastervoice/images/yoyaku_loading.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    height: 400px;
    width: 400px;
}
.audiojsZ .errorZ {
    background-image: url(../mastervoice/images/yoyaku_error.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    height: 400px;
    width: 400px;
}
.audiojsZ .pauseZ {
    background-image: url(../mastervoice/images/yoyaku_stop.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    height: 400px;
    width: 400px;
    transition: all 0.3s ease;
}
.audiojsZ .pauseZ:hover {
    background-image: url(../mastervoice/images/yoyaku_stop_hover.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    height: 400px;
    width: 400px;
}
.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;
}