div.jp-audio{
	font-size:11px; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, "Droid Sans", Verdana, sans-serif;
	color: #BBB;
	width:380px
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */

div.jp-interface {
	position: relative;
	background-color:#444;
	width:100%;
	height:20px;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:400px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
/*	top:-8px; This negative value depends on the size of the text in jp-currentTime and jp-duration	*/
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}
div.jp-audio ul.jp-controls {
	width: 380px;
	padding:0 10px 0 5px;
}
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
a.jp-play,
a.jp-pause {
	width:20px;
	height:20px;
}
a.jp-play {
	background: url("../img/jplayer@2.png") 0 0 no-repeat;
	background-size:180px 60px;
}
a.jp-play:hover {
	background: url("../img/jplayer@2.png") -20px 0px no-repeat;
	background-size:180px 60px;
}
a.jp-pause {
	background: url("../img/jplayer@2.png") 0 -20px no-repeat;
	background-size:180px 60px;
	display: none;
}
a.jp-pause:hover {
	background: url("../img/jplayer@2.png") -20px -20px no-repeat;
	background-size:180px 60px;
}

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	height:8px;
	top:6px;
	left:30px;
	width:180px;
}
div.jp-seek-bar {
	background: url("../img/jplayer@2.png") 0 -40px repeat-x;
	background-size:180px 60px;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../img/jplayer@2.png") 0 -50px repeat-x ;
	background-size:180px 60px;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */

div.jp-seeking-bg {
	background: url("../img/seeking@2.gif");
	background-size:20px 10px;	
}

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:0px;
	left:210px;
	width:90px;
	height:20px;
	line-height:20px;
	text-align:center;
}
div.jp-current-time,
div.jp-duration {
	display:inline;
	vertical-align:middle;

}
div.jp-current-time:after{
	content:" / ";	
}

/* @group volume controls */

a.jp-mute,
a.jp-unmute{
	width:20px;
	height:20px;
	position:absolute;
	margin-left:275px;
}
a.jp-mute {
	background: url("../img/jplayer@2.png") -40px 0 no-repeat;
	background-size:180px 60px;
}
a.jp-mute:hover {
	background: url("../img/jplayer@2.png") -40px -20px no-repeat;
	background-size:180px 60px;
}
a.jp-unmute {
	background: url("../img/jplayer@2.png") -60px 0 no-repeat;
	background-size:180px 60px;
	display: none;
}
a.jp-unmute:hover {
	background: url("../img/jplayer@2.png") -60px -20px no-repeat;
	background-size:180px 60px;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("../img/jplayer@2.png") 0 -40px repeat-x;
	background-size:180px 60px;
	width:50px;
	height:8px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	position:absolute;
	left:320px;
	top:6px;
}
div.jp-volume-bar-value {
	background: url("../img/jplayer@2.png") 0 -50px no-repeat;
	background-size:180px 60px;
	width:0px;
	height:8px;
}



/* @end */

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
	margin-top:1em;
}
div.jp-audio + p.Bold{
	font-size:85%;
	margin-top:0.5em;
}
div.jp-jplayer {
	background-color: #000000;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/*游ゴシックテスト運用
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	only screen and (-o-min-device-pixel-ratio:3/2),
    only screen and (min--moz-device-pixel-ratio:1.5),
    only screen and (min-device-pixel-ratio:1.5),
	only screen and (min-resolution:240dpi){
div.jp-audio{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, "Droid Sans", Verdana, sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:grayscale;
}
}*/