@charset "UTF-8";
.re_store_wrap li.re_store {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.re_store .rank_top5 {
    display: flex;
    justify-content: space-between;
    min-height: 126px;
}
.re_store .rank_top5 li {
    width: calc(90%/5);
    position: relative;
    display: none;
}
.re_store .rank_top5 li .rank {
    position: absolute;
    z-index: 10;
    top: auto;
    left: 0;
    width: 42px;
    height: 51px;
}
.re_store .rank_top5 li .rank span {
    background: #666;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 1px 10px;
}
.re_store .rank_top5 li a {}
.re_store .rank_top5 li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: 50% 0;
    z-index: 0;
    margin-left: 16px;
    margin-top: 12px;
}
.re_store .rank_top5 li p {
    width: 120px;
    margin-left: 16px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.re_store .rank_top5 li.rank_no1 .rank {
    background-image: url(https://ddnavi.com/wp-content/themes/ddnavi2017/image/rank_gold.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.re_store .rank_top5 li.rank_no2 .rank {
    background-image: url(https://ddnavi.com/wp-content/themes/ddnavi2017/image/rank_silver.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.re_store .rank_top5 li.rank_no3 .rank {
    background-image: url(https://ddnavi.com/wp-content/themes/ddnavi2017/image/rank_bronze.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.re_store .rank_top5 li.rank_no1 .rank span,
.re_store .rank_top5 li.rank_no2 .rank span,
.re_store .rank_top5 li.rank_no3 .rank span{
    display: none;
}
.re_store .link_all {
    display: block;
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: underline;
}
.side-er {
    margin-bottom: 50px;
}
.side-er .re_store_wrap h3 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #474746;
    font-weight: 700;
    margin-bottom: 2px;
}
.side-er .update {
    display: block;
    text-align: right;
    font-size: 11px;
}
.side-er .re_store_wrap li.re_store {
    margin-bottom: 15px;
    padding-bottom: unset;
    border: unset;
}
.side-er .re_store .rank_top5 li {
    width: calc(90%/3);
}
.side-er .re_store .rank_top5 li .rank {
    width: 30px;
    height: 36px;
}
.side-er .re_store .rank_top5 li img {
    width: 80px;
    height: 80px;
}
.side-er .re_store .rank_top5 li p {
    width: 80px;
    font-size: 11px;
}
.side-er .re_store .link_all {
    font-size: 12px;
}
.message {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: -76px;
}