@charset "shift_jis";
/* CSS Document */


/* girls_list */
.schedule_body {
	width: 760px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.girls_body {
	width: 760px;
	overflow: hidden;
	margin: 0;
}
ul.girls_list {
	overflow: hidden;
}
ul.girls_list li {
	width: 178px;
	height: 360px;
	margin: 5px;
	padding: 0;
	float: left;
	overflow: hidden;
	background: #fff url("/com/temp2/img/castlist_bg.jpg") no-repeat top left;
	border: solid 1px #cab486;
	text-align: center;
}
ul.girls_list li .girls_comment {
	color: #e1273f;
	padding: 2px 5px;
	height: 18px;
}
ul.girls_list li .girls_thumb img {
	width: 160px;
	height: 240px;
	padding: 0 10px;
}
ul.girls_list li .girls_data {
	overflow: hidden;
}
ul.girls_list p.type_icon {
	width: 160px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	margin-top: 4px;
	padding: 0 10px;
}
ul.girls_list p.type_icon img {
	width: 52px;
	height: 25px;
	margin: 0;
	padding: 0 1px 0 0;
	float: left;
	text-align: center;
}
ul.girls_list p.type_icon img:last {
	padding: 0;
}
ul.girls_list p.girls_name {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #e1273f;
}
ul.girls_list p.girls_name span {
	font-size: 12px;
}
ul.girls_list p.girls_size {
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	padding-bottom: 6px;
}
ul.girls_list p.time {
}
ul.girls_list p.time span.time_txt_01,
ul.girls_list p.time span.time_txt_02 {
	width: 178px;
	height: 21px;
	padding: 0;
	display: block;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	background: #81725c url("../img/girls_list_sch.jpg") no-repeat;
}
/* .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: 0;
	left: 10px;
}
.girls_thumb div.entry_date p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 22px 0 0 3px;
}
ul.girls_list li p.catchcopy {
	color: #e1273f;
	padding: 2px 5px;
	height: 18px;
}

/* add search_form */
div.girls_search {
	margin-bottom: 15px;
	padding: 15px 10px;
	border: solid 1px #cab486;
}
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 #eb6100;
	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: 15px;
}
.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;
}