@charset "utf-8";
/*\*/

/*タイトル
-----------------------------------------*/
h1.supporterslist_headtitle{
border-bottom:3px #666 solid;
padding-bottom:5px;
font-size:150%;
font-weight:bold;
width:710px;
margin:10px auto;
text-align:left;
color:#000;
}

/*表設定
-----------------------------------------*/

.supporterslist{
width:710px;
margin:20px 40px;
}

/*表共通設定*/
dl.gold:after,
dl.silver:after,
dl.white:after{
content:"";
display:block;
height:0;
clear:both;
} 

dl.platina,
dl.gold,
dl.silver,
dl.white {
clear:both;
margin:15px auto;
}

dl.platina dt,
dl.gold dt,
dl.silver dt,
dl.white dt {
background:url(../img/supporterslist_title.jpg) no-repeat;
height:30px;
text-indent:-9999px;
}

dl.platina dd,
dl.gold dd,
dl.silver dd,
dl.white dd {
text-align:center;
}


/*プラチナ*/
dl.platina {
width:708px;
background-color:#f7fafc;
border:1px #4d96bd solid;
}

dl.platina dt{
background-position:center 0;
}

dl.platina dd{
border-top:1px #4d96bd solid;
font-size:24px;
padding:3px 10px;
}


/*ゴールド*/
dl.gold {
width:708px;
border-top:1px #937e2c solid;
border-right:1px #937e2c solid;
}

dl.gold dt{
background-position:center -30px;
border-left:1px #937e2c solid;
border-bottom:1px #937e2c solid;
}

dl.gold dd{
background-color:#fbf9f3;
border-left:1px #937e2c solid;
border-bottom:1px #937e2c solid;
width:353px;
text-indent:5px;
padding:3px 0;
float:left;
font-size:17px;
font-weight:bold;
}

/*シルバー*/
dl.silver {
width:708px;
border-top:1px #717171 solid;
border-right:1px #717171 solid;
}

dl.silver dt{
background-position:center -60px;
border-left:1px #717171 solid;
border-bottom:1px #717171 solid;
}

dl.silver dd{
background-color:#f9f9f9;
border-left:1px #717171 solid;
border-bottom:1px #717171 solid;
width:235px;
text-indent:5px;
padding:3px 0;
float:left;
font-size:13px;
}

/*ホワイト*/
dl.white {
width:708px;
border-top:1px #b8b8b8 solid;
border-right:1px #b8b8b8 solid;
}

dl.white dt{
background-position:center -90px;
border-left:1px #b8b8b8 solid;
border-bottom:1px #b8b8b8 solid;
}

dl.white dd{
background-color:#fff;
border-left:1px #b8b8b8 solid;
border-bottom:1px #b8b8b8 solid;
width:176px;
text-indent:5px;
padding:3px 0;
float:left;
font-size:10px;
}


a.guide_back {
width:160px;
height:50px;
background:url(/supporterslist/img/guide_back.jpg) no-repeat;
text-indent:-9999px;
display:block;
margin:10px 0 0 0;
}

a.guide_back:hover {
background-position:0 -50px;
}
