/*
 * 検索フォーム
 */
#search_box {
	width: 100%;
	margin: 20px 0;
}

/*
 * 女性検索結果一覧
 */
table#girl_list {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
#girl_img {
	width: 100%;
	border: none;
	margin: 0;
}
table#girl_list tr td {
	font-size: 0.8em;
	color: #C8511E;
	border-bottom: 1px;
	border-color: #000000;
}
table#girl_list tr td a {
	text-decoration: none;
}
p.name {
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	font-size: 14px;
	background: #000000;
	margin: 0;
	line-height: 25px;
}
img {
	margin: 0px;
	padding: 0px;
}
.item {
	width: 50%;
	float: left;
	text-align: left;
}
p input {
	width: 80%;
}
