﻿@charset "utf-8";
/* CSS Document */

h3 {
    margin-bottom: 0px;
}

    h3 span {
        float: right;
        text-align: center;
        border: solid 1px #a9abae;
        -webkit-border-radius: 8px;
        background-color: #fff;
        padding: 5px;
        margin-right: 4px;
        margin-left: 4px;
        width: 5em;
    }

        h3 span#prev {
            float: right;
            text-align: center;
            border: solid 1px #a9abae;
            -webkit-border-radius: 8px;
            background-color: #fff;
            padding: 5px;
            margin-right: 4px;
            margin-left: 4px;
            width: 5em;
        }

        h3 span#noprev {
            display: none;
        }

        h3 span#next {
            float: right;
            text-align: center;
            border: solid 1px #a9abae;
            -webkit-border-radius: 8px;
            background-color: #fff;
            padding: 5px;
            margin-right: 4px;
            margin-left: 4px;
            width: 5em;
        }

h4 {
    text-align: left;
    font-size: 20px;
    padding: 4px;
    background: #fe972e;
    color: #FFF;
    font-size: 16px;
}

.night {
    background: #4dcbd7;
}





/*galsearch*/

.searchBox {
    background: none repeat scroll 0 0 #fbf7ee;
    border: 1px solid #ddc4a6;
    border-radius: 5px;
    margin: 10px auto;
    overflow: hidden;
    width: 95%;
}

    .searchBox ul {
        overflow: hidden;
        list-style: none;
    }

        .searchBox ul li:first-child {
            border-right: 1px solid #ddc4a6;
        }

        .searchBox ul li {
            border-bottom: 1px solid #ddc4a6;
            box-sizing: border-box;
            color: #9a7b69;
            cursor: pointer;
            float: left;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            width: 50%;
        }

.searchOn {
    background: none repeat scroll 0 0 #9c7d6b;
    color: #fff !important;
}

.nameSearchBox {
    padding: 10px;
}

.searchWrap {
    cursor: pointer;
    margin-bottom: 10px;
    padding-right: 0;
    position: relative;
    text-align: left;
}

.searchBox select {
    background-color: #fff;
    border: 2px solid #ddc4a6;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    height: 45px;
    padding: 10px;
    width: 75%;
}

.searchTitle {
    float: left;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: right;
    width: 25%;
}

.girlNameText {
    background-color: #fff;
    border: 2px solid #ddc4a6;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    height: 45px;
    padding: 0 10px;
    width: 75%;
}

input, textarea {
    font-size: 100%;
    line-height: 1.25;
}

.searchBtn {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #9c7d6b;
    border-radius: 5px;
    color: #9c7d6b;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    margin: 20px auto 0;
    vertical-align: top;
    width: 200px;
}

.detailSearchBox {
    font-size: 18px;
    padding: 10px;
}


ul.oneweek {
    text-align: left;
    border: solid 1px #a9abae;
    border-left: none;
    border-top: none;
    background-color: #C7D4E5;
}

    ul.oneweek li {
        text-align: center;
        width: 14.25%;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: solid 1px #a9abae;
        -webkit-box-sizing: border-box;
        　 /* Safari,Google Chrome用 */
        -moz-box-sizing: border-box;
        　 /* Firefox用 */
        -ms-box-sizing: border-box;
        　 /* Internet Explorer 8用 */
        box-sizing: border-box;
        　 /* Opera用 */
    }

        ul.oneweek li.sat a, h4.sat {
            color: #3366CC;
        }

        ul.oneweek li.sun a, h4.sun {
            color: #F87886;
        }



#nextback {
    width: 90%;
    padding: 5px;
    margin: auto;
}

    #nextback a {
        display: block;
    }

    #nextback #prev {
        width: 20%;
        text-align: center;
        float: left;
        border: solid 1px #a9abae;
        -webkit-border-radius: 8px;
        padding: 5px;
    }

    #nextback #noprev {
        width: 20%;
        text-align: center;
        float: left;
        border: none;
        padding: 5px;
    }

    #nextback #today {
        width: 40%;
        text-align: center;
        float: left;
        border: solid 1px #a9abae;
        -webkit-border-radius: 8px;
        padding: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #nextback #next {
        width: 20%;
        text-align: center;
        float: left;
        border: solid 1px #a9abae;
        -webkit-border-radius: 8px;
        padding: 5px;
    }

