@charset 'UTF-8';

/*背景女の子の初期CSS*/
.wrp_girls_photos {
    position: absolute;
    top: 740px;
}
/* ==================================== */
/* メインビジュアル */
/* ==================================== */

.bg_mainv {
    position: absolute;
    z-index: 1;
    top: 126px;
    overflow: hidden;
    width: 100%;
    height: 760px;
    background: url('/img/top/bg_mainv.jpg') repeat-x center top;
}

.mainv {
    margin: 20px auto 0 auto;
}

.wideslider {
    display: none;
}

.bx-viewport {
    position: relative !important;
    left: 0 !important;
    overflow: visible !important;
    width: 1154px!important;
    border: none !important;
    background: none !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}



#slider > li .pickup_data {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url('/img/top/bg_mainvcont.png') repeat;
}

#slider > li .pickup_data_left {
    position: absolute;
    top: 10px;
    left: 13px;
}

#slider > li .pickup_data_left .p_msg {
    font-size: 20px;
    display: block;
    color: #FFF;
}

#slider > li .pickup_data_right {
    position: absolute;
    top: 12px;
    right: 13px;
}

#slider > li .pickup_data_right > span {
    font-size: 15px;
    color: #FFF;
}

#slider > li .pickup_data_right > .p_style_icon {
    margin: 0 0 0 10px;
}

#slider > li .pickup_data_right > .p_style_icon img {
    display: inline-block;
    margin: 0 2px 0 2px;
}

#slider .pickup_camp {
    position: relative;
    height: 448px;
    margin-top: 3px;
    background: url('/img/top/bg_mainv_camp.gif') no-repeat;
    -webkit-box-shadow: rgba(163, 163, 163, .65098) 0 2px 6px 2px;
       -moz-box-shadow: rgba(163, 163, 163, .65098) 0 2px 6px 2px;
            box-shadow: rgba(163, 163, 163, .65098) 0 2px 6px 2px;

    filter: alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
}
#slider .pickup_camp ul {
    position: absolute;
    top: 274px;
    left: 81px;
    width: 100%;
}

#slider .pickup_camp div {
    position: absolute;
    top: 381px;
    left: 703px;
}

#slider .pickup_camp img {
    float: left;
    width: 400px;
    padding: 0 17px 0 0;
}

.bx-pager-item a.bx-pager-link {
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
    background: #FFF !important;
}

.bx-pager-item a.active {
    background: #000 !important;
}

.bx-controls-direction .bx-prev {
    width: 62px !important;
    height: 62px !important;
    background: url('/img/top/bt_mainv_prev.png') no-repeat 0 0 !important;
}

.bx-controls-direction .bx-next {
    width: 62px !important;
    height: 62px !important;
    background: url('/img/top/bt_mainv_next.png') no-repeat 0 0 !important;
}

.bx-wrapper .bx-next:hover, .bx-wrapper  .bx-prev:hover {
    background-position: 0 -62px !important;
}

.pickup_img2 {
    margin-top: 3px;
    -webkit-box-shadow: rgba(163, 163, 163, .65098) 0 2px 6px 2px;
       -moz-box-shadow: rgba(163, 163, 163, .65098) 0 2px 6px 2px;
            box-shadow: rgba(163, 163, 163, .65098) 0 2px 6px 2px;

    filter: alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
}
/* ==================================== */
/* コンテンツ */
/* ==================================== */

.pankuzu {
    top: 0;
    left: 15px;
}


.bg_wrp_girls {
    background-position: center 450px;
}

.contents {
    padding: 565px 30px 110px 30px;
}

/* ==================================== */
/* スケジュール*/
/* ==================================== */
.zaiseki {
    font-size: 22px;
    padding: 0 7px 0 0;
    text-align: right;
    letter-spacing: -1px;
}

.zaiseki span {
    font-size: 40px;
}


#schebox .girls_photo_list {
    overflow: hidden;
    width: 756px;
    padding: 0 0 0 0;
}

#schebox .girls_photo_list li {
    position: relative;
    float: left;
    margin: 17px 4px 0 0;
    background: #353A3E;
}

/*本日出勤の処理*/
.shukin dl {
    margin-bottom: -1px;
    border: 1px solid #C1BA69;
}

.shukin dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 39px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #C1BA69;
}

