@charset "utf-8";
/******************** request ********************/
div.request {
	display: block;
	background: url(/wp-content/uploads/2025/08/request_comment.gif) no-repeat center 20px;
	width: 790px;
	height: 79px;
	text-indent: -10000px;
	overflow: hidden;
	margin-bottom: 20px;
}
ul.request {
	margin: 0 0 30px 20px;
	font-size: 14px;
}
ul.request li {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(/wp-content/uploads/2025/08/icon_arrow.png) no-repeat left 3px;
}
table.request_form {
	width: 660px;
	margin: 20px auto;
	font-size: 14px;
	line-height: 160%;
	border-collapse: collapse;
}
table.request_form td {
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
table.request_form td.item {
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: url(/wp-content/uploads/2025/08/icon_square.png) no-repeat 10px 11px;
	padding-left: 32px;
}
input {
	padding: 2px auto;
}
.red {
	font-size: 12px;
	color: #e00;
	margin-left: 5px;
}
.comment {
	font-size: 12px;
	color: #888;
}
textarea {
	width: 400px;
	height: 80px;
}
.button {
	text-align: center;
	margin: 0 0 0 255px;
	padding: 8px 100px;
	font-size: 24px;
}
.request_btn {
	text-align: center;
	margin: 20px 0 0;
}


