/* ranking パーツ 暫定 */
/* Vue 設定 */
[v-cloak] {  display: none; }

.v-enter-active {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.v-enter, .v-leave-to, .v-leave-active {
    opacity: 0;
}

.loader {
    position: relative;
    text-indent: -9999em;
    margin: 88px auto;
    width: 80px;
    height: 80px;
    background-image: url('/cmn/img/loader.gif');
}

#ranking .VueCarousel-slide {
    width: 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    border-right: 1px solid #ddd;
}

#ranking .VueCarousel-inner div:first-child {
    border-left: none;
}

#ranking .VueCarousel-inner div:last-child {
    border-right: none;
}

#ranking .VueCarousel-pagination {
    margin-top: -20px;
    margin-bottom: 30px;
}

#ranking {
    height: 1995px;
}

#ranking-movie {
    height: 466px;
}

#ranking-game {
    height: 497px;
}

#ranking-music {
    height: 466px;
}

#ranking-comic {
    height: 466px;
}

#ranking .titleText {
    padding-left: 10px;
}

.rank-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    height: 50px;
}

.rank-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fed006;
    font-size: 16px;
    color: #192b5b;
    line-height: 40px;
    width: 120px;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-right: 20px;
}

.rank-update-label {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
        -ms-flex: 4;
            flex: 4;
    font-size: 16px;
    color: #192b5b;
    line-height: 40px;
    width: 450px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    background: lightgray;
    background: #eee;
    color: #192b5b;
}

.rank-link {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
}

.ranking-header {
    background: #eee;
    color: #1A2B5B;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.rank-1 {
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff;
    line-height: 24px;
    width: 24px;
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-1.png) center top / 24px auto no-repeat #fff;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin: 0 2px;
    text-align: center;
}

.rank-2 {
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff;
    line-height: 24px;
    width: 24px;
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-2.png) center top / 24px auto no-repeat #fff;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin: 0 2px;
    text-align: center;
}

.rank-3 {
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff;
    line-height: 24px;
    width: 24px;
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-3.png) center top / 24px auto no-repeat #fff;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin: 0 2px;
    text-align: center;
}

.rank-num {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    background: #eee;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #666;
    counter-increment: ranking;
    content: counter(ranking);
    line-height: 24px;
    margin: 0 2px;
    text-align: center;
    width: 24px;
}