.shukin dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 0 0 40px;
    text-align: center;
    color: #C1BA69;
}



.shukin .comment {
    color: #C1BA69 !important;
    border-color: #C1BA69 !important;
}

/*受付終了の処理*/
.soldout > div {
    opacity: .6;
}

.soldout_time {
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    top: 55px;
    width: 100%;
    height: 24px;
    margin-bottom: -1px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #FFF;
    background: rgba(0, 0, 0, .50);
}



.soldout .comment {
    color: #9E9E9E !important;
    border-color: #9E9E9E !important;
}

/*翌日待機の処理*/
.asita .data_box .data:after {
    position: absolute;
    right: 5px;
    display: inline-block;
    margin: 2px 0 0 8px;
    content: url('/img/girls/asita.png');
    vertical-align: middle;
}




.asita dl {
    margin-bottom: -1px;
    border: 1px solid #CCB9D8;
}

.asita dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 39px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #CCB9D8;
}

.asita dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 0 0 40px;
    text-align: center;
    color: #CCB9D8;
}

.asita .comment {
    color: #9164AD !important;
    border-color: #9164AD !important;
}

/*共通*/

#schebox .girls_photo_list li > div {
    position: relative;
}

#schebox .girls_photo_list li .time {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin-bottom: -1px;
    padding: 6px 0 0 7px;
    color: #FFF;
}

#schebox .girls_photo_list li .time span {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 45px;
}

#schebox .girls_photo_list li .photo a {
    display: block;
    width: 243px;
    height: 162px;
    margin: 0 auto 0 auto;
}

#schebox .girls_photo_list li .comment {
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 0 0 0;
    border-bottom: dotted 2px #C1BA69;
}

#schebox .girls_photo_list li .data {
    font-size: 16px;
    margin: 7px 5px 5px 7px;
    text-align: center;
    color: #C7C072;
}

#schebox .girls_photo_list li .data_box {
    width: 100%;
    margin: 0 auto 0 auto;
    border: none !important;
}

#schebox .girls_photo_list li .icon {
    position: absolute;
    top: 8px;
    right: -19px;
    width: 18px;
}

#schebox .girls_photo_list li .icon .movie, #schebox .girls_photo_list li .icon .new, #schebox .girls_photo_list li .icon .snap {
    margin-bottom: 5px;
}

#schebox .girls_photo_list li .icontag {
    font-weight: bold;
    min-height: 16px;
    margin: 0 0 2px 0;
    padding: 4px 0 4px 0;
    text-align: center;
    color: #FFF;
    background: #F17696;
}

#schebox .detail_page {
    margin: 25px 0 0 0;
    text-align: center;
}

/* ==================================== */
/* 新人 & キャンペーン */
/* ==================================== */

.contents_girl, .contents_camp {
    margin: 0 0 65px 0;
}

.casetimeempty {
    /*新人の時間部分の調整 top.jsに処理分あります*/
    margin-top: 41px !important;
}


.headstyle {
    margin: 30px 0 0 0;
}

.headstyle p {
    margin: 8px 15px 0 0;
}

.contents_container_middle {
    position: relative;
    width: 710px;
    margin: 20px auto 0 auto;
    background: #464A4E;
}



.contents_container_middle .camp_list {
    /*キャンプ*/
    padding: 25px 0 0 0;
}

.contents_container_middle .newgirls_photo_list ul {
    /*新人*/
    position: relative !important;
    left: 0 !important;
    width: 681px !important;/*708*/
    height: 312px;
    padding: 20px 0 0 8px;
}

.camp_list .caroufredsel_wrapper {
    /*キャンプ*/
    margin-left: 98px !important;
}

.contents_container_middle .newgirls_photo_list ul li {
    float: left;
    /*新人*/
    width: 130px;
    margin: 0 0 40px 29px;
}

.contents_container_middle .newgirls_photo_list ul li div {
    height: 264px;
    padding: 0 0 1px 0;
    border: solid 1px #E7E7E7;
    background: #FFF;
}


.contents_container_middle #campSlider li {
    /*キャンプ*/
    width: 511px;
    margin: .5px 0 0 0;
    overflow: hidden;
}

.contents_container_middle #campSlider li span {
    font-weight: bold;
    /*キャンプ*/
    display: block;
    height: 16px;
}


