@charset "shift_jis";
/* CSS Document */

/* girls_list */
.schedule_body {
	min-height: 20px;
	overflow: hidden;
}
.girls_body {
	overflow: hidden;
}
.girls_list {
	overflow: hidden;
	box-sizing: border-box;
	
	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 li {
	width: calc( 99% / 2);
	height: auto;
    margin-bottom: 1%;
	padding: 8px;
	overflow: hidden;
	text-align: center;
	
	box-sizing: border-box;
	-webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-align-self: auto;
    align-self: auto;
	-webkit-align-content: space-around;
	-ms-align-content: space-around;
	align-content: space-around;
	
	background: #e7e6e6 url("../img/castlist_bg.jpg") repeat;
}
.girls_list li .girls_thumb {
	width: 183px;
	height: auto;
    margin-right: 3px;
	padding: 4px;
	background-color: #fff;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.girls_list li .girls_thumb img {
	width: 100%;
	height: auto;
}
.girls_list li .girls_data {
    width: 174px;
	height: 138px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.girls_list li P {
	box-sizing: border-box;
}
.girls_list li .entry_date {
    width: 120px;
    margin: 0 auto 6px;
    line-height: 20px;
    border-radius: 10px;
	font-size: 12px;
	color: #fff;
}
.girls_list li .entry_date span{
    background: #9f8f75;
    border-radius: 10px;
	height: 20px;
	display: block;
}
.girls_list li .girls_comment {
	color: #ca4c7a;
	height: 18px;
}
.girls_list p.type_icon {
	overflow: hidden;
	text-align: center;
	height: 29px;
}
.girls_list p.type_icon img {
	width: 52px;
	height: 25px;
	margin: 0;
	padding: 0 1px 0 0;
	text-align: center;
}
.girls_list p.type_icon img:last {
	padding: 0;
}
.girls_list p.girls_name {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #ca4c7a;
	overflow: hidden;
}
.girls_list p.girls_name span {
	font-size: 14px;
}
.girls_list p.girls_size {
	font-size: 14px;
	margin-bottom: 6px;
}
.girls_list p.time {
    width: 174px;
	height: 34px;
    margin-bottom: 34px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	text-align: center;
	line-height: 34px;
}
.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;
}
/* cast_link_btn */
.cast_link_btn {
	display: inline-block; *display: inline; *zoom: 1;
	margin: 0; padding:0;
}
.cast_link_btn a {
	padding:0;
	position: relative;
	display: block;
	font-size: 12px; font-weight: normal; line-height: 35px;
	border-bottom: dotted #b6ada2 1px;
}
.cast_link_btn a:hover {
	color: #9f8f75;
}
.cast_link_btn a:after {
	position: absolute; top: 0; right: 5px; bottom: 0;
	font-size:8px;/* content:">";*/ font-style: normal; font-weight: normal; color: #9f8f75;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.cast_link_btn a:hover:after { right: 0; }
.cast_link_btn a:before {
	position: absolute; bottom:-1px; left: 0; right: 50%; height: 2px; content: "";
	border-bottom: solid 1px transparent;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.cast_link_btn a:hover:before {
	right:0;
	border-bottom: solid 1px #9f8f75; }

/* 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;
}



