@charset "utf-8";

/*///// mailformpro /////*/
/* table */
#mailformpro table {
	width: 100%;
	font-size: .875rem;/*14*/
}
#mailformpro table tr {
	border-top: solid 1px #CCC;
}
#mailformpro table th {
	width: 40%;
	padding: .5em 0;
	text-align: left;
	font-weight: normal;
}
#mailformpro table td {
	position: relative;
	padding: .5em 0;
	vertical-align: middle;
}
#mailformpro table td input[type=text],
#mailformpro table td input[type=email],
#mailformpro table td textarea {
	width: 98%;
	padding: 3px 36px 3px 5px;
	font-size: .875em;/*14*/
	box-sizing: border-box;
	border-radius: 3px;
}
#mailformpro table td textarea {
	height: 9em;
	line-height: 1.4em;
}
#mailformpro table td select {
	font-size: .875em;/*14*/
}
#mailformpro table td input[type=checkbox] {
	margin-right: 3px;
}
#mailformpro table td input[type=text]:focus,
#mailformpro table td input[type=email]:focus,
#mailformpro table td textarea:focus {
	box-shadow: 0px 0px 3px #f44336 inset;
}

#mailformpro table tr.policy td {
	padding: 2em 0;
	text-align: center;
}

#mailformpro table td .mfp_ok {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	padding: 0px 5px;
	color: #FFF;
	font-size: .625rem;/*10*/
	line-height: 1.6em;
	background-color: #090;
	border: solid 1px #090;
	border-radius: 5px;
}
#mailformpro table td .mfp_err {
	display: none;
	padding: 3px 0;
	color: #b85353;
	text-align: left;
	font-size: .75rem;/*12*/
	line-height: 1em;
	clear: both;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	width: auto;
	padding: .8em 2.2em;
	color: #FFF;
	font-size: .875rem;/*14*/
	letter-spacing: .1em;
	outline: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.mfp_element_reset {
	color: #333 !important;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
	border: none;
}


/*///// 確認 /////*/
#mfp_overlay #mfp_overlay_inner {
	padding: 1.5em 2.5em 2.5em;
}
#mfp_overlay_inner h4 {
	margin: 0 0 1em;
	text-align: center;
}
#mfp_confirm_table {
	margin-bottom: 1em;
	border-bottom: solid 1px #CCC;
}
#mfp_button_send {
	color: #FFF !important;
	background: #960000;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
	float: right;
}
#mfp_button_cancel {
	color: #333 !important;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
	float: left;
}
#mfp_button_send:hover,
#mfp_button_cancel:hover {
	color: #FFF !important;
	background: #f44336;
}
