div.jp-audio {
	margin:0;
	padding: 5px 0 0 10px;
	max-width:366px;
	height:36px;
	overflow:hidden;
}
div.jp-interface {
	position: relative;
	height:36px;
	background:transparent url("bg.png") no-repeat 0 0;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:36px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin: 0; padding: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:13px; height:13px;
	display:block;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:12px; left:13px;
}
a.jp-play {
	background:transparent url("btn.png") no-repeat 0 0;
}
a.jp-play:hover {
	background:transparent url("btn.png") no-repeat 0 -13px;
}
a.jp-pause {
	background:transparent url("btn.png") no-repeat -13px 0;
	display: none;
}
a.jp-pause:hover {
	background:transparent url("btn.png") no-repeat -13px -13px;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:26px;
	left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:126px;
}
a.jp-stop {
	background: url("jplayer.blue.monday.jpg") 0 100px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") 0px 100px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:14px; left:50px;
	width:222px;
	height:7px;
}
div.jp-seek-bar {
	background:transparent url("track.png") repeat-x 0 0;
	width:222px; height:7px;
	cursor:pointer;
}
div.jp-play-bar {
	background:transparent url("progress.png") repeat-x 0 0;
	width:0px; height:5px;
	margin:1px 0 0 1px; padding:0;
}
a.jp-mute,
a.jp-unmute {
	width:16px; height:16px;
	overflow:hidden;
	display:block;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:11px; left:293px;
}
a.jp-mute {
	background:transparent url("volume.png") no-repeat 0 0;
}
a.jp-mute:hover {
	background:transparent url("volume.png") no-repeat 0 -16px;
}
a.jp-unmute {
	background:transparent url("volume.png") no-repeat -16px 0;
	display: none;
}
a.jp-unmute:hover {
	background:transparent url("volume.png") no-repeat -16px -16px;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("vtrack.png") no-repeat 0 0;
	width:40px; height:7px;
	cursor:pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:14px; left:310px;
}
div.jp-volume-bar-value {
	background: url("progress.png") repeat-x 0 0;
	width:0px; height:5px;
	margin:1px 0 0 1px; padding:0;
}

div .production	{
	margin: 5px 10px;
}

div .production p{
	font-size:16px;
}

div .lyrics	{
	margin: 120px 10px 10px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#lyrics_text {
	max-width: 550px;
	max-height: 75%;
	overflow: auto;
	padding: 30px 65px 30px 80px;
	display:none;
	background: #FCFBF7;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#lyrics_text .pra {
	font-size:12px;
	color: rgb(148,114,13);
	text-shadow: none;
	line-height: 1.7em;
}

#lyrics_text .tit {
	max-width: 360px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: rgb(99,59,50);
}

#lyrics_text .prd	{
	margin-left: 160px;
	font-size:12px;
	padding-bottom: 15px;
	color: rgb(148,114,13);
}

/*767px 以下の画面幅て適用する CSS*/
@media screen and (max-width:767px){


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

div.jp-audio {
	margin: 0;
	padding: 5px 0 0 5px;
	max-width: 350px;
	height: 36px;
	overflow: hidden;
}

div.jp-seek-bar {
	background:transparent url("track.png") repeat-x 0 0;
	width:210px;
	height:7px;
	cursor:pointer;
}

div.jp-audio div.jp-type-single div.jp-progress {
	top:13px;
	left:47px;
	width:210px;
	height:7px;
}

div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 14px;
	left: 290px;
}
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
	top: 11px;
	left: 274px;
}
div.jp-interface{
	position: relative;
	height: 36px;
	background: transparent url(bg.png) no-repeat 0 0;
	background-size: contain;
}

div .production p{
	font-size:14px;
	letter-spacing: -0.08em;
}

div .lyrics	{
	margin: 100px 10px 10px 5px;
}

#lyrics_text {
	max-width: 360px;
	max-height: 75%;
	overflow: auto;
	padding: 20px 20px 30px 20px;
	display:none;
	background: #FCFBF7;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

}

/*376px 以下の画面幅て適用する CSS*/
@media screen and (max-width:376px){

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:8px; left:13px;
}


div.jp-audio {
	margin: 0;
	padding: 5px 0 0 5px;
	max-width: 310px;
	height: 36px;
	overflow: hidden;
}

div.jp-seek-bar {
	background:transparent url("track.png") repeat-x 0 0;
	width:186px;
	height:6px;
	cursor:pointer;
}

div.jp-audio div.jp-type-single div.jp-progress {
	top:11px;
	left:41px;
	width:186px;
	height:6px;
}

div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 12px;
	left: 258px;
}
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
	top: 8px;
	left: 244px;
}

#lyrics_text {
	max-width: 350px;
	max-height: 85%;
	margin-left: -173px !important;
	overflow: auto;
	padding: 20px 20px 30px 20px;
	display:none;
	background: #FCFBF7;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#lyrics_text .pra {
	font-size:12px;
	color: rgb(148,114,13);
	text-shadow: none;
	line-height: 1.5em;
}

#lyrics_text .pra {
	font-size:12px;
	color: rgb(148,114,13);
	text-shadow: none;
	line-height: 1.5em;
}


}


/*340px 以下の画面幅て適用する CSS*/
@media screen and (max-width:340px){

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

div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 9px;
	left: 214px;
}

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
	top: 5px;
	left: 200px;
}

div.jp-audio div.jp-type-single div.jp-progress {
	top:9px; 
	left:35px;
	width:155px;
	height:5px;
}

div .lyrics	{
	margin: 80px 10px 10px;
}

div.jp-audio {
	margin: 0;
	padding: 5px 0 0 5px;
	max-width: 260px;
	height: 36px;
	overflow: hidden;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("vtrack.png") no-repeat 0 0;
	width:34px; height:5px;
	cursor:pointer;
}

#lyrics_text {
	max-width: 300px;
	max-height: 85%;
	margin-left: -150px !important;
	overflow: auto;
	padding: 20px 20px 30px 20px;
	display:none;
	background: #FCFBF7;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#lyrics_text .prd	{
	margin-left: 140px;
	font-size:12px;
	padding-bottom: 15px;
	color: rgb(148,114,13);
}

}
