@charset "UTF-8";
/*---------------------------------------------------------
女の子詳細ページ
---------------------------------------------------------*/
.pc_girl_photo {
    display: block;
}
.sp_girl_photo {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc_girl_photo {
        display: none;
    }
    .sp_girl_photo {
        display: block;
    }
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slider{display:none}.slick-list,.slider.slick-initialized{display:block}.slick-list{position:relative;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;z-index:1;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0;background:transparent}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;line-height:1;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:5px}[dir='rtl'] .slick-prev{right:5px;left:auto}.slick-prev:before{content:'';display:block;width:17px;height:30px;background:url(../imgs/girl/girl_prev.png)no-repeat;background-size:contain}.slick-next{right:5px}.slick-next,[dir='rtl'] .slick-next{display:block;width:17px;height:30px;background:url(../imgs/girl/girl_next.png)no-repeat;background-size:contain}[dir='rtl'] .slick-next{right:auto;left:5px}.slick-next:before{display:block;width:17px;height:30px;background:url(../imgs/girl/girl_prev.png)no-repeat;background-size:contain}[dir='rtl'] .slick-next:before{display:block;width:17px;height:30px;background:url(../imgs/girl/girl_next.png)no-repeat;background-size:contain}
#girl_photo_slider {
    max-width: 480px;
    margin: 0 auto;
}
.slide-item {
    display: none;
}
.slide-item a:hover {
    opacity: 1;
}
.slide-item img {
    display: block;
    width: 100%;
}
#thumbnail-list {
    max-width: 480px;
    margin: 0 auto;
}
.thumbnail-item:nth-child(6n+1) {
    clear: both;
}
.thumbnail-item {
    display: table-cell;
    float: left;
    width: 16.66666%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
/*.thumbnail-item:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
    opacity: 0;
}*/
.thumbnail-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1px;
}

