@charset "UTF-8";

.must {
    background: #d11e1e;
    color: #fff;
    font-size: 0.6rem;
    padding: 2px 5px;
    border-radius: 5px;
}

form#mailformpro,
form#mailformpro * {
	box-sizing: border-box;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	margin: 0px;
}
form#mailformpro dl dd {
	margin: 0px 0px 0px 0px;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form#mailformpro label {
	display: inline-block;
	white-space: nowrap;
}

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC; 
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	word-break: break-all;
}

div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	margin: 0px auto;
	width: 640px;
	max-width: 90%;
	background: white; 
	padding: 15px; 
	border: solid 1px #333; 
	border-radius: 15px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
	opacity: 0.5;
}

div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}

div.mfp_err {
	clear: both;
	display: block !important;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #F00;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}
div.mfp_err[style*="display: block"] {
	opacity: 1;
	max-height: 200px;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div#mfp_error p strong {
	color: #F00;
}

div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

.mfp_element_all {
	max-width: 100%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	vertical-align: middle;
	/* border, padding, margin, shadowなどは削除 */
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	cursor: pointer;
	outline: none;
}

div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.form-checkbox-label {
	display: block;
	width: 100%;
}
/* レスポンシブ対応 */
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		padding: 5px 15px;
		margin-left: 0;
	}
	table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
		display: block;
		width: 100%;
	}
}