.newgirls_photo_list ul dl {
    margin-bottom: 4px;
}

.newgirls_photo_list ul dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    float: left;
    width: 130px;
    height: 18px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #C1BA69;
}

.newgirls_photo_list ul dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    height: 35px;
    padding: 0 0 0 0;
    text-align: center;
    color: #C1BA69;
    background: #FFF;
}

.newgirls_photo_list ul .time_other {
    height: 39px;
}

.newgirls_photo_list ul .photo {
    position: relative;
    margin: 8px 0 5px 0;
    text-align: center;
}

.newgirls_photo_list ul .icon {
    position: absolute;
    top: 0;
    right: -18px;
    width: 18px;
    height: 200px;
}


.newgirls_photo_list ul .icon .movie, .newgirls_photo_list ul .icon .snap {
    margin-bottom: 5px;
}

.newgirls_photo_list ul .comment {
    font-size: 14px;
    font-weight: bold;
    min-height: 23px;
    margin: 0 5px 2px 10px;
    padding: 0 0 2px 0;
    color: #C1BA69;
    border-bottom: dotted 2px #C1BA69;
}


.newgirls_photo_list ul .comment {
    /*新人*/
    font-size: 11px;
    overflow: hidden;
    min-height: 15px;
    max-height: 15px;
}

.newgirls_photo_list ul .comment span {
    /*新人*/
    display: inline-block;
    overflow: hidden;
    height: 11pt;
}

.newgirls_photo_list ul .data {
    font-size: 14px;
    margin: 5px 0 0 10px;
    color: #1B1B1B;
}

.newgirls_photo_list ul .data {
    /*新人*/
    font-size: 11px;
    line-height: 1.4;
}

.newgirls_photo_list ul .data .first_date {
    font-weight: bold;
    color: #C1BA69;
}

.girls_photo_list .prevnext, .newgirls_photo_list .prevnext, .camp_list .prevnext {
    position: absolute;
    top: 40%;
    width: 100%;
}

.camp_list .prevnext {
    /*キャンプ*/
    top: 30%;
}

.girls_photo_list .prevnext a, .newgirls_photo_list .prevnext a, .camp_list .prevnext a {
    background: none;
}

.girls_photo_list .prevnext a.prev span, .newgirls_photo_list .prevnext a.prev2 span, .camp_list .prevnext a.prev3 span {
    position: absolute;
    left: -15px;
    display: block !important;
    width: 41px;
    height: 109px;
    text-decoration: none;
    background: url('/img/top/bt_gprev.png') no-repeat  0 0;
}

.girls_photo_list .prevnext a.next span, .newgirls_photo_list .prevnext a.next2 span, .camp_list  .prevnext a.next3 span {
    position: absolute;
    right: -14px;
    display: block !important;
    width: 41px;
    height: 110px;
    text-decoration: none;
    background: url('/img/top/bt_gnext.png') no-repeat 0 0;
}

.girls_photo_list .prevnext a:hover span, .newgirls_photo_list .prevnext a:hover span, .camp_list .prevnext a:hover span {
    background-position: 0 -110px;
}

.girls_photo_list .prevnext a.disabled span, .newgirls_photo_list .prevnext a.disabled span, .camp_list .prevnext a.disabled span {
    background-position: 0 -110px;
}

.girls_photo_list .detail_page, .newgirls_photo_list .detail_page, .camp_list .detail_page {
    padding: 5px 0 18px 0;
    text-align: center;
}

.girls_photo_list .pager, .newgirls_photo_list .pager2, .camp_list .pager3 {
    height: 10px;
    padding: 16px 0 18px 0;
    text-align: center;
}

.girls_photo_list .pager a, .newgirls_photo_list .pager2 a, .camp_list .pager3 a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 5px;
    border-radius: 12px;
    background: #868686;
}

.girls_photo_list .pager a.selected, .newgirls_photo_list .pager2 a.selected, .camp_list .pager3 a.selected {
    background: #C1BA69;
}

.girls_photo_list .pager a span, .newgirls_photo_list .pager2 a span, .camp_list .pager3 a span {
    display: none;
}

.prevnext {
    cursor: pointer;
}

/* ==================================== */
/* ニューストピックス */
/* ==================================== */

.contents_news {
    margin: 65px 0 0 0;
}

.news_list {
    margin: 30px 0 0 0;
}

