#user-ranking {
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 24px; padding-bottom: 6.4vw;
}
.ranking-board {}
.ranking-board table {
    width: 100%;
}
.ranking-board table th,
.ranking-board table td {
    vertical-align: middle;
    padding: 6px 16px 6px 0; padding-top: 1.6vw; padding-right: 4.266vw; padding-bottom: 1.6vw;
}
.ranking-board table th {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}
.ranking-board table th:last-of-type {
    padding-right: 0;
    text-align: right;
}
.ranking-board table td {}
.ranking-board table td:first-of-type,
.ranking-board table td:last-of-type {
    white-space: nowrap;
}
.ranking-board table td:first-of-type {
    text-align: center;
    font-size: 14px; font-size: 1.4rem; font-size: 3.733vw;
    font-weight: bold;
    line-height: 26px; line-height: 6.933vw;
    background-color: #fff;
    color: #c00;
    width: 28px; width: 7.466vw;
}
.ranking-board table td:first-of-type img {
    width: 28px; width: 7.466vw;
}
.ranking-board table td:last-of-type {
    text-align: right;
    padding-right: 0;
    padding-left: 16px; padding-left: 4.266vw;
}

.ranking-board table tr {
    background: url(../img/ranking/dotted.png) right 50% repeat-x;
    background-size: 8px;
}
.ranking-board table tr:first-of-type {
    background: none;
    display: none;
}
.ranking-board table td:nth-of-type(2) {
    width: 100%;
}
.ranking-board table td span {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.ranking-board table td:nth-of-type(2) span {
    padding-right: 8px; padding-right: 2.133vw;
}
.ranking-board table td:last-of-type span {
    padding-left: 8px; padding-left: 2.133vw;
}
.chart-container {
    padding-top: 12px; padding-top: 3.2vw;
}

@media screen and (min-width: 768px) {
    .common-section-content:after {
        content: "";
        display: block;
        clear: both;
    }
    #user-ranking {
        padding-bottom: 40px;
    }
    .ranking-board {
        width: 300px;
        float: left;
        margin-right: 32px;
    }
    .chart-container {
        padding-top: 4px;
        width: 620px;
        float: left;
    }
    .ranking-board table th,
    .ranking-board table td {
        padding: 8px 16px 8px 0;
    }
    .ranking-board table th:last-of-type {
        padding-right: 0;
    }
    .ranking-board table td:first-of-type {
        font-size: 14px; font-size: 1.4rem;
        line-height: 26px;
        width: 28px;
    }
    .ranking-board table td:first-of-type img {
        width: 28px;
    }
    .ranking-board table td:last-of-type {
        padding-right: 0;
        padding-left: 16px;
    }
    .ranking-board table tr {
        background-size: 8px;
    }
    .ranking-board table tr:first-of-type {
        display: table-row;
    }
    .ranking-board table td:nth-of-type(2) {
        width: 100%;
    }
    .ranking-board table td:nth-of-type(2) span {
        padding-right: 8px;
    }
    .ranking-board table td:last-of-type span {
        padding-left: 8px;
    }
}



.ranking-data-table {
    display: none;
}