@charset "UTF-8";

/* ---------- clearfix ---------- */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ---------- contentsArea ---------- */
#form {
	width: 100%;
	min-width: 1100px;
	background: #eee;
	padding: 80px 0;
}
#form .formBlock {
	display: block;
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 80px;
}
#form .formBlock table {
	width: 642px;
	margin: 0 auto;
}
#form .formBlock table th {
	width: 223px;
	padding: 10px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#form .formBlock table th em {
	color: #bf1d23;
	font-style: normal;
}
#form .formBlock table td {
	width: 419px;
	padding-bottom: 40px;
}
#form .formBlock table td p {
	padding: 10px 0;
}
#form .formBlock table .errorTxt {
	color: #bf1d23;
}
#form .formBlock table td input[type=tel],
#form .formBlock table td input[type=email],
#form .formBlock table td input[type=text] {
	width: 417px;
	border: 1px solid #626262;
	height: 38px;
	padding: 0 14px;
}
#form .formBlock table td input.error[type=tel],
#form .formBlock table td input.error[type=email],
#form .formBlock table td input.error[type=text] {
	border: 1px solid #bf1d23;
	background: #fcecec;
}
#form .formBlock table td input.zipCode[type=text] {
	width: 98px;
	margin-right: 43px;
}
#form .formBlock table td select {
	border: 1px solid #626262;
	height: 40px;
	padding: 0 14px;
}
#form .formBlock table td textarea {
	width: 417px !important;
	border: 1px solid #626262;
	height: 168px !important;
	padding: 0 14px;
}
#form .formBlock table td ul li {
	margin-top: 40px;
}
#form .formBlock table td ul li:first-child {
	margin-top: 0;
}
#form .formBlock .btnArea {
	margin-top: 20px;
	text-align: center;
}
#form .formBlock .btnArea form {
	display: inline-block;
	margin: 0 10px;
}
#form .formBlock .btnArea 	.submitBtn,
#form .formBlock .btnArea 	.confirmBtn {
	width: 326px;
	height: 50px;
	background: #707070;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 18px;
}
#form .formBlock .btnArea 	.submitBtn.disabled,
#form .formBlock .btnArea 	.confirmBtn.disabled {
	opacity: 0.3 !important;
}
#form .formBlock .btnArea 	.modifyBtn {
	width: 326px;
	height: 50px;
	background: #ccc;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 18px;
}
#form .finishTxt {
	line-height: 2.5;
	text-align: center;
}
#form .finishTxt strong {
	font-size: 24px;
	font-weight: normal;
}

.agreeBlock {
	margin-top: 30px;
	text-align: center;
}
.agreeBlock label {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

@media only screen and (max-width:640px){

#form {
	min-width: 640px;
}
#form .formBlock {
	width: 620px;
}
#form .formBlock table {
	width: 600px;
}
table#mfp_confirm_table tr th,
#form .formBlock table th {
	display: block;
	width: auto;
	padding: 10px;
	background: #eee;
	border: none;
	font-size: 24px;
}
table#mfp_confirm_table tr td,
#form .formBlock table td {
	display: block;
	width: auto;
	padding: 10px 10px 40px;
	border: none;
	font-size: 24px;
}
#form .formBlock table td textarea,
#form .formBlock table td input[type=tel],
#form .formBlock table td input[type=email],
#form .formBlock table td input[type=text] {
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#form .formBlock table td textarea {
	padding: 10px 14px;
}
#form .formBlock .btnArea 	.modifyBtn,
#form .formBlock .btnArea 	.submitBtn,
#form .formBlock .btnArea 	.confirmBtn {
	display: block;
	height: 70px;
	font-size: 32px;
	margin: 0 auto;
}
#form .finishTxt {
	padding: 0 24px;
}
div#mfp_overlay_background {
	width: 100% !important;
	min-width: 640px !important;
	height: 100% !important;
}
div#mfp_overlay {
	width: 100% !important;
	min-width: 640px !important;
}
div#mfp_overlay_inner {
	background-color: #fff;
	padding: 10px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 600px;
	max-width: 600px;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	display: block;
	margin: 0 auto;
}
div.mfp_buttons {
	padding: 25px 0;
}
div.mfp_buttons button {
	font-size: 24px;
}

}
