@charset "shift-jis";

@media (max-width: 979px) {


/*再生バーのカスタマイズ*/
.audiojs{
 height: 30px;
 width:200px;/*再生バー全体の長さ*/
 margin: 0px auto 10px; 
 /*バーの背景色
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3B), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
 background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);*/
 background: #e3e4e3;
 border:#59493f solid 1px;
 box-sizing: border-box;
 font-size: 9px;
 box-shadow: none;
 }

.audiojs .scrubber{/*再生ゲージ未再生部分の背景色（単色）*/
 width:90px;
 background: #fff;
 border: 1px solid #59493f;
 margin:10px 5px;
}

.audiojs .progress{/*再生ゲージ再生済み部分の背景色*/
/*
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c00), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);*/
background:#13b5b1;
}


.audiojs .loaded{/*再生ゲージ再生済み境界線部分の背景色*/
/*
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);*/
background:#FFF;
}

.audiojs .loading{

}

.audiojs .play{

}

.audiojs .pause{

}

.audiojs .error{

}

.audiojs p{
width:30px;
height:30px;
}


/*再生停止ボタン*/
.audiojs .play-pause {
    height: 28px;
    width: 28px;
    border-right: 1px solid #59493f;
  padding:1px 0px 1px 1px;
}

/*再生時間の文字設定*/
.audiojs .time {
  border-left: 1px solid #59493f;
  height:28px;
  line-height:28px;
  color: #59493f;
  padding: 0px 0px 0px 3px;
}

.audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #59493f;/*#64350b;*/
    font-style: normal;
}

.audiojs .time strong {
  color: #59493f;
/*    color: #64350b;*/
}


/*BEMANIオールナイト再生用カスタマイズ*/
#allnight .audiojs{
    margin: auto;
    width: 265px;
}
.mu_comment #allnight p{
    margin: 0;
}
#allnight .audiojs .scrubber{
    width: 150px;
}


}

