@charset "utf-8";
/**
 * style.css
 */
	#mailform {
		background: url(../imgs/bg.gif) repeat-x left top;
		padding-bottom: 100px;
	}
	#mailform .section {
		padding-top: 100px;
	}
	#mailform h2 {
		float: left;
	}
	#mailform .text {
		margin-bottom: 30px;
	}
	#mailform h3 {
		margin-bottom: 36px;
	}
	#mailform .right {
		width: 680px;
		float: right;
	}
	#mailform .req {
		color: #45b3e6;
		font-weight: normal;
	}
	#mailform p {
		font-size: 14px;
		line-height: 30px;
		color: #333333;
	}
	#mailform .textarea span {
		font-size: 20px;
		font-weight: bold;
	}
	#mailform .cap {
		font-size: 12px;
		padding: 0;
	}
	#mailform .sq {
		color: #0366b3;
	}
	#mailform table {
		width: 100%;
	}
	#mailform table td {
		vertical-align: middle;
	}
	#mailform {}
	table {
		width: 100%;
		border-top: #e8e8e8 solid 1px;
		border-collapse: separate;
		line-height: 1.75;
	}
	table .bg {
		background-color: #fafcfe;
	}
	table th,
	table td {
		border-bottom: #e8e8e8 solid 1px;
	}
	table td {
		padding: 18px 0 18px 19px;
	}
	table th {
		width: 135px;
		height: 20px;
		padding: 18px 0 18px 20px;
		font-size: 14px;
		font-weight: bold;
	}
	table .md {
		vertical-align: middle;
	}
	table th .req {
		display: inline-block;
		margin-left: 2px;
		padding: 4px 6px 1px 5px;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.3;
		vertical-align: top;
	}
	table td {
		padding-right: 30px;
	}
	.formText {
		margin: 0;
	}
	input.formText {
		width: 248px;
		height: 21px;
		font-size: 14px;
		padding: 0;
		line-height: 14px;
	}
	textarea.formText {
		width: 478px;
		height: 98px;
		padding: 0;
		line-height: 14px;
		font-size: 14px;
	}
	label.error {
		display: block;
		margin-top: 5px;
		color: #ff0000;
	}
	.radio_group li {
		display: inline;
		margin-right: 20px;
	}
	.checkbox_group li {
		margin-top: 5px;
	}
	.checkbox_group li:first-child {
		margin-top: 0;
	}
	input#zipcode {
		overflow: visible;
	}
	#formBtnArea {
		width: 160px;
		height: 40px;
		margin: 40px auto 0;
	}
	#formBtnArea02 {
		width: 330px;
		height: 40px;
		margin: 40px auto 0;
	}
	input.formBtn {
		display: block;
		overflow: hidden;
		width: 160px;
		height: 40px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
		cursor: pointer;
		text-indent: -9999px;
	}
	input.formBtn:hover {
		background-position: left bottom;
	}
	input#reset {
		float: left;
		background-image: url(../imgs/bt-reset.gif);
	}
	input#confirm {
		float: right;
		background-image: url(../imgs/bt-confirm.gif);
	}
	input#back {
		float: left;
		background-image: url(../imgs/bt-back.gif);
	}
	input#send {
		float: right;
		background-image: url(../imgs/bt-send.gif);
	}
	#finish {
		text-align: center;
	}
	#error {
		margin-bottom: 50px;
		text-align: center;
	}
