@charset "shift_jis";


/* contents
---------------------------------------------------- */

#container{
margin:0 20px;

}

h2{
background-image: url(/sfa/music/2019common/img/parts/icon_abbr.png);
background-position: 6px top;
background-size: contain;
background-repeat:no-repeat;
/*background-position:10px 0.2em;*/
font-size:90%;
margin:15px 0 10px 0;
padding-left:30px;
}

/**html h2{
background-position:10px 0em;
}*/

table{
border-top:2px solid #82acd2;
border-bottom:1px solid #82acd2;
border-left:2px solid #82acd2;
margin-bottom:15px;
}

table th,
table td{
font-size:80%;
line-height:140%;
}

table th{
border-bottom:1px solid #82acd2;
text-align:left;
width:90px;
padding:5px 15px;
}

table td{
border-right:2px solid #82acd2;
border-bottom:1px solid #82acd2;
width:170px;
padding:5px 15px 5px 0;
}

table th.last,
table td.last{
border-bottom:2px solid #82acd2;
}

p#close{
text-align:center;
font-size:90%;
margin-bottom:10px;
}


/* link
---------------------------------------------------- */

a:link{
text-decoration:underline;
color:#2576B0;
}

a:visited{
text-decoration:underline;
color:#579ab9;
}

a:active{
text-decoration:underline;
color:#00ccff;
}