#detail {
}
.detail_inner {
}
.page_mainvisual_detail h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 64px;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    width: 100%;
    text-align: center;
}
.page_mainvisual_detail h2 span {
    font-size: 48px;
}
.page_mainvisual_detail .page_mainvisual img {
    display: block;
    z-index: 1;
}
@media screen and (max-width: 960px) {
    .page_mainvisual_detail h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        font-size: 48px;
        font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: bold;
        text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
        letter-spacing: 0em;
    }
    .page_mainvisual_detail h2 span {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .page_mainvisual_detail h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        font-size: 28px;
        font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: bold;
        text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
        letter-spacing: 0em;
    }
    .page_mainvisual_detail h2 span {
        font-size: 14px;
    }
}
.detail_left {
    width: 100%;
    /*max-width: 800px;*/
    margin: 0 auto;
}
.detail_left_inner {
    width: 100%;
    margin: 0 auto;
}
.detail_right {
    width: 100%;
    /*max-width: 580px;
    min-height: 904px;*/
    margin: 20px auto;
}
@media screen and (max-width: 1300px) {
    /*.detail_left {
        width: 60%;
        max-width: 800px;
        margin: 0 auto;
        float: left;
        min-height: 730px;
    }*/
    .detail_left_inner {
        max-width: 640px;
        margin: 0 auto;
    }
    /*.detail_right {
        width: 38%;
        max-width: 580px;
        min-height: 730px;
        margin: 20px auto;
        float: right;
    }*/
}
@media screen and (max-width: 960px) {
    .detail_left {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        min-height: 100%;
    }
    .detail_right {
        width: 100%;
        max-width: 960px;
        min-height: 100%;
        margin: 20px auto;
    }
}
@media screen and (max-width: 480px) {
    .detail_left_inner {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}
.detail_profile {
    text-align: center;
    margin: 0 auto 20px;
}
.detail_profile_name p {
    font-size: 46px;
    font-weight: bold;
    color: #FFE600;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    word-break: break-all;
    letter-spacing: 0em;
    font-weight: bold;
}
.detail_profile_size p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
@media screen and (max-width: 960px) {
    .detail_profile_name p {
        font-size: 32px;
    }
    .detail_profile_size p {
        font-size: 15px;
        letter-spacing: 0em;
    }
}
.gallery_bx {
    margin: 20px 0 0 0;
}
.gallery_bx img {
    display: block;
    width: 100%;
    /*border-left: 1px solid #B24F8F;
    border-right: 1px solid #666699;*/
}
/*.gallery_bx:before, .gallery_bx:after {
    content: "";
    display: block;
    height: 1px;
    background: -webkit-gradient(linear, left top, right bottom, from(#B24F8F), to(#666699));
    background: -moz-linear-gradient(left, #B24F8F, #666699);
    background: linear-gradient(left, #B24F8F, #666699);
}*/
.gallery_thumbnail {
    display: block;
    /*border-left: 1px solid #B24F8F;
    border-right: 1px solid #666699;*/
}
/*.gallery_thumbnail:before, .gallery_thumbnail:after {
    content: "";
    display: block;
    height: 1px;
    background: -webkit-gradient(linear, left top, right bottom, from(#B24F8F), to(#666699));
    background: -moz-linear-gradient(left, #B24F8F, #666699);
    background: linear-gradient(left, #B24F8F, #666699);
}*/
.gallery_thumbnail input {
    display: inline-block;
    width: 16.5%;
    max-width: 140px;
    max-height: 200px;
    /*border-left: 1px solid #B24F8F;
    border-right: 1px solid #666699;*/
    cursor: pointer;
    transition: 1s all;
    /* float: left; */
    vertical-align: top;
}
.gallery_thumbnail input:hover {
    opacity: .5;
}
.gallery_thumbnail a:nth-child(n+25) {
    display: none;
}
/*.gallery_thumbnail:before,
.gallery_thumbnail:after {
    content: "";
    display: block;
    height: 1px;
    background: -webkit-gradient(linear, left top, right bottom, from(#B24F8F), to(#666699));
    background: -moz-linear-gradient(left, #B24F8F, #666699);
    background: linear-gradient(left, #B24F8F, #666699);
}*/

@media screen and (max-width: 480px) {
    .gallery_thumbnail input {
        display: block;
        width: 24.8% !important;
        max-width: 80px;
        border-left: none;
        border-right: none;
        cursor: pointer;
        transition: 1s all;
    }
    /*.gallery_thumbnail:before,
    .gallery_thumbnail:after {
        content: "";
        display: block;
        height: 0;
        background: none;
        background: none;
        background: none;
    }*/
}


.girl_info_photo_link{
    margin: 20px auto 0;
}
.girl_info_photo_link .link_button a{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #e90089; 
    background: -ms-linear-gradient(90deg, #e90089, #6C0542);
    background: -moz-linear-gradient(90deg, #e90089, #6C0542);
    background: linear-gradient(90deg, #e90089, #6C0542);
    background-size: 100% 100%;
    padding: 12px 0;
    border-radius: 2px;
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
    .girl_info_photo_link{
        margin: 20px auto;
    }
    .girl_info_photo_link .link_button a{
        display: block;
        font-size: 15px;
        max-width: 280px;
    }
}


.profile_text {
    text-align: left;
    color: #fff !important;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.profile_text font,.profile_text strong,.profile_text p,.profile_text div,.profile_text span,.profile_text em,.profile_text small,.profile_text h1,.profile_text h2,.profile_text h3,.profile_text h4,.profile_text h5,.profile_text h6 {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 18px !important;
    background: none !important;
}
@media screen and (max-width: 960px) {
    .profile_text {
        text-align: left;
        color: #fff;
        font-size: 14px;
    }
    .profile_text font,.profile_text strong,.profile_text p,.profile_text div,.profile_text span,.profile_text em,.profile_text small,.profile_text h1,.profile_text h2,.profile_text h3,.profile_text h4,.profile_text h5,.profile_text h6 {
        font-size: 14px !important;
    }
}

.comingsoon{
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0em;
}

.girl_info_qa_text{
    margin: 10px 0;
    background: #121212;
    padding: 10px;
}
.girl_info_q_text{
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #333;
    color: #fff;
    text-align: left;
}
.girl_info_a_text{
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.girl_info_q_label{
    display: inline-block;
    background: #777;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 8px 0 0;
    position: relative;
    top: -2px;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
.girl_info_a_label{
    display: inline-block;
    background: #ea2097;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 8px 0 0;
    position: relative;
    top: -2px;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
@media screen and (max-width: 768px) {
    .girl_info_q_text{
        font-size: 14px;
    }
    .girl_info_a_text{
        font-size: 14px;
    }
    .girl_info_q_label{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .girl_info_a_label{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}


.detail_info {
    width: 480px;
    margin: 20px auto;
}
/*.skill_wrap {
    float: right;
    width: 200px;
}
.skill_wrap .bxc-25{
    float: left;
}
@media screen and (max-width: 480px) {
    .detail_info {
        width: 250px;
        margin: 20px auto;
        text-align: center;
    }
    .skill_wrap {
        float: none;
        display: inline-block;
        margin: 20px 0 0 0;
    }
}*/
.detail_middle_left {
    float: left;
    width: 28%;
    /*max-width: 910px;*/
}
/*.detail_movie {
  width: 390px;
  height: 320px;
  display: block;
  margin: 40px auto 0;
  background-image: url(https://galdeli-ikb.com/imgs/sys/not_movie2.jpg)
}*/

.girl_movie{
    max-width: 420px;
    margin: 10px auto;
    text-align: center;
}
.girl_movie a{
    max-width: 420px;
    margin: 10px auto;
    display: block;
}
.girl_movie img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: auto !important;
    max-width: 420px !important;
    margin: 0 auto;
    text-align: center !important;
}
@media screen and (max-width: 768px) {
}




.detail_movie {
    display: block;
    margin: 10px auto 10px;
}
.detail_movie video {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.detail_middle_right {
    float: right;
    width: 70%;
    min-height: 1000px;
}

.girl_syame_left{
    float: left;
    width: 56%;
}
.girl_syame_right{
    float: right;
    width: 42%;
}

/*.detail_diary {
    width: 100% !important;
    max-width: 320px;
    margin: 0 auto;
}
.detail_diary iframe {
    display: block;
    width: 100% !important;
    height: 900px;
    max-height: 900px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: none;
}*/
.girl_syame_right .link_button{
    margin: 20px 0 0 0;
}
.girl_syame_right .link_button a{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #e90089; 
    background: -ms-linear-gradient(90deg, #e90089, #6C0542);
    background: -moz-linear-gradient(90deg, #e90089, #6C0542);
    background: linear-gradient(90deg, #e90089, #6C0542);
    background-size: 100% 100%;
    padding: 12px 0;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    letter-spacing: 0em;
}

.girl_info_syame{
    width: 100% !important;
    max-width: 420px;
    margin: 20px auto;
}
.girl_info_syame iframe {
    display: block;
    width: 100% !important;
    height: 100%;
    min-height: 700px;
    max-height: 900px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: none;
}
.girl_info_syame .fujoho_custom_banner{
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .detail_middle_left {
        float: none;
        width: 100%;
        max-width: 960px;
    }
    .detail_middle_right {
        float: none;
        width: 100%;
        max-width: 960px;
        min-height: 100%;
    }

    .girl_syame_left{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .girl_syame_right{
        float: none;
        width: 100%;
    }
    .girl_info_syame iframe {
        min-height: 760px;
    }
}
@media screen and (max-width: 768px) {
    .detail_middle_right .link_button a{
        font-size: 15px;
        max-width: 280px;
    }
}

@media screen and (max-width: 480px) {
    .detail_movie {
        max-width: 300px;
        display: block;
        margin: 10px auto 20px;
    }
    .detail_movie video {
        max-width: 300px;
        max-height: 240px;
        margin: 0 auto;
    }
}
.detail_box {
    text-align: center;
    display: block;
    background: #000;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
    padding: 20px;
    margin: 0 0 20px 0;
    border: 10px solid #141414;
    box-sizing: border-box;
}
.voice_wrap {
    margin: 20px auto;
    width: 100%;
    max-width: 1400px;
}
.voice_wrap iframe {
    display: block;
    width: 100% !important;
    border: none;
    max-width: 500px;
    margin: 0 auto;
}
.voice_wrap br:nth-child(1), .voice_wrap br:nth-child(2) {
    display: none;
}

.detail_section_title {
    background: #1D0714; 
    background: -ms-linear-gradient(45deg, #000, #6C0542, #000);
    background: -moz-linear-gradient(45deg, #000, #6C0542, #000);
    background: linear-gradient(45deg, #000, #6C0542, #000);
    background-size: 100% 100%;
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-shadow: 0 0 3px rgba(0,0,0, .7);
}
@media screen and (max-width: 768px) {
    .detail_box {
        padding: 5px;
        border: none;
    }

    .detail_section_title {
        color: #fff;
        padding: 10px;
        display: block;
        font-size: 15px;
        text-align: center;
        margin: 10px auto;
        font-weight: bold;
        letter-spacing: 0em;
        line-height: 1.4;
    }
}



/*---------------------------------------------------------
girl.css
---------------------------------------------------------*/

/*popgirls.css*/
#pop_tit {
    width: 430px;
}
#pop_tit2 {
    width: 150px;
}
#prof_bx {
    overflow: scroll;
    overflow-x: hidden;
    /*overflow: hidden;*/
    height: 250px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #111 5px;
    background: #444;
    line-height: 14px;
}
#prof_bw {
    height: 40px;
    margin-bottom: 5px;
    line-height: 14px;
}
#shopm_bx {
    overflow: scroll;
    overflow-x: hidden;
    /*overflow: hidden;*/
    height: 80px;
    border: solid #111 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #444;
    line-height: 14px;
}
#pmail_bx {
    height: 450px;
    color: #FFF;
    border: solid #111 5px;
    background: #444;
    line-height: 14px;
    overflow: hidden;
}
#contents {
    position: relative;
    clear: both;
    margin-bottom: 5px;
}

#sub_rapper{
    margin-bottom: 5px;
}

.girl_schedule_inner {
    display: table;
    width: 100%;
}
#works_rap {
    width: 14%;
    display: table-cell;
    color: #ea2097;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 0 0 10px 0;
    background: #121212;
    border: 2px solid #000;
}
@media screen and (max-width: 1600px) {
    #works_rap {
        width: 24%;
        display: inline-block;
        font-size: 18px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        border-left: none;
        border-right: none;
    }
}
@media screen and (max-width: 768px) {
    #works_rap {
        width: 100%;
        display: block;
        font-size: 18px;
    }
}

.works_day {
    padding-top: 10px;
    /*float: left;*/
    width: 100%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
.works_time {
    padding-top: 10px;
    /*float: right;*/
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #ea2097;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
@media screen and (max-width: 480px) {
    .works_day {
        font-size: 15px;
    }
    .works_time {
        font-size: 16px;
    }
}

.girl_option_inner {
    text-align: left;
}
#option_rap {
    width: 10.6%;
    display: inline-block;
    color: #ea2097;
    font-size: 18px;
    letter-spacing: 0em;
    font-weight: normal;
    text-align: center;
    margin: 2px 0;
    background: #121212;
    vertical-align: middle;
    padding: 8px 0;
}
@media screen and (max-width: 1600px) {
    #option_rap {
        width: 11.7%;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    #option_rap {
        width: 32.33333%;
        min-height: 30px;
        line-height: 30px;
        display: block;
        float: left;
        font-size: 14px;
        margin: 0.5%;
        letter-spacing: 0em;
    }
}

.opt_name {
    /*padding-top: 3px;
    float: left;
    width: 100px;
    height: 17px;*/
    display: block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    color: #fff;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
.opt_check {
    /*padding-top: 3px;
    float: left;
    width: 30px;
    height: 17px;*/
    display: block;
    font-size: 20px;
    color: #ea2097;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    font-weight: bold;
}



.com_bx {
    text-align: left;
    color: #ea2097;
    font-size:12px;
    font-weight:bold;
    margin-top: 2px;
    /*
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #8E8D8E;
    */
}
.com_bx span{
    color:#eee;
}
.com_bx name{
    color: #ea2097;
    font-size:16px;
    
}
.com_bx age{
    color: #ea2097;
    font-size:14px;
    padding-left: 20px;
}
.content ul, .content ol {
    padding: 0 15px 15px 40px;
}

/*nav ul {
    list-style: none;
    border-top: 1px solid #666;
    margin-bottom: 15px;
}
nav ul li {
    border-bottom: 1px solid #666;
}
nav ul a, nav ul a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    width: 160px;
    text-decoration: none;
    background: #C6D580;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
    background: #ADB96E;
    color: #FFF;
}

footer {
    padding: 10px 0;
    background: #555;
    position: relative;
    clear: both;
}*/
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*header, section, footer, aside, nav, article, figure {
    display: block;
}
body,td,th {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}*/

.galleria{
    list-style:none;
}
.galleria li{
    display:block;
    overflow:hidden;
    float:left;
}
.galleria li a{
    display:none
}
.galleria li div{
    position:absolute;
    display:none;
}
.galleria li div img{
    cursor:pointer;
}
.galleria li.active div img,.galleria li.active div{
    display:block;
}
.galleria li img.thumb{
    cursor:pointer;
    top:auto;
    left:auto;
    display:block;
}
.galleria li .caption{
    display:block;
    }
.caption{
    color:#887;
    margin-top:5px;
}
.gallery_bx{
    /*width: 100%;
    max-width:500px;*/
    position:relative;
    /*float: left;
    margin: 0 auto 15px;*/
    margin: 0;
}
.gallery_thumbnail{
    display: table;
    width: 100%;
    text-align: left;
    font-size: 0;
}
.gallery_thumbnail{
   /* max-width: 740px;
    float: left;*/
    /*margin: 0 auto 10px;*/
}
.gallery_thumbnail img{
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
    width: 150px;
}
/*@media screen and (max-width: 1600px) {
    .gallery_bx{
        max-width:450px;
        position:relative;
        float: none;
        margin: 0 auto 20px;
    }
    .gallery_thumbnail{
        max-width: 745px;
        float: none;
        margin: 0 auto 20px;
    }
    .gallery_thumbnail img{
        display: inline-block;
        vertical-align: top;
        width: 105px;
    }
}*/
/*@media screen and (max-width: 1300px) {
    .gallery_thumbnail{
        width: 100%;
        float: none;
        margin: 0 auto 20px;
    }
    .gallery_thumbnail img{
        display: inline-block;
        vertical-align: top;
        width: 105px;
    }
}*/
/*@media screen and (max-width: 960px) {
    .gallery_bx{
        width:320px;
        position:relative;
        float: none;
        margin: 0 auto 10px;
    }
}*/
@media screen and (max-width: 768px) {
    .gallery_bx{
        width: 100%;
        max-width:320px;
        position:relative;
        margin: 0 auto;
    }
    .gallery_thumbnail{
        width: 100%;
        float: none;
        margin: 10px 0 0 0;
    }
    .gallery_thumbnail input{
        width: 20%;
        display: inline-block;
    }
}
/*サムネイルのスタイル*/
.gallery_wrap{
    margin-left: 3px;
}
.gallery_bx li{
    width:60px;
    height:80px;
    border:3px double #111;
    margin-left:3px;
    background:#000;
}
/*メイン画像の入る枠のスタイル*/
#main_image{
    height:350px;
    width:230px;
    background:black;
}
/*メイン画像の位置*/
#main_image img{
    margin:10px 0 10px 10px;
}
/*.chart_wrap{
    float: left;
}
.stamp_wrap{
    width: 230px;
    height: 200px;
}
@media screen and (max-width: 480px) {
    .chart_wrap{
        float: none;
        text-align: center;
    }
    .chart_wrap div{
        margin: 0 auto !important;
    }
    .chart_wrap div canvas{
        width: 250px !important;
        display: block !important;
        margin: 0 auto !important;
    }
    .stamp_wrap{
        width: 230px;
        height: 200px;
        margin: 0 auto;
    }
}
.nav{
    clear:both;
    margin-top:5px;
}
#footers_sub1 {
  text-align: right;
  width: 340px;
  margin-top: 10px;
  margin-left: 600px;
  padding: 0;
  float: left;
}*/




/*tufte-graph.css*/
.graph {
  clear: both;
  font-family: georgia, serif;
  font-size: 14px;
}

.graph .label {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.graph-header h3 {
  margin-bottom: 0px;
}
.graph-header {
  text-align: center;
}
.graph-header p {
  margin-top: 0px;
}

.graph .legend td, .graph .legend, .graph .legend tr {
  padding: 0px;
  margin: 0px;
  border-collapse:collapse;
}

.graph .legend {
  margin-left: 10px;
}
.graph .legend td {
  padding-right: 5px;
}

.graph .legend .color-box {
  width: 14px;
  height: 10px;
  overflow: hidden;
}

/*graph_radar.css*/
canvas {}



.girl_info_sales {
    padding: 10px 20px;
    margin: 10px 0 20px;
}
.girl_info_sales_inner{
    margin: 5px auto;
    background: #121212;
    padding: 5px;
}
.girl_info_sales h4 {
    text-shadow: -1px -1px 1px #121212, 1px -1px 1px #121212, -1px 1px 1px #121212, 1px 1px 1px #121212;
    font-feature-settings: "palt";
    font-size: 14px;
    display: table-cell;
    min-width: 120px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    height: 38px;
    color: #fff;
}
.girl_info_sales ul {
    display: table-cell;
    text-align: left;
}
.girl_info_sales ul li {
    background: #ea2097;
    color: #fff;
    text-shadow: -1px -1px 1px #121212, 1px -1px 1px #121212, -1px 1px 1px #121212, 1px 1px 1px #121212;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0em;
    display: inline-block;
    padding: 2px 8px;
    margin: 3px 0;
    border-radius: 4px;
    font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
    .girl_info_sales {
        padding: 5px 10px;
    }
    .girl_info_sales h4 {
        display: block;
        width: 100%;
        height: auto;
        margin: 5px 0 0 0;
    }
    .girl_info_sales ul {
        display: block;
        text-align: center;
        margin: 5px 0 0 0;
    }
    .girl_info_sales ul li {
        font-size: 15px;
        padding: 3px 6px;
    }
}
