@charset "utf-8";
/* CSS Document */

/* request.php */
.contents_request {
	width: 590px;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: left;
	background-position: 20px 20px;
	background-repeat: no-repeat;
	position: relative;
}
.contents_request p {
	color: #F30;
	padding: 20px 0px 0px 30px;
	font-size: 12px;
}
.contents_request h2 {
	font-size: 1px;
	text-indent:-9999px;
	position: absolute;
}
.contents_request dl {
	width: auto;
	margin: 0px;
	padding: 0px;
}
.contents_request dt dd {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.contents_request_button {
	width: auto;
	height: auto;
	padding: 20px 0px 50px 30px;
}
.contents_request_buttonck {
	width: auto;
	height: auto;
	padding: 50px 0px 50px 30px;
}
.contents_request h3 {
	color: #205468;
	padding: 18px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
}
.contents_request h4 {
	color: #205468;
	padding: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
}
.contents_request_text {
	height: auto;
	color: #205468;
	margin: 3px 0px 0px 30px;
	padding: 2px 3px 2px 3px;
	font-size: 18px;
	border: 1px solid #51B4CA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contents_request_textarea {
	width: 450px;
	height: 150px;
	color: #205468;
	margin: 3px 0px 0px 30px;
	padding: 2px 3px 2px 3px;
	font-size: 12px;
	border: 1px solid #51B4CA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contents_request_submit {
	width: 200px;
	height: 30px;
	color: #205468;
	font-size: 22px;
	border: 1px solid #51B4CA;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
