@import url("common.css");

#top .toptitle {
	background: url("../contact/img/top.jpg") no-repeat left top;
}

#mfpmain h1 {
	font-size: 180%;
	font-weight: bold;
	margin: 30px 0 20px;
	clear: both;
	border-bottom: 1px solid #07ACBA;
	color: #059EAB;
}

/* ------------------------------
 Mail-Form
------------------------------ */
form#mailformpro {
	padding: 0;
	margin-bottom: 70px;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
	box-shadow: none;
	border: 1px solid rgba(219, 217, 216, 0.3);
	background-color: rgba(219, 217, 216, 0.3);
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
}
table.inputform * {
	font-size: 12px;
}
.mark {
	color: #C00;
	padding: 0px 6px;
}
table.inputform {
	width: 100%;
	margin: 0 0 40px;
	clear: both;
	border-collapse: collapse;
}
table.inputform tr {
	border-bottom: #CCC 1px dotted
}
table.inputform tr th {
	text-align: left;
	padding: 20px 16px 20px 12px;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: middle;
}
table.inputform tr td {
	width: 75%;
	padding: 25px 30px 25px 20px;
	box-sizing: border-box;
}

table.inputform tr td textarea {
	height: 120px !important;
	width: 100% !important;
}

table.inputform tr td input[type="text"],
table.inputform tr td input[type="tel"],
table.inputform tr td input[type="email"],
table.inputform tr td textarea {
	width: 100%;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding: 12px 8px;
	font-size: 15px;
	border-radius: 0;
	vertical-align: middle;
	background-color: #FFF;
	box-shadow: none;
}

table.inputform tr td input[type=radio],
table.inputform tr td input[type=checkbox] {
	vertical-align: middle;
}
table.inputform tr td input.noborder {
	border: none;
}
.mfp_err {
	clear: both;
}

/* ---------- label override ---------- */
form#mailformpro label {
	white-space: nowrap;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	display: block;
	box-sizing: border-box;
	margin: 0;
}

form#mailformpro label.mfp_checked {
	padding: 4px 10px 4px 8px;
	background-color: rgba(255, 44, 20, 0.3);
	border: rgba(255, 44, 20, 0.3) 1px solid;
	box-shadow: none;
}

form#mailformpro label.mfp_not_checked {
	padding: 4px 10px 4px 8px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	border-radius: 1px;
}

/* ---------- button override ---------- */
.mfp_element_all {
	max-width: none;
}

#mfp_buttons p {
	text-align: center;
	width: auto;
	margin: 0 auto;
	box-shadow: none;
}
#mfp_buttons button#btn_confirm {
	border: none;
	border-radius: 7px;
	background: #059EAB;
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	padding: 0;
	text-shadow: none;
	overflow: hidden;
}

#mfp_buttons button#btn_confirm:hover {
	cursor: pointer;
	background-color: #07ACBA;
}

/* ---------- confirm.css override ---------- */
div#mfp_phase_confirm h4 {
	font-size: 27px;
	font-weight: bold;
	color: #000;
	padding: 0;
	text-align: center;
	margin: 0 0 20px;
}

table#mfp_confirm_table {
	border-bottom: 1px solid #EEE;
	width: 80%;
	margin: 0 auto;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: transparent;
}

table#mfp_confirm_table tr th {
	width: 28%;
	white-space: nowrap;
	padding: 25px 0 25px 30px;
	text-align: right;
	border-top: 1px solid #EEE;
	font-size: 16px;
	font-weight: bold;
}

table#mfp_confirm_table tr td {
	padding: 25px 20px 25px 60px;
	text-align: left;
	border-top: 1px solid #EEE;
	font-size: 16px;
}

div.mfp_buttons {
	margin: 30px auto 0;
}

div.mfp_buttons button {
	border: none;
	height: 60px;
	color: #fff;
	font-size: 22px;
	border-radius: 1px;
	cursor: pointer;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 10px;
	text-align: center;
	text-shadow: none;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	overflow: hidden;
	vertical-align: middle;
}

div.mfp_buttons button:hover {
	border: none;
	box-shadow: none;
}

div.mfp_buttons button#mfp_button_send {
	width: 280px;
	background: #059EAB;
	font-weight: bold;
}

div.mfp_buttons button#mfp_button_send:hover {
	background-color: #07ACBA;
}

div.mfp_buttons button#mfp_button_cancel {
	width: 160px;
	height: 44px;
	font-size: 18px;
	letter-spacing: 0;
	background: #AAA;
}

div.mfp_buttons button#mfp_button_cancel:hover {
	background-color: #666;
}

/* ------------------------------
 Thanks
------------------------------ */

.thanks p.notes {
	text-indent: -1em;
	padding: 10px 14px 10px 26px;
	background-color: #FAFAFA;
	border: #DDD 1px solid;
	color: #666;
	margin: 15px 6px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.thanks p.notes span {
	color: #C00;
	font-size: inherit;
}



