.audiojs {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 26px;
  background: none;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.audiojs .play-pause {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0;
  float: none;
  overflow: hidden;
  border: 0 !important;
}
.audiojs p {
  display: none;
  width: 26px;
  height: 26px;
  margin: 0px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
  width: 26px;
  height: 26px;
}
.audiojs .scrubber {
  position: absolute;
  z-index: 0;
  left: 26px;
  top: 0;
  float: none;
  width: 30px;
  background: #CCC;
  height: 4px;
  margin: 12px 0 0 0px;
  border-top: 0;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
/*  background: #698D9C;*/
  background: #ff9948;
  z-index: 1;
}
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
  background: #CCC;
}
.audiojs .time {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 26px;
  float: none;
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  border-left: none;
  color: #666;
  text-shadow: none;
  display: none;
}
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #666;
  font-style: normal;
  display: none;
}
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
  display: none;
}
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 28px;
  width: 200px;
  overflow: hidden;
  line-height: 28px;
  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: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}
.audiojs .play {
  background: url(https://images.hange.jp/hangame/easy/typing/common/play.png) center center no-repeat;
/*  margin-left: 1.45px;*/
}
.audiojs .loading {
  background: none;
  display: none;
}
.audiojs .error {
  background: none;
  display: none;
}
.audiojs .pause {
  background: url(https://images.hange.jp/hangame/easy/typing/common/pouse.png) center center no-repeat;
/*  margin-left: 1.45px;*/
}
.playing .play, .playing .loading, .playing .error {
  display: none;
}
.playing .pause {
  display: block;
  width: 26px;
  height: 26px;
}
.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;
}
.track-details {
  clear: both;
  height: 28px;
  width: 200px;
  padding: 0px 6px;
  background: #FFF;
  color: #3A3A3A;
  font-size: 10px;
  line-height: 28px;
}
.track-details:before {
  content: '&#9836; Now Playing: ';
}