.news_list li {
    position: relative;
    float: left;
    margin: 0 0 20px 10px;
}

.news_list li .obj_tape {
    position: absolute;
    top: -12px;
    left: 30%;
}

.news_list li a {
    display: block;
    width: 172px;
    height: 370px;
    padding: 15px 0 0 0;
    text-decoration: none;
    background-color: #353A3E;
}

.news_list li a > span {
    display: block;
}

.news_list li a .extract {
    width: 126px;
    height: 186px;
    margin: 0 auto 0 auto;
    border: solid 5px #FFF;
    background: #FFF url('/img/justcenter/preloader.gif') no-repeat center center;
}

/* jquery.justcenter.jsの処理が始まる前に一瞬画像が見えるのを防ぐため最初から非表示にする */
.news_list li a .extract img {
    display: none;
}

.news_list li a .timestamp, .news_list li a .title, .news_list li a .comment, .news_list li a .post_data {
    font-size: 13px;
    line-height: 140%;
    width: 136px;
}

.news_list li a .timestamp {
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: left;
}

.news_list li a .title {
    font-weight: bold;
    overflow: hidden;
    min-height: 80px;
    max-height: 80px;
    margin: 2px auto 0 auto;
    padding: 0 0 10px 0;
    color: #F7F7D7;
}

.news_list li a .comment {
    overflow: hidden;
    min-height: 77px;
    max-height: 77px;
    margin: 0 auto 0 auto;
    padding: 8px 0 0 0;
}

.news_list li a .post_data {
    margin: 5px auto 0 auto;
    padding: 0 0 0 0;
}

.contents_news .detail_page {
    margin: 10px 0 30px 0;
    text-align: center;
}

/* ==================================== */
/* 動画セクション */
/* ==================================== */

.contents_movie {
    margin: 65px 0 0 0;
}

.movie_list {
    margin: 20px 0 0 0;
}

.movie_list li {
    position: relative;
    float: left;
    width: 335px;/*337*/
    height: 298px;/*300*/
    margin: 0 9px 18px 9px;
    padding: 15px 0 0 15px;
    background: #353A3E;
}

.movie_link {
    position: relative;
    display: block;
    width: 320px;
    height: 240px;
    /*margin:20px auto 0px auto;*/
}

.bt_movstart {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 39px !important;
    height: 39px !important;
    margin: 0 -17px 0 -17px;
}

.movie_link .mv_bt_style {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: -29px 0 0 -29px;
}

.movie_link img {
    width: inherit;
    height: inherit;
}

.move_title {
    font-size: 14px;
    font-weight: bold;
    width: 298px;/*320*/
    margin: 6px auto 4px auto;
    padding: 5px 0 0 22px;
    color: #F95D9D;
    background: url('/img/top/eyecatch_movie.png') no-repeat left;
}

.movie_prof {
    width: 320px;/*320*/
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
    background: url('/img/top/bg_border2.png') repeat-x top;
}

.movie_prof span {
    font-size: 13px;
    font-weight: bold;
    line-height: 140%;
    display: block;
    float: left;
}

.movie_prof a {
    display: block;
    float: right;
    margin: 4px 0 0 0;
}

.contents_movie .detail_page {
    margin: 15px 0 30px 0;
    text-align: center;
}

/* ==================================== */
/* グループ紹介セクション */
/* ==================================== */

.contents_group {
    margin: 65px 0 0 0;
}

.group_list {
    margin: 20px 0 0 0;
}

.group_list .left {
    float: left;
    margin: 0 20px 15px 0;
}

.group_list .right {
    float: left;
    margin: 0 0 15px 0;
}

.contents_group .detail_page {
    margin: 15px 0 30px 0;
    text-align: center;
}

/*共通パーツ*/
.bg_summary {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 9px 54px 7px 15px;
    text-decoration: none;
    color: #272C2F;
    background: #FFF url('/img/common/bg_summary.png') no-repeat right center;
}


.news_list li .bg_btpink {
    display: block;
    margin: 5px 0 0 0;
    padding: 9px 55px 7px 15px;
}



/*--------------------------------*/
/* 追加・上書き */
/*--------------------------------*/
.data {
    border-top: none;
}
.data {
    padding: 0;
}
.data {
    border-bottom: none;
}
span.icon img {
    padding: 0;
}
