@charset 'UTF-8';

.bg_yajirushi {
    margin: 4px 0 8px 0;
    text-align: center;
}

.girls_photo_list {
    width: 756px;
}

.girls_photo_list li {
    float: left;
    width: 158px;
    height: 391px;
    margin: 10px 30px 10px 0;
}

.girls_photo_list li dl {
    margin-bottom: 3px;
    border: 1px solid #F17696;
}

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

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

.girls_photo_list li .time_other {
    height: 27px;
}

.girls_photo_list li .data_box {
    position: relative;
    border: solid 1px #CEB56E;
}

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


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

.girls_photo_list li .data_box .photo {
    margin: 8px 0 0 0;
    text-align: center;
}

.girls_photo_list li .data_box .data_box2 {
    width: 142px;
    margin: 0 auto 8px auto;
}

.girls_photo_list li .data_box .data_box2 .comment {
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 0 0 0;
    color: #523C00;
    border-bottom: dotted 2px #CEB56E;
}

.girls_photo_list li .data_box .data_box2 .data {
    font-size: 14px;
    margin: 9px 0 5px 0;
}

.girls_photo_list li .data_box .data_box2 .icontag {
    font-weight: bold;
    min-height: 16px;
    margin: 0 0 5px 0;
    padding: 4px 0     4px 0;
    text-align: center;
    color: #FFF;
}

#search_area {
    font-size: 13px;
    overflow: hidden;
    margin: 5px 0 0 0;
    padding: 0;
    border: 1px solid #B6ABAE;
    border-radius: 4px;
    background: #FFF;
}

#search_area div.searchlist {
    position: relative;
    float: left;
    padding: 0;
    padding: 15px 0 15px 25px;
}

#search_area p.title {
    font-size: 14px;
    padding: 13px 0 11px 25px;
    color: #FFF;
    background: #B6ABAE;
}

#search_area .zaiseki {
    font-size: 22px;
    font-weight: bold;
    float: right;
    margin: 0 26px 0 0;
    text-align: right;
    color: #FFF;
}

#search_area .zaiseki span {
    font-size: 34px;
    color: #FFF;
}

#search_area p.desc {
    font-size: 11px;
    margin: 10px 0 0 10px;
    padding: 0 0 0 3px;
    text-align: left;
    color: #F00;
}

#search_area div.searchlist div {
    float: left;
    margin-right: 10px;
    list-style: none;
}

#search_area input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    filter: alpha(opacity=0);
}

#search_area label {
	cursor: pointer;
	padding: 8px 0;
	width: 80px;
	display: block;
	border: solid 1px #aaa;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:linear-gradient(#ffffff, #ebeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #ebeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebeaea));
	-moz-box-shadow: 1px 1px 4px #ddd;
	-webkit-box-shadow: 1px 1px 4px #ddd;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ebeaea));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ebeaea))";
	zoom: 1;
}

#search_area label:hover {
    opacity: .7;
    text-shadow: 0 0 0 #FFF;
}

#search_area label.checked {
	background: #C3C3C3;
	background:linear-gradient(#C3C3C3, #DBDBDB);
	background-image: -moz-linear-gradient(top, #C3C3C3, #DBDBDB);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C3C3C3), to(#DBDBDB));
	text-shadow: 0px 0px 0px #fff;
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C3C3C3, endcolorstr=#DBDBDB));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C3C3C3, endcolorstr=#DBDBDB))";
	zoom: 1;
}

#sortlist {
    float: right;
    width: 190px;
    height: 31px;
    margin: 15px 26px 0 0;
}

#loading {
    line-height: 300px;
    position: relative;
    display: none;
    height: 300px;
    padding-top: 200px;
    text-align: center;
    background: #FFF;
}

.no_date {
    line-height: 1.8;
    margin-top: 30px;
    text-align: center;
}

.no_date span {
    font-weight: bold;
    color: #523C00;
}



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