/* ランキング　CSS*/
.info-rank-container{
    margin: 0;
    padding: 0;
}

.info-rank__item{
    list-style: none;
    border-bottom: solid 1px lightgray;
    display: block;
    padding-bottom: 5px;
}
.info-rank__icon{
    width: auto;
    white-space: nowrap
}

.info-rank__img{
    float: left;
    max-height: 70px;
    max-width: 100px;
}
.info-rank__title {
    font-weight: bold;
    color: red;
}

.info-rank__title--text{
     width: auto;
     font-weight: bold;
     padding-left: 0px;
}

.info-rank__update{
    display: none;
    align-items: flex-end;
}
.info-rank__desc{
    color: #4c4c4c;
    font-size: 0.9em;
    font-weight: normal;
    padding: 5px 5px 5px 0px;
}
.info-rank__desc--text{}


/*　pager設定*/
.rank-pager-container {
    width: 100%;
    margin: 0;
    overflow:hidden;
}

.rank-pager__item {
    list-style: none;
    float:left;
    width:100%;
    font-size: 90%;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px #258 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    padding: 3px 8px;
    color: #808080;
    background-color: #fff;
    text-align: center;
    display:flex;
}
.rank-pager__item li{ float:left;}
.rank-pager__item li + li{
    float:left;
     border-left: 1px solid #258;
}
.rank-pager__button { width: 15%;}
.rank-pager__numbers { width: 30%;}
.rank-pager__perpage { width: 10%;}