/*--- SCHEDULE ---*/
.middleTitle {
    margin-bottom: 20px;
}
.controls {
	margin-bottom: 40px;
}
.filter {
    width: 49%;
    padding: 0;
}
.schedule_w_list li {
    margin-bottom: 50px;
}
.inner_left {
    width: 25%;
}
.inner_left.block.girls-list.floatBox {
    position: relative;
    width: 25%;
    height: 0;
    padding-top: 25%;
}
.girls-box.img_onlyBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.inner_right {
    width: 73%;
}
.girlsdata {
    background: ;
    color: #FFF;
    font-size: 2rem;
}
.girlsdata a {
    display: block;
    padding: 10px;
    width: 100%;
    /* height: 100%; */
    color: #000;
}
.girlsdata a span {
    margin-right: .8em;
}
.text-holder-Inner {
    height: 100%;
    padding-top: 0;
}
.text-middle h4 {
    margin-bottom: 5px;
}
span.shopIcon {
    font-size: 1.6rem;
    line-height: 1.2;
    height: 20px;
}
.girlsIcon li {
    width: 45%;
    margin: .5%;
}
#container .text-middle .comment {
    margin-top: 5px;
}

/*--- SP-style ---*/
@media screen and (max-width: 768px) {
    .controls {
        width: 93.7%;
        min-width: inherit;
        max-width: inherit;
        margin-bottom: 20px;
    }
    .floatBox .inner_left, .floatBox .inner_right {
        float: none;
    }
    .img_onlyBox {
        width: 100%;
    }
    #contents .block.girls-list {
        float: none;
        padding-top: 93.7%;
        z-index: 0;
        position: relative;
    }
    .girls-box a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .girlsdata {
        display: table;
        width: 100%;
        z-index: 1;
        position: relative;
        margin-top: 5px;
    }
    .girlsdata a {
        display: table-cell;
        padding: 5px 10px;
        vertical-align: middle;
    }
    .girlsdata span {
        display:;
    }
    .schedule_W dt {
        width: 40%;
    }
    .schedule_W dd {
        width: 60%;
    }
}