/*------------------------------------------------------------
	お好みガール一発検索
------------------------------------------------------------*/
#search_table{
	border: solid 1px #C9CACA;
}

#search_table th{
	width: 70px;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 14px; font-weight: bold;
	background-color: #FF33CC;
}

#search_table td{
	padding: 10px 0 10px 10px;
	color: #323232;font-size: 16px;
}

#search_table td span{ font-size: 15px;}

#search_table tr{
	border-bottom: dotted 1px #C9CACA;
}

#btn_area{
	position: relative;
	width: 860px; height: 74px;
	background-color: #000000;
}

#btn_search{
	position: absolute;
	left: 292px; top: 15px;
	margin: 0; padding: 0;
	width: 134px; height: 40px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

#btn_clear{
	position: absolute;
	left: 450px; top: 15px;
	margin: 0; padding: 0;
	width: 134px; height: 40px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}


