/* For Access Ranking Page*/
.info-rank-container{
    margin-top: 10px;
    padding: 0;
}

.info-rank__item{
    list-style: none;
    border-bottom: solid 1px lightgray;
    display: block;
    padding-bottom: 5px;
}
.info-rank__rank{
    width: auto;
    white-space: nowrap;
    margin-top: 10px;
    color: red;
}

.info-rank__icon{}

.info-rank__img{
    display: none;
    max-width: 100px;
}

.info-rank__title {
    padding: 5px 0;   
}

.info-rank__title--text{
     width: auto;
     font-weight: normal;   
     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: normal;
    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%;}

/* For Access Ranking Parts*/
.rank-parts__container {
    padding: 25px 35px 15px 35px;
    font-size: 1.1em;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin: 0;    
    list-style: none;
}

.rank-parts__item {
    margin: 10px 0;
    background-color: none;
    border-bottom: 1px solid #ddd;
    padding: 4px 0 9.5px 0;
    
}

.rank-parts__icon {    
}

.rank-parts__update {
    font-size: 0.8em;
    flex-grow: 0;
    padding-bottom: 1px;
    
}

.rank-parts__title {
    width: 100%;
    text-align: left;
    padding-right: 35px;
    padding-top: 1px;
    
}

.rank-parts__desc{
}

.rank-parts__num_content{
    margin: 0 0 0 auto;
    position: relative;
}

.rank-parts__num {
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1.2em;
    padding-right: 5px;
    color: #444;
}