
div.jp-audio,
div.jp-video {

	font-size:1em;
	/*font-family:Verdana, Arial, sans-serif;*/
	line-height:1.6;
	color: #666;
}
div.jp-audio {
	width:374px;
	margin-top:100px;
}

div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-interface {
	position: relative;
	/*background-color:#fff;*/
	/* width:418px; */
	width:100%;
	border:0px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:30px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:28px;
	height:28px;
	z-index:1;
}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:2px;
	left:0px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:2px;
	left:0px;
}

a.jp-play {
	background: url("/discography/images/player_icon.gif") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/discography/images/player_icon.gif") -35px 0 no-repeat;
}
a.jp-pause {
	background: url("/discography/images/player_icon.gif") -2px -56px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/discography/images/player_icon.gif") -33px -56px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:7px;
	left:36px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:2px;
	left:36px;
}
div.jp-video a.jp-stop {
	top:2px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
	left:245px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
	left:325px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left:378px;
}
a.jp-stop {
	background: url("/discography/images/player_icon.gif") 0 -36px no-repeat;
	width:22px;
	height:22px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("/discography/images/player_icon.gif") -35px -36px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:272px;
}
a.jp-previous {
	background: url("/discography/images/player_icon.gif") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("/discography/images/player_icon.gif") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:88px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:340px;
}
a.jp-next {
	background: url("/discography/images/player_icon.gif") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("/discography/images/player_icon.gif") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background: url("/discography/images/player_icon.gif") 0 -124px repeat-x;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:9px;
	left:73px;
	width:196px;
	height:15px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top:6px;
	left:73px;
	width:196px;
	height:15px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:196px;
	height:10px;
}
div.jp-seek-bar {
	background: url("/discography/images/player_icon.gif") 0 -138px repeat-x;
	width:196px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/discography/images/player_icon.gif") 0 -151px repeat-x;
	width:196px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("/discography/images/player/pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width:22px;
	height:18px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:6px;
	left:281px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:2px;
	left:281px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top:3px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left:304px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left:363px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left:384px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left:443px;
}
a.jp-mute {
	background: url("/discography/images/player_icon.gif") 0 -86px no-repeat;
}
a.jp-mute:hover {
	background: url("/discography/images/player_icon.gif") -35px -86px no-repeat;
}
a.jp-unmute {
	background: url("/discography/images/player_icon.gif") 0px -105px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("/discography/images/player_icon.gif") -35px -105px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("/discography/images/player_icon.gif") 0 -165px repeat-x;
	width:68px;
	height:10px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:9px;
	left:307px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:6px;
	left:307px;
}
div.jp-video div.jp-volume-bar {
	top:7px;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left:332px;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left:471px;
}
div.jp-volume-bar-value {
	background: url("/discography/images/player_icon.gif") 0 -178px repeat-x;
	width:0px;
	height:10px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top:9px;
	left:73px;
	width:196px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:6px;
	left:73px;
	width:196px;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top:10px;
	left:0px;
	width:98%;
	padding:0 1%;
}
div.jp-playlist {
	/* width:418px; */
	width:100%;
	height:170px;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:.72em;
}


div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#222222;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#222222;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}





div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	border:1px solid #009be3;
	border-bottom:none;
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-jplayer {
	width:640px;
	height:360px;
}
div.jp-jplayer {
	background-color: #000000;
}



/*--------------------------------------------------------------------
songs page�^sound album
----------------------------------------------------------------------*/
body.soundalbum div.jp-audio div.jp-type-playlist a.jp-play,div.jp-audio div.jp-type-playlist a.jp-pause {
	top:-3px;
	left:0px;
}


body.soundalbum div.jp-current-time,div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
}



body.soundalbum div.jp-audio {
	width:374px;
	margin-top:30px;
}



body.soundalbum div.jp-playlist {
	/* width:418px; */
	width:260px;
	background-color:#FFF;
	border:none;
	border-top:none;
	margin-top:10px;
	padding:0 0 0 110px;
}
body.soundalbum div#leftCol div.jp-playlist ul {
	margin:0;
	padding:0 20px;
	font-size: 11px;
	text-align:left;
}

body.soundalbum div#leftCol div.jp-playlist ul li{
	line-height:26px;
	background:url(../images/triBtn.jpg) left center no-repeat;
	display: block;

}

body.soundalbum div#leftCol div.jp-type-playlist div.jp-playlist li {
	padding:0px 0 2px 16px;
	border-bottom:none;
}


body.soundalbum div.jp-audio div.jp-type-playlist div.jp-interface {
	height:30px;
}










/*--------------------------------------------------------------------
songs page�^ special page
----------------------------------------------------------------------*/
body.special div#jp_container_1{
	width:470px;
}

body.special div.jp-audio{
	margin:0px;

}

body.special div.jp-audio p{
	padding:8px 0 0 30px;
	font-size:1.1em;
	color:#000;
	letter-spacing:0.08em;

}

body.special div.jp-audio div.jp-type-single div.jp-interface {
	height:26px;
	border-bottom:none;
}

body.special div.jp-audio div.jp-type-single a.jp-play,
body.special div.jp-audio div.jp-type-single a.jp-pause {
	top:0px;
	left:0px;
}


body.special div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

body.special a.jp-play {
	background: url("/discography/images/player_icon_b.png") 0 0 no-repeat;
}
body.special a.jp-play:hover {
	background: url("/discography/images/player_icon_b.png") -41px 0px no-repeat;
}
body.special a.jp-pause {
	background: url("/discography/images/player_icon_b.png") 0px -42px no-repeat;
	display: none;
}
body.special a.jp-pause:hover {
	background: url("/discography/images/player_icon_b.png") -41px -42px no-repeat;
}





