@charset "utf-8";

/*
 * noguide_title
 ************************************************************************************************/

.noguide_title {
    font-size: 30px;
/* ↓簡易ガイドSEOテキスト追加対応  @QQ  2016/08/25 */
*    margin-bottom: 15px;
/* ↑簡易ガイドSEOテキスト追加対応  @QQ  2016/08/25 */
}


/*
 * ranking
 ************************************************************************************************/

#rank_girl {
    /* ↓簡易ガイドへの即ヒメ表示対応 2016/11/10 */
    /* margin-top: 25px; */
    /* margin-bottom: 15px; */
    /* margin: 25px 5px 25px 5px; */
    margin: 20px 5px 25px 5px;
    /* ↑簡易ガイドへの即ヒメ表示対応 2016/11/10 */
    visibility: hidden;
    height: 0;
}

.ranking_girl {
    position: relative;
}

.ranking_title {
    /* ↓簡易ガイドへの即ヒメ表示対応 2016/11/10 */
    /* border-bottom: 2px solid #E0E0E0; */
    /* position: relative; */
    border-bottom: 2px solid #bbbbbb;
    height: 38px;
    /* ↑簡易ガイドへの即ヒメ表示対応 2016/11/10 */
}

/* ↓簡易ガイドへの即ヒメ表示対応 2016/11/10 */
/* .ranking_girl_title { */
.ranking_girl_title ,.standby_girl_title {
/* ↑簡易ガイドへの即ヒメ表示対応 2016/11/10 */
    font-size: 18px;
    /* ↓簡易ガイドへの即ヒメ表示対応 2016/11/10 */
    float: left;
    padding: 5px 20px;
    background-color: #e6e6e6;
    color: #797979;
    /* ↑簡易ガイドへの即ヒメ表示対応 2016/11/10 */
}

/* ↓簡易ガイドへの即ヒメ表示対応 2016/11/10 */
.active {
    border: 2px solid #bbbbbb;
    border-bottom-color: white;
    background-color: white;
    color: black;
}
/* ↑簡易ガイドへの即ヒメ表示対応 2016/11/10 */

.r_tab {
    float: right;
    margin-top: -35px;
    font-size: 14px;
    padding: 4px 10px;
}

.r_tab li {
    display: inline-block;
    min-width: 55px;
    position: relative;
}

.r_tab li a {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px;
}

.r_tab li.on:after,
.r_tab li:hover:after {
    display: block;
    position: absolute;
    right: 1em;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    background-color: #3E8BFF;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
    color: #333;
}

.r_tab li a span {
    padding: 0 10px;
    border-right: 2px solid #E0E0E0;
    color: #333;
}

.r_tab li:last-child a span {
    border-right: none;
}

.r_tab_box {
    position: relative;
}

.r_tab_contents {
/*
    padding: 0px 0px 15px;
*/
}

.r_tab_contents>li {
    width: 180px;
    float: left;
    margin-right: 12px;
    position: relative;
/*
    box-shadow: 0px 0px 0 1px #e5e5e5;
*/
    border:1px solid #e5e5e5;
    box-sizing:border-box;
}
.r_tab_contents li:first-child{
    margin-left:12px;
}
.r_tab_contents li:nth-of-type(4n){
    margin-right:12px;
}
.r_tab_contents>li .r_tab_img {
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto 5px;
    border: 1px solid #eee;
    box-sizing:border-box;
        display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}
.r_tab_contents li .r_tab_img img{
    width:100%;
}
.r_tab_contents>li>a {
    color: #333;
    display: block;
    padding-top:10px;
}

.r_tab_contents>li>a:hover {
    opacity: 0.7;
}


/*.r_tab_contents>li:nth-child(5n) {
    margin-right: 0;
}*/

.r_tab_contents>li .thum {
    margin-bottom: 4px;
    position: relative;
    top: 1px;
}


/*.r_tab_contents>li .text {
    color: #000;
    bottom: 0;
    padding: 3px 0px;
    text-align: left;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
}*/

.r_tab_contents>li .rank_info {
    padding: 0px 10px 6px;
    height: 45px;
}

.r_tab_contents>li .rank_info p {
    margin-bottom: 2px;
}

.rank_prof {
    margin: 0px 0px 10px;
    ;
}

.rank_prof .img {
    width: 48px;
    overflow: hidden;
    height: 48px;
    margin-left: 10px;
    border: 1px solid #aaa;
    float: left;
}

.rank_prof .text {
    width: 103px;
    margin-left: 5px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}
.rank_prof .text_girl{
    margin-bottom: 5px;

}
.r_shop {
    font-size: 10px;
    padding: 0px 10px 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    color: #aaa;
}

