/*****1701_top_ranking*****/

.top_rank_tit,
.top_rank dd {
    color: #010302;
}
.top_rank {
    font-size: 14px;
    line-height: 140%;
}
.mb_10{margin-bottom: 10px !important;}

/**start**/

.top_rank_tit {
    font-size: 120%;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: 500;
    padding: 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
}
.top_rank {
    width: 685px;
    padding: 0 0 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top_rank {
    text-align: center;
    margin-bottom: 50px;
}
.top_rank dl {
    position: relative;
    width: 191px;
}
.top_rank dt {
    margin-top: 10px;
}
.top_rank li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/*clear_fix*/

.top_rank dl:after {
    content: "";
    display: block;
    clear: both;
}

/*//clear_fix*/

.top_rank .rank_price {
    margin-top: 5px;
    color: #cf2d04;
}
.top_rank .rank_img {
    position: absolute;
    top: -3px;
    left: 5px;
}
.top_rank li:hover {
    text-decoration: underline;
}

/**end**/
