@charset "utf-8";

/* 「楽譜サンプルが表示されています」を表示する<span> */
.mvtitle_sel {
	color:#888;
}

/* 楽譜をセンタリングさせるため(特に Firefox, Opera) */
/*  style="margin-left:auto; margin-right:auto;" */
#table00 {
	margin-left:auto;
	margin-right:auto;
}


/* ===== Play Button ===== */
.mp3filename{
width :70px;
margin: 1px 0px 0 5px;
/*padding:1px 0px 0px 15px;*/
float:left;
text-align: left;
}

.playBtn{
width: 100px;
padding:0px 3px 0px 3px;
/*color:#0056DF;*/
color:#2279CA;
/*background:#FFEDB7 url("../img/btn/btn_bg.gif") 0 0 repeat-x;*/
/*border:#B49B50 1px solid;*/
/*background-color:#EEEEEE;*/
float: right;
text-align: center;
vertical-align: center;
}

.noplayBtn{
height:13px;
width:105px;
padding:0px 3px 0px 3px;
/*color:#0056DF;*/
color:#2279CA;
/*background:#FFEDB7 url("../img/btn/btn_bg.gif") 0 0 repeat-x;*/
/*background-color:#EEEEEE;*/
/*border:#B49B50 1px solid;*/
/*cursor:pointer;*/
}

.playBtn .play, .playBtn .stop{
display:block;
float:left;
width:37px;
height:auto;
min-height:13px;
padding-top:1px;
padding-left:10px;
cursor:pointer;
}

.playBtn .play{
background:url("../img/btn/icon_play.gif") 0 0 no-repeat;
background-position:left center;
}

.playBtn .stop{
background:url("../img/btn/icon_stop.gif") 0 0 no-repeat;
background-position:left center;
}

.playBtn .timeline{
display:block;
float:left;
margin-top:7px;
width:40px;
height:4px;
line-height:0;
font-size:0;
border:#B49B50 1px solid;
}

.playBtn .line{
width:0;
height:4px;
margin:0 0 0 0;
padding:0;
background:#6BB63A;
line-height:0;
font-size:0;
float: left;
}

.playBtn .volume{
float:right;
margin: 5px 0 0 0 ;
cursor:pointer;
}

.playBtn{
display:inline-table;
}

.playBtn:after{
display:block;
clear:both;
visibility:hidden;
height:0;
content:".";
}

.playBtn{
display:inline-block; /* for IE7 and IE-mac */
}

/*
.playerbox{
  width: 193px;
  background-color:#F8F8F8;
  color:#666666;
  padding:0px 3px 0 4px;
  text-align:left;
}
*/
/* Hides from IE-mac \*/
* html .playBtn{
height:1%;
min-height:1%;
}

.clearFix{
display:block;
}
/* End hide from IE-mac */