/*--------------------------------------------------------------------
songs page�^ alexandrite page
----------------------------------------------------------------------*/
body.alexandrite div#jp_container_1{
	width:470px;
}

body.alexandrite div.jp-audio{
	margin:0px;

}

body.alexandrite div.jp-audio p{
	text-align:left;
	padding:0 0 0 22px;
	font-size:1.2em;
	color:#fff;
	letter-spacing:0.08em;
	/*font-family:YuGothic, '���S�V�b�N', Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;

}

body.alexandrite div.jp-audio div.jp-type-single div.jp-interface {
	height:29px;
	border-bottom:none;
}

body.alexandrite div.jp-audio div.jp-type-single a.jp-play,
body.alexandrite div.jp-audio div.jp-type-single a.jp-pause {
	top:-6px;
	left:-10px;
}


body.alexandrite div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

body.alexandrite a.jp-play {
	background: url("/discography/images/player_icon_alexandrite.png") 0 0 no-repeat;
}
body.alexandrite a.jp-play:hover {
	background: url("/discography/images/player_icon_alexandrite.png") -41px 0px no-repeat;
}
body.alexandrite a.jp-pause {
	background: url("/discography/images/player_icon_alexandrite.png") 1px -42px no-repeat;
	display: none;
}
body.alexandrite a.jp-pause:hover {
	background: url("/discography/images/player_icon_alexandrite.png") -40px -42px no-repeat;
}



/*--------------------------------------------------------------------
songs page�^ rem page
----------------------------------------------------------------------*/
body.rem div#jp_container_1{
	width:100%;
}

body.rem div.jp-audio{
	margin:0px;
	width: 500px;

}


body.rem a.jp-play,
a.jp-pause {
	width:38px;
	height:38px;
	z-index:1;
}

body.rem div.jp-jplayer{
	margin-bottom: 30px;
}

body.rem div.jp-audio p{
	text-align:left;
	padding:0 0 0px 22px;
	color:#fff;
	letter-spacing:0.08em;
	font-size: 2em;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}

body.rem div.jp-audio div.jp-type-single div.jp-interface {
	height:29px;
	border-bottom:none;
}

body.rem div.jp-audio div.jp-type-single a.jp-play,
body.rem div.jp-audio div.jp-type-single a.jp-pause {
	top:0px;
	left:-17px;
}


body.rem div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

body.rem a.jp-play {
	background: url("/discography/images/player_icon_rem.png") 0 0 no-repeat;
}
body.rem a.jp-play:hover {
	background: url("/discography/images/player_icon_rem.png") -41px 0px no-repeat;
}
body.rem a.jp-pause {
	background: url("/discography/images/player_icon_rem.png") 1px -42px no-repeat;
	display: none;
}
body.rem a.jp-pause:hover {
	background: url("/discography/images/player_icon_rem.png") -40px -42px no-repeat;
}


/*--------------------------------------------------------------------
songs page�^ night_and_wanderer page
----------------------------------------------------------------------*/
body.night_and_wanderer div#jp_container_1{
	width:100%;
}

body.night_and_wanderer div.jp-audio{
	margin:0px;
	width: 500px;

}


body.night_and_wanderer a.jp-play,
a.jp-pause {
	width:38px;
	height:38px;
	z-index:1;
}

body.night_and_wanderer div.jp-jplayer{
	margin-bottom: 30px;
}

body.night_and_wanderer div.jp-audio p{
	text-align:left;
	padding:0 0 0px 22px;
	color:##668295;
	letter-spacing:0.08em;
	font-size: 2em;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic", sans-serif;

}

body.night_and_wanderer div.jp-audio div.jp-type-single div.jp-interface {
	height:29px;
	border-bottom:none;
}

body.night_and_wanderer div.jp-audio div.jp-type-single a.jp-play,
body.night_and_wanderer div.jp-audio div.jp-type-single a.jp-pause {
	top:0px;
	left:-17px;
}


body.night_and_wanderer div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

body.night_and_wanderer a.jp-play {
	background: url("/discography/images/player_icon_nw.png") 0 0 no-repeat;
}
body.night_and_wanderer a.jp-play:hover {
	background: url("/discography/images/player_icon_nw.png") -41px 0px no-repeat;
}
body.night_and_wanderer a.jp-pause {
	background: url("/discography/images/player_icon_nw.png") 0px -42px no-repeat;
	display: none;
}
body.night_and_wanderer a.jp-pause:hover {
	background: url("/discography/images/player_icon_nw.png") -41px -42px no-repeat;
}










/*--------------------------------------------------------------------
songs page�^instalbum
----------------------------------------------------------------------*/
body.instalbum div.jp-audio,
body.instalbum div.jp-video {

	font-size:1.1em;
	/*font-family:Verdana, Arial, sans-serif;*/
	line-height:1.6;
	color: #000;
}


body.instalbum div.jp-audio {
	width:374px;
	margin-top:0px;
}

body.instalbum div.jp-audio div.jp-type-single a.jp-play,
body.instalbum div.jp-audio div.jp-type-single a.jp-pause {
	top:-6px;
	left:-30px;
}

body.instalbum a.jp-play {
	background: url("/discography/images/player_icon_b.png") 0 0 no-repeat;
}
body.instalbum a.jp-play:hover {
	background: url("/discography/images/player_icon_b.png") -41px 0px no-repeat;
}
body.instalbum a.jp-pause {
	background: url("/discography/images/player_icon_b.png") 0px -42px no-repeat;
	display: none;
}
body.instalbum a.jp-pause:hover {
	background: url("/discography/images/player_icon_b.png") -41px -42px no-repeat;
}

a.jp-play,
a.jp-pause {
	width:28px;
	height:28px;
	z-index:1;
}	/*remのスタイルシートが影響しないようにした*/
