@charset "utf-8";
/* -------------------------------------
   作品ランキング
 ------------------------------------  */
#SKYM_GM_ranking_base a:link{
    color: #0099cc;
    text-decoration: underline;
}
#SKYM_GM_ranking_base a:visited{
    color: #990099;
    text-decoration: underline;
}
#SKYM_GM_ranking_base a:hover{
    color: #ffcc00;
    text-decoration: underline;
}
#SKYM_GM_ranking_base h2{
    color:            #ffffff;
    background-color: #09223d;
}





#SKYM_GM_ranking_frame{
    border-style: solid;
    border-width: 0 1px 3px 1px ;
    border-color: #09223d;
    padding: 11px 19px 20px 19px;
}




#SKYM_GM_ranking_frame div.ages_genders{
    margin-bottom: 10px;
    border:        solid 4px #9d9146;
    padding:       10px 20px;
}
#SKYM_GM_ranking_frame div.ages_genders img{
    vertical-align: middle;
}
#SKYM_GM_ranking_frame div.ages_genders a{
    margin-left: 10px;
}




#SKYM_GM_ranking_frame table.ranking{
    border-collapse: separate;
    border-spacing:  0;
    margin:          0 auto;
    width:  940px;
}
#SKYM_GM_ranking_frame table.ranking th{
    border-style:     solid;
    border-width:     1px 1px 1px 0;
    border-color:     #09223d;
    padding:          7px;
    text-align:       center;
    font-weight:      bold;
    color:            #ffffff;
    background-color: #144883;
}
#SKYM_GM_ranking_frame table.ranking th.rank{
    border-left: solid 1px #09223d;
    width: 54px;
}
#SKYM_GM_ranking_frame table.ranking th.thumbnail{
    width: 74px;
}
#SKYM_GM_ranking_frame table.ranking th.title{
    width: 184px;
}
#SKYM_GM_ranking_frame table.ranking th.author{
    width: 184px;
}
#SKYM_GM_ranking_frame table.ranking th.description{
    width: 368px;
}
#SKYM_GM_ranking_frame table.ranking td{
    vertical-align: middle;
    border-style:   solid;
    border-width:   0 1px 1px 0;
    border-color:   #9d9146;
    padding:        10px 13px;
}
#SKYM_GM_ranking_frame table.ranking td.rank div.wrapper{
}
#SKYM_GM_ranking_frame table.ranking td.rank{
    border-left: solid 1px #9d9146;
    width: 42px;
    text-align:  center;
}
#SKYM_GM_ranking_frame table.ranking td.thumbnail{
    width: 62px;
    text-align: center;
}
#SKYM_GM_ranking_frame table.ranking td.thumbnail img.thumbnail{
    border: solid 1px #cccccc;
}
#SKYM_GM_ranking_frame table.ranking td.title{
    width: 172px;
}
#SKYM_GM_ranking_frame table.ranking td.title div.attributes{
    height: 40px;
}
#SKYM_GM_ranking_frame table.ranking td.title span.brand{
    font-size: 11px;
}
#SKYM_GM_ranking_frame table.ranking td.title span.title{
    font-weight: bold;
}
#SKYM_GM_ranking_frame table.ranking td.author{
    width: 172px;
    font-weight: bold;
}
#SKYM_GM_ranking_frame table.ranking td.description{
    vertical-align: top;
    padding: 15px 12px;
    width: 358px;
}
