@charset "UTF-8";
/* CSS Document */
#contact {
	color: #fff;
	padding: 100px 0;
	background: #306b50;
	text-align: center;
}
#contact h2 {
	font-size: 72px;
	line-height: 72px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 20px;
	text-align: center;
	letter-spacing: 2px;
}
#form {
	width: 500px;
	margin: 20px auto;
	text-align: left;
}
#form p {
	text-align: left;
}
#form-confirm p {
	text-align: center;
}
#form input[type=text], #form textarea {
	width: 100%;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 10px 0;
	border: none;
	border-radius: 4px;
	background: #fff;
	text-indent: 10px;
}
#form textarea {
	height: auto;
	line-height: 24px;
	text-indent: 10px;
}
#form select {
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	text-indent: 0;
}
#form select, x:-moz-any-link {/*Firefox*/
 height:40px;
 line-height:20px;
 padding:10px 0;
}
#btn-confirm {
	color: #fff;
	font-size: 16px;
	width: 200px;
	height: 60px;
	margin: 20px 0 0;
	border: solid 2px #98b5a8;
	border-radius: 4px;
	background: #306b50;
	cursor: pointer;
}
#form #last_name, #form #zip, #form #city, #form .form-left {
	width: 240px;
}
#form #first_name, #form #state, #form #street, #form .form-right {
	float: right;
	width: 240px;
}
.form-box {
	margin: 15px 0;
	padding: 10px;
	border-radius: 5px;
	background: #457a62;
}
.form-group {
	margin-bottom: 15px;
}
#form-confirm {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/black-80.png);
	z-index: 200;
}
#form-confirm-box {
	position: relative;
	color: #306b50;
	width: 500px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}
#form-confirm h3 {
	color: #fff;
	font-size: 16px;
	font-family: "繝偵Λ繧ｮ繝取�譛� ProN W3", "HiraMinProN-W3", Meiryo, serif;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 20px;
	padding: 5px;
	border-radius: 3px;
	background: #306b50;
}
#form-confirm table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
}
#form-confirm th, #form-confirm td {
	padding: 10px 20px 10px 0;
	border-top: solid 1px #98b5a8;
	border-bottom: solid 1px #98b5a8;
	text-align: left;
	vertical-align: middle;
}
#form-confirm th {
	white-space: nowrap;
}
#form-confirm .required {
	color: #c00;
	font-weight: bold;
}
#btn-submit {
	color: #fff;
	font-size: 16px;
	width: 180px;
	height: 50px;
	margin-right: 20px;
	border: none;
	border-radius: 4px;
	background: #306b50;
	cursor: pointer;
}
#btn-cancel {
	color: #306b50;
	font-size: 16px;
	width: 180px;
	height: 50px;
	border: solid 2px #98b5a8;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}
#form-confirm input.disabled {
	display: none;
}
