﻿@charset "utf-8";
/* CSS Document */
div.rank_title {
    width: 700px;
    height: 80px;
    background-image: url(/Images/Theme/rank_title.png);
    background-repeat: no-repeat;
}

    div.rank_title h1 {
        font-family: "Times New Roman", Times, serif;
        font-size: 20px;
        color: #666666;
        font-weight: bold;
        margin: 50px 0 0 80px;
        float: left;
    }

        div.rank_title h1 > span.rank_grey {
            color: #9d9d9d;
        }

    div.rank_title > h1 a {
        color: #9d9d9d;
        text-decoration: underline;
    }

div.rank_title_2 {
    width: 700px;
    height: 80px;
    margin: -10px 0 -20px 0;
}

div.fourteen {
    margin-bottom: -14px;
}

div.rank_title_2 h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    margin-left: 80px;
    float: left;
}

div.rank_title_2 > h1 a {
    color: #9d9d9d;
    text-decoration: underline;
}

table.select_kind2 {
    color: #ffffff;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-left: 100px;
    font-weight: normal;
    float: right;
}

table.select_kind3 {
    color: #ffffff;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-left: 100px;
    font-weight: normal;
    float: right;
    margin-top: -60px;
}

dl.rank123 {
    margin: -20px 0 0 30px;
    width: 720px;
}

    dl.rank123 h5 {
        color: #000000;
        font-size: 17px;
        font-weight: bold;
        margin-top: -6px;
        text-align: center;
    }

dd.rank1 {
    width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background: url(/Images/Theme/rank1.png);
    float: left;
    margin: 0;
}

    dd.rank1 > p {
        color: #ebd482;
        font-size: 12px;
        margin-top: 100px;
        text-align: center;
        font-weight: bold;
        line-height: 1.15em;
    }

dd.rank2 {
    width: 230px;
    height: 210px;
    background-repeat: no-repeat;
    background: url(/Images/Theme/rank2.png);
    float: left;
    margin: 0;
}

    dd.rank2 > p {
        font-size: 12px;
        text-align: center;
        color: #999999;
        font-weight: bold;
        margin-top: 100px;
        line-height: 1.15em;
    }

dd.rank3 {
    width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background: url(/Images/Theme/rank3.png);
    float: left;
    margin: 0;
}

    dd.rank3 > p {
        font-size: 12px;
        text-align: center;
        color: #efbd4d;
        font-weight: bold;
        margin-top: 100px;
        line-height: 1.15em;
    }

table.select_kind {
    color: #ffffff;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-left: 100px;
    font-weight: normal;
    margin-top: 50px;
    float: right;
}

div.right {
    float: right;
}

table.rank_detail {
    width: 100%;
    float: left;
    border: 0;
    border-collapse: collapse;
    color: #198DC3;
    margin-top: 20px;
    text-align: center;
}

    table.rank_detail > thead {
        background-color: #198DC3;
        height: 30px;
        font-weight: bold;
        font-size: 14px;
        color: #ffffff;
    }

    table.rank_detail > tbody td {
        padding: 5px;
        border: 1px solid #198DC3;
    }

    table.rank_detail > tbody tr.first_rank td {
        font-size: 12px;
        font-weight: bold;
        color: #fef1a7;
    }

    table.rank_detail > tbody tr.second_rank td {
        font-size: 12px;
        font-weight: bold;
        color: #b5b5b5;
    }

    table.rank_detail > tbody tr.third_rank td {
        font-size: 12px;
        font-weight: bold;
        color: #d77e14;
    }

table.rank_order a {
    color: #666666;
    font-weight: normal;
}

    table.rank_order a:hover {
        color: #ffffff;
    }

table.rank_order {
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
