@charset "shift_jis";
/* CSS Document */

/* girls_list */
.girls_body {
	overflow: hidden;
}
.girls_list * {
	box-sizing: border-box;
}
.girls_list {
	overflow: hidden;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
}
.girls_list::before{
	content: "";
	display: block;
	width: 180px;
	order:1;
}
.girls_list::after{
	content: "";
	display: block;
	width: 180px;
}
.girls_list li {
	width: 180px;
	height: auto;
	text-align: center;	
	background: #e7e6e6 url("../img/castlist_bg.jpg") repeat;
}
.girls_list li .girls_comment {
	height: 22px;
	line-height: 22px;
	color: #ca4c7a;
}
.girls_list li .girls_thumb {
	width: 160px;
	height: auto;
	margin: 0 auto;
	padding: 4px;
	background-color: #fff;
}
.girls_list li .girls_data {
	width: 160px;
	margin: 4px auto 0;
}
.girls_list p.type_icon {
}
.girls_list p.type_icon img {
	width: 52px;
	height: 25px;
	text-align: center;
	padding: 0 2px 0 0;
}
.girls_list p.type_icon img:last-child {
	padding: 0;
}
.girls_list p.girls_name {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	color: #ca4c7a;
	overflow: hidden;
}
.girls_list p.girls_name span {
	font-size: 14px;
}
.girls_list p.girls_size {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
}
.girls_list p.time {
}
.girls_list p.time span.time_txt_01 {
	color: #fff;
	background-color: #f875aa;
	padding: 1px 0;
	display: block;
	font-weight: normal;
}
.girls_list p.time span.time_txt_02 {
	color: #fff;
	background-color: #f875aa;
	padding: 1px 0;
	display: block;
	font-size: 0.9em;
}
/* .entry_date */
.girls_thumb {
	position: relative;
}
.girls_thumb div.entry_date {
	width: 68px;
	height: 60px;
	background: url(../img/entry_date_bg.png) no-repeat;
	
	position: absolute;
	bottom: 4px;
	left: 4px;
}
.girls_thumb div.entry_date p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 22px 0 0 3px;
}
/* add search_form */
div.girls_search {
	border: solid 1px #cab486;
	margin-bottom: 15px;
	padding: 15px 10px;
}
div.search_form {
	padding: 0;
	overflow: hidden;
}
div.search_form dl {
	float: left;
	overflow: hidden;
	padding-left: 22px;
}
div.search_form dt {
	width: 48px;	/* 3文字 */
	font-size: 14px;
	float: left;
	overflow: hidden;
	line-height: 29px;
}
div.search_form dt span {
	font-size: 12px;
}
div.search_form dl.wide {
	padding-left: 0;
}
div.search_form dl.wide dt {
	width: 116px;	/* 5文字- */
	font-size: 14px;
	float: left;
	overflow: hidden;
}
div.search_form dl.narrow dt {
	width: 42px;	/* 2文字 */
	font-size: 14px;
	float: left;
	overflow: hidden;
}
div.search_form dd {
	font-size: 14px;
	float: left;
	overflow: hidden;
}
div.search_form select,
div.search_form input:focus {
	outline: none;
}
div.search_form select {
	padding: 5px 10px;
	color: #432912;
	border-radius: 3px;
	border: 1px solid #eee;
}
div.search_form input[type=text] {
	padding: 5px 10px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #eee;
	
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
}
div.search_form input[type=text]:focus {
	color: #432912;
	border: solid 1px #ddd;
	background: #eee;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
}
div.search_form input[type=submit] {
	width: 110px;
	height: 29px;
	border: solid 1px #888;
	border-radius: 3px;
	color: #342f2c;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 1);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5')";
	background-image: -moz-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -o-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: linear-gradient(top, #ffffff, #d5d5d5);
}
div.search_form form {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

div.search_form form p {
	float: left;
	overflow: hidden;
	height: 28px;
	font-size: 12px;
	padding: 12px 0 0;
}
div.search_form form p.search_title {
	font-size: 16px;
	width: 730px;
	height: auto;
	margin: 10px 0;
	padding: 3px;
	float: left;
	overflow: hidden;
	
	border-left: solid 5px #cab486;
	color: #7d6f66;
	text-indent: 5px;
}
div.search_form form p input[type=checkbox] {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
div.search_form form p label {
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	padding: 0 80px 0 5px;
}
div.submit_btn {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}
p.result {
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
}

.trigger {
	display: block;
	width: 300px;
	height: 30px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url("/com/temp2/img/search_form_off.png") no-repeat;
}
.trigger.active {
	background: url("/com/temp2/img/search_form_on.png") no-repeat;
}
/* ikebukuro shop link */
.girls_list li.vio {
	width: calc( 92% / 2);
	background: rgb(197,218,163);
	background: -moz-linear-gradient(top, rgba(197,218,163,1) 0%, rgba(162,197,110,1) 50%, rgba(162,197,110,1) 50%, rgba(127,175,55,1) 51%, rgba(93,154,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(197,218,163,1) 0%,rgba(162,197,110,1) 50%,rgba(162,197,110,1) 50%,rgba(127,175,55,1) 51%,rgba(93,154,0,1) 100%);
	background: linear-gradient(to bottom, rgba(197,218,163,1) 0%,rgba(162,197,110,1) 50%,rgba(162,197,110,1) 50%,rgba(127,175,55,1) 51%,rgba(93,154,0,1) 100%);
	border: solid 1px #528800;
	border-radius: 5px;
}
.girls_list li.heart {
	width: calc( 96% / 2);
	background: rgb(255,183,202);
	background: -moz-linear-gradient(top, rgba(255,183,202,1) 0%, rgba(255,165,189,1) 50%, rgba(255,147,175,1) 51%, rgba(255,94,136,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,183,202,1) 0%,rgba(255,165,189,1) 50%,rgba(255,147,175,1) 51%,rgba(255,94,136,1) 100%);
	background: linear-gradient(to bottom, rgba(255,183,202,1) 0%,rgba(255,165,189,1) 50%,rgba(255,147,175,1) 51%,rgba(255,94,136,1) 100%);
	border: solid 1px #f35981;
	border-radius: 5px;
}

.girls_list li.vio a,
.girls_list li.heart a {
	font-size: 14px;
	color: #fff;
	display: block;
}