ul#schedule {
    list-style-type: none;
    padding-top: 10px;
}

    ul#schedule li a {
        display: block;
    }

    ul#schedule li {
        text-align: left;
        border-top: dotted 1px #B0BCCD;
        background: url(/user/device/sp/img/pallow.png) no-repeat right;
        padding: 1px 8px;
        font-family: HiraKakuProN-W3;
        display: inline-block;
        width: calc(100%/2 - 20px);
        vertical-align: top;
    }

    ul#schedule a:nth-child(1) li,
    ul#schedule a:nth-child(2) li {
        border-top: none;
    }

    ul#schedule li .photobox {
        /*height:64px;
overflow:hidden;*/
        display: block;
        /*float:left;*/
        margin-right: 0px;
        position: relative;
    }

    ul#schedule li img {
        display: block;
        width: 100%;
    }

    ul#schedule li h5 img {
        display: inline;
        float: none;
        margin-right: 1px;
    }

    ul#schedule li h5 {
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
    }

        ul#schedule li h5 span {
            font-size: 11px;
            font-weight: normal;
        }
    /*
ul#schedule li h5{
font-size:12px;
font-weight:normal;
text-align:left;
border-bottom:1px dotted #cccccc;
}*/

    ul#schedule li h6 {
        font-size: 11px;
        font-weight: bold;
        text-align: left;
        padding: 3px;
    }

.morning_time {
    color: #EB5785;
}

.night_time {
    color: #3AC5D3;
}


ul#schedule li p {
    font-size: 12px;
    line-height: 1.3;
}

/*thumbnail_base_list*/
ul.tiling {
    list-style-type: none;
    border-bottom: solid 1px #B0BCCD;
    padding: 4px;
    padding-right: 0px;
    margin: auto;
}

    ul.tiling li a {
        display: block;
    }

    ul.tiling li {
        text-align: center;
        border: solid 1px #a9abae;
        -webkit-border-radius: 4px;
        padding: 5px;
        margin: 1px;
        font-family: HiraKakuProN-W3;
        float: left;
        width: 90px;
        height: 165px;
    }

        ul.tiling li img {
            display: block;
            margin: auto;
        }
        /*
ul.tiling li h4{
text-align:left;
font-size:13px;
font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}*/
        ul.tiling li h6 {
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
        }

            ul.tiling li h6 span {
                text-align: left;
                font-size: 8px;
                display: block;
            }



.gotoback {
    font-size: 12px;
    padding: 0px;
    border: none;
    border-radius: 0;
}

a.watchAsa {
    color: #ffffff;
    background-color: #fe972e;
    padding: 5px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

a.watchYoru {
    color: #ffffff;
    background-color: #4dcbd7;
    padding: 5px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

div.nf_icon {
    width: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

    div.nf_icon img {
        width: 100%;
    }


p.nf_icon {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 20px;
}

.photobox img.nf_icon {
    position: absolute;
    top: 0px;
    width: 30px !important;
    left: 0px;
    z-index: 2;
}


h6 {
    position: relative;
}

.typeIcon {
    display: block;
    text-align: left;
    padding-top: 5px;
    font-size: 10px;
}

ul.typeIcon li {
    font-size: 11px;
    display: inline-block;
    border: 1px solid #FFBB8E !important;
    font-weight: normal;
    padding: 3px !important;
    border-radius: 3px;
    width: calc(100%/2 - 12px) !important;
    margin: 1px;
    text-align: center !important;
}

img.jy_icon {
    position: absolute;
    top: 0px;
    width: 30px !important;
    left: 0px;
    z-index: 2;
}

img.jy_icon2 {
    position: absolute;
    top: 35px;
    width: 30px !important;
    left: 0px;
    z-index: 2;
}

img.ic_girl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: 140px;
    width: inherit !important;
}

h5 img.ic_mat {
    display: inline-block;
    width: auto !important;
    height: 20px;
    vertical-align: bottom;
}

img.enrollment {
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 0;
    width: 30% !important;
}
img.waku {
    position: absolute;
}
/* ランク表示 文字サイズと位置調整 */
.rankBlock {
    position: absolute;
    top: -5px;
    right: 0px;
    z-index: 10;
}

    .rankBlock span {
        font-size: 10px;
        display: inline-block;
        float: right;
        padding: 2px 10px;
        transform: rotate(-5deg);
        box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    }

        .rankBlock span:first-letter {
            font-size: 12px;
        }



ul li p.newp2 {
    width: auto;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 100px;
    top: 2px;
    border-radius: 3px;
    background-color: #fe0000;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 12px;
    z-index:50;
}