@charset "UTF-8";
@media all and (min-width: 740px) {
    li#current_castlist a{
        background-position:left -84px;
    }

    .lower_layer_title h3{
    	float:left;
    	color:#ffffff;
    	font-weight:bold;
    	font-size:14px;
    }

    .lower_layer_title a{
    	display:block;
    	margin:4px 10px 0px 0px;
    	padding-left:10px;
    	width:105px;/*115*/
    	height:21px;
    	line-height:21px;
    	font-size:10px;
    	color:#484848;
    	text-decoration:none;
    	background:url("/img/common/bt_sch.png") no-repeat left center;
    	float:right;
    }

    #castlist_article .girls_photo_list{
        padding:13px 0px 0px 13px;
        overflow:hidden;
    }

    #castlist_article .girls_photo_list li{
        margin:0px 21px 13px 0;
        width:122px;
        float:left;
        _display:inline;
    }

    .girls_photo_list li .time{
        height:16px;
        line-height:16px;
        text-align:center;
        color:#919191;
        font-weight:bold;
        width: 130px;
    }

    .girls_photo_list li .photo a{
        display:block;
        border:1px solid #cccccc;
        position:relative;
        z-index:1;
    }

    .girls_photo_list li .photo a .icon{
        display:block;
        position:absolute;
        top:165px;
        left:2px;
        z-index:2;
    }

    .girls_photo_list li .comment{
        margin-top:3px;
        width:122px;
        height:14px;
        line-height:14px;
        color:#ED30A3;
        overflow:hidden;
    }

    .girls_photo_list li .data span{
        padding-left:10px;
        line-height:1.2em;
        background:url("/img/top/girl_data_catch.gif") no-repeat left center;
    }

    .girls_photo_list li .prof_btn{
        margin-top:5px;
    }
}

@media all and (max-width: 739px) {

    .lower_layer_title{
        display:none;
    }
    .girls_photo_list{
        display:flex;
        display:-webkit-flex;
        flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        margin:15px 0 0 0;
    }
    .girls_photo_list li{
        padding:12px;
        margin:0 0 14px 0;
        background:#f8f8f8;
    }
    .girls_photo_list .time{
        min-height:20px;
        color:#ED30A3;
        font-weight:bold;
    }
    .girls_photo_list .comment{
        min-height:20px;
        color:#ED30A3;
        font-weight:bold;
    }
    .girls_photo_list .icon{
        position:absolute;
    }
    .girls_photo_list .photo > img{
        border:solid 1px #c0c0c0;
    }
    .link_btn_area {
        margin:0 auto 25px;
    }
    .contents_text{
        line-height:1.6;
        padding:15px;
    }
}