@charset "utf-8";
/* ------------------------------------------------------
audiojs
------------------------------------------------------ */
.l-content .audiojs {
  background: #5E5D5D;
  box-shadow: none;
}
.l-content .audiojs .loaded {
  background: #525252;
}
.l-content .audiojs .play-pause {
  border-right: 1px solid #525252;
}
.l-content .audiojs .time {
  border-left: 1px solid #525252;
  text-shadow: none;
}
.l-content .audiojs .time {
  text-shadow: none;
}
