@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: 180px;
	height: 390px;
	margin: 5px;
	padding: 0;
	float: left;
	overflow: hidden;
	text-align: center;
}
ul.girls_list li .girls_comment {
	color: #ef037f;
	padding: 2px 5px;
	height: 18px;
	text-align: left;
}
ul.girls_list li .girls_thumb {
	background-color: #fff;
	border: solid 1px #e4e2e3;
	padding: 5px;
	text-align: center;
}
ul.girls_list li .girls_thumb img {
	width: 168px;
	height: 245px;
}
ul.girls_list li .girls_data {
	overflow: hidden;
}
ul.girls_list p.type_icon {
	height: 27px;
	overflow: hidden;
	text-align: center;
	padding: 3px 5px;
}
ul.girls_list p.type_icon img {
	width: 52px;
	height: 25px;
	margin: 0;
	padding: 2px;
	float: left;
	text-align: center;
}
ul.girls_list p.girls_name {
	height: 18px;
	padding: 0 5px 3px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}
ul.girls_list p.girls_size {
	height: 18px;
	padding: 2px 5px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	
	border-top: 1px dotted #393636;
	border-bottom: 2px dotted #393636;
}
ul.girls_list p.time {
	border-bottom: 2px dotted #393636;
	padding: 2px 0;
}
ul.girls_list p.time span.time_txt_01,
ul.girls_list p.time span.time_txt_02 {
	width: 178px;
	height: 21px;
	padding: 1px 0;
	display: block;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	background: #393636;
}
/* .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: 0;
}
.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: #ef037f;
	padding: 2px 5px;
	height: 18px;
}

/* search_form */
div.girls_search {
	margin-bottom: 15px;
    padding: 15px 10px;
	background: #fff;
	border: 1px solid #e4e2e3;
}
div.search_form {
	background: transparent;
	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 {
	color: #3d2922;
	font-size: 14px;
	width: 726px;
	height: auto;
	margin: 10px 0;
	padding: 3px;
	float: left;
	overflow: hidden;
	border-left: 5px solid #fe038a;
	border-bottom: 1px solid #fe038a;
}
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 {
	font-size: 14px;
	text-align: center;
	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;
}


