@charset "Shift_JIS";
audio[controls] { display: block; }

/* always define a default */
audio {
  width: 180px;
  height: 28px;
}

code {
  margin: 0 0 10px;
  display: block;
  white-space: pre;
}

.media-player {
  width: 180px;
  height: 50px;
  position: relative;
}

.ui-icon {
  text-indent: -99999px;
  display: block;
  background-image: url(../../../img/jqsp.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

.ui-icon-play {
  width: 60px;
  height: 25px;
  background-position: 0 -60px;
}

.ui-icon-play:hover { background-position: 0 -85px; }

.ui-icon-pause {
  width: 60px;
  height: 25px;
  background-position: 0 -110px;
}

.ui-icon-pause:hover { background-position: 0 -135px; }

.ui-icon-volume-off {
  width: 20px;
  height: 20px;
  background-position: -220px 0;
}

.ui-icon-volume-off:hover { background-position: -200px 0; }

.ui-icon-volume-on {
  width: 20px;
  height: 20px;
  background-position: -260px 0;
}

.ui-icon-volume-on:hover { background-position: -240px 0; }

.ui-progressbar {
  text-align: left;
  height: 2em;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-slider {
  text-align: left;
  position: relative;
}

.ui-slider .ui-slider-handle {
  width: 9px;
  height: 12px;
  z-index: 2;
  background-image: url(../../../img/jqsp.png);
  background-position: -60px -60px;
  cursor: default;
  position: absolute;
}

.ui-slider .ui-slider-range {
  font-size: .7em;
  border: 0;
  z-index: 1;
  display: block;
  background-position: 0 0;
  position: absolute;
}

.ui-slider-horizontal { height: 12px; }

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
  top: -.3em;
  background-image: url(../../../img/jqsp.png);
  background-position: -60px -78px;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical {
  width: 12px;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  margin-bottom: -.6em;
  margin-left: 0;
  left: -.3em;
  background-image: url(../../../img/jqsp.png);
  background-position: -60px -60px;
}

.ui-slider-vertical .ui-slider-range {
  width: 100%;
  left: 0;
}

.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.media-controls {
  zoom: 1;
  margin: 0;
  padding: 0;
  z-index: 9; /* IE opacity: bug */
  position: relative;
}

.media-controls a.play-pause {
  top: 8px;
  left: 8px;
}

.media-controls a.mute-unmute {
  margin-top: 3px;
  left: 73px;
}

.timeline-slider {
  width: 156px;
  height: 5px;
  top: 37px;
  left: 12px;
  background-image: url(../../../img/jqsp.png);
  background-position: 0 -46px;
}

.media-controls .ui-progressbar { height: 0.8em; }

div.volume-slider {
  width: 62px;
  height: 24px;
  top: 6px;
  left: 105px;
  background-image: url(../../../img/jqsp.png);
  background-position: -80px -101px;
  position: absolute;
}

.volume-slider span.ui-slider-handle {
  width: 14px;
  height: 25px;
  top: 0;
  background-image: url(../../../img/jqsp.png);
  background-position: -60px -100px;
}

.media-controls a.ui-state-default {
  padding: 2px;
  top: .32em;
  overflow: hidden;
  position: absolute;
}

.media-controls a:focus { outline: 1px dotted #666; }

a.ui-state-default .button-text {
  width: 3px;
  left: -9999px;
  display: block;
  position: absolute;
}

.media-controls a.ui-slider-handle {
  padding: 0;
  top: -0.26em;
}

.player-display {
  font-size: 12px;
  text-align: center;
  width: 35px;
  top: 9px;
  overflow: hidden;
  position: absolute;
}

.duration { right: 155px; }
.current-time { left: 35px; }
.handle-label, span.media-label, .js-on .player-errors { display: none; }

.media-role {
  width: 1px;
  left: -9999px;
  display: block;
  position: absolute;
}

.video-box {
  width: 100%;
  position: relative;
}

.media-state {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: url(../../../img/loader.gif) -9000px -9000px no-repeat;
  cursor: pointer;
  position: absolute;
	/* don't let overlay video for flash unblock */
}

.idle .media-state {
  display: block;
  background: url(../../../img/play-icon.png) center no-repeat;
}

.waiting .media-state {
  display: block;
  background: url(../../../img/loader.gif) center no-repeat;
}

/* on totalerror, flashblocker or showFallback: true */
.totalerror .media-controls { display: none !important; }

.flashblocker .media-element-box {
  min-height: 40px;
  min-width: 40px;
}

.fallback {
  zoom: 1;
  position: relative;
}

.fallback-text {
  color: #fff;
  padding: 10px;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}

.fallback-text p { margin: 0 0 10px; }
.fallback-text li { list-style: none; }
.fallback-text a { color: #fff; }

/*
 * fullscreen plugin
 */
.wraps-fullscreen .media-state { z-index: 99999; }

.wraps-fullscreen .media-controls-wrapper {
  width: 100%;
  z-index: 999999;
  bottom: 10px;
  position: absolute;
}

/*
 * playlist example (audioplayer.html)
 */
.playlist {
  list-style: none;
  margin: 5px 0 0;
  padding: 5px;
}

.playlist ul {
  list-style: none;
  margin: 0;
}

.playlist li {
  margin: 2px 0;
  padding: 2px 5px;
  cursor: pointer;
}

.playlist a {
  zoom: 1;
  display: block;
  outline: none;
  overflow: hidden;
}

.playlist img {
  margin: 1px 4px 1px 0;
  display: block;
  float: left;
}

.playlist a:focus, .playlist a:active { text-decoration: underline !important; }
