/* --------------------------------------
ランキング ranking
------------------------------------------- */
.ranking_list_ .icon_ {
    width:100%;
    margin: 0 auto 4px auto;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    padding-left: 1.65em;
    position: relative;
    height: auto;
    overflow: unset;
    height: 25px;
    line-height: 25px;
}

.ranking_list_ li.icon_.rank_1::before {
    content: '';
    background: url(//img.e87.com/img/icon/icon_rank_no1.gif) no-repeat;
    width: 25px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
}

.ranking_list_ li.icon_.rank_2::before {
    content: '';
    background: url(//img.e87.com/img/icon/icon_rank_no2.gif) no-repeat;
    width: 25px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
}

.ranking_list_ li.icon_.rank_3::before {
    content: '';
    background: url(//img.e87.com/img/icon/icon_rank_no3.gif) no-repeat;
    width: 25px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
}