.r_shop p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more {
    background-image: url(../images/icon_circlearrow_left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px 11px;
    padding-left: 15px;
}


/*.r_tab_contents>li .num {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #FF5722;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 17px;
}*/


/*mkThumb*/
.mkThumb{
    position:relative;
    display:block;
    overflow:hidden;
}
.mkThumb:after{
    content:"";
    display:block;
    padding-top:100%;
}
.mkThumb img{
    position:absolute;
    left:0;
    top:0;
}
.moreLink{
    text-align:right;
}


/* ↓簡易ガイドSEOテキスト追加対応  @QQ  2016/08/25 */
/*
 * guideseo
 ************************************************************************************************/
/*
   テキスト
   */
.guideseotextwrap {
    clear: both;
    text-align: left;
    margin-bottom: 10px;
}
.guideseotext {
    width: 792px;
    clear: both;
    font-size: 11px;
    border-top: 1px solid #E0E0E0;
}
.guideseotext p#body {
    line-height: 1.7;
    margin-top: 5px;
}
/*
   エリアリンク
   */
.guideseoarea {
    position: relative;
    clear: both;
    text-align: left;
    width: 792px;
    overflow: hidden;
    margin-bottom: 8px;
}
.guideseoarea dt#title {
    width: 135px;
    float: left;
    font-size: 11px;
    font-weight: bold;
}
.guideseoarea dd#area {
    padding-left: 135px;
    font-size: 11px;
}
.guideseoarea dd#area a {
    background-image: url(/img/icon/icon_circlearrow_left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px 15px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
/* ↑簡易ガイドSEOテキスト追加対応  @QQ  2016/08/25 */
/* ↓簡易ガイドへの即ヒメ表示対応 2016/11/10 */
/*
 * sokuhime
 ************************************************************************************************/
.r_tab_box2 li {
    padding: 5px 10px;
}

.wait-text {
    font-size: 17px;
    font-weight: bold;
    color: #f00;
    text-align: center;
}

.wait-move-text {
    color: #FF3300;
    width: 25px;
    height: 22px;
    position: relative;
    margin-bottom: 2px;
}

.wait-move-text img[src$=".svg"] {
    width: 22px;
    height: 22px;
    margin-left: -2px;
    margin-bottom: 4px;
    display: inline-block;
}

.move-text-sokuhime {
    width: 129px;
    padding: 2px;
    overflow: hidden;
    color: white;
    background-color: #a0a0a0;
    position: absolute;
    margin: 0px;
    display: inline-block;
    border-radius: 6px;
    z-index: 1;
    top: 0;
    left: 22px;
}

.wait-move-text:after {
    position: absolute;
    border-width: 5px 10px 5px 0px;
    border-style: solid;
    display: block;
    width: 0;
    border-color: rgba(255, 36, 36, 0) #a0a0a0 transparent;
    content: "";
    top: 5px;
    left: 18px;
    /* 残像が残るためz-indexをコメントアウト*/
    /*z-index: -1;*/
}

.move-text-sokuhime p {
    display:inline-block;
    padding-left: 133px;
    white-space:nowrap;
    -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:10s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:10s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:10s;
    animation-iteration-count:infinite;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
    }
    99%,
    to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes marquee {
    from {
        -moz-transform: translate(0%);
    }
    99%,
    to {
        -moz-transform: translate(-100%);
    }
}

@-ms-keyframes marquee {
    from {
        -ms-transform: translate(0%);
    }
    99%,
    to {
        -ms-transform: translate(-100%);
    }
}

@-o-keyframes marquee {
    from {
        -o-transform: translate(0%);
    }
    99%,
    to {
        -o-transform: translate(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }
    99%,
    to {
        transform: translate(-100%);
    }
}

.r_tab_contents .img-wrapper a img:hover {
    opacity: 0.7;
}

.r_tab_box2 .img-wrapper {
    width: 158px;
    height: 210px;
    overflow: hidden;
}

.osusume-sokuhime-text {
    width: 154px;
    background-color: rgba(0,0,0,0.5);
    height: 45px;
    position: absolute;
    top: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 4px;
}

.osusume-sokuhime-text .recomment-name{
    height: 20px;
    margin: 5px 0px 3px 0px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

.osusume-sokuhime-text .recomment-girl-info{
    color: #eaeaea;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.standbygirl-icon-wrap {
    display: inline-block;
}

.standbygirl-icon {
    margin-top: 7px;
}

.standbygirl-line {
    margin-top: 7px;
    border-bottom: 1px solid #bbbbbb;
}

.standbygirl-shop {
    margin: 7px 0 2px 0;
    font-size: 11px;
    letter-spacing: -0.5px;
}

.rank_info .text{
    word-break: break-all;
}

.noguide_standby_more_link{
    float:right;
}
.noguide_diary_more_link{
    float:right;
}

/* ↑簡易ガイドへの即ヒメ表示対応 2016/11/10 */
