@charset "UTF-8";
/*
	./_mailformpro.css/default/01.mailformpro.css
	./_mailformpro.css/default/02.base.css
	./_mailformpro.css/default/03.label.css
	./_mailformpro.css/default/04.confirm.css
	./_mailformpro.css/default/05.confirm.flat.css
	./_mailformpro.css/default/06.confirm.overlay.css
	./_mailformpro.css/default/07.loading.css
	./_mailformpro.css/default/08.stripe.css
	./_mailformpro.css/default/09.error.css
	./_mailformpro.css/default/10.warning.css
	./_mailformpro.css/default/11.price.css
	./_mailformpro.css/default/12.phase.css
	./_mailformpro.css/default/13.cart.css
	./_mailformpro.css/default/14.button.css
	./_mailformpro.css/default/15.element.css
	./_mailformpro.css/default/16.reserve.css
	./_mailformpro.css/default/17.ok.css
	./_mailformpro.css/default/18.prefadv.css
	./_mailformpro.css/default/99.animated.css
	./_mailformpro.css/max-width.800px/mobile.css
*/

body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}


.must { /*  必須  */
	display: inline-block;
	height: 16px;
	line-height: 16px;
	background-color: #ff3240;
	padding: 0 5px;
	font-size: 12px;	
	color: #FFF;
	margin: 0px 5px;
}

form#mailformpro label {
	border-radius: 3px;
	margin: 3px 12px 3px 6px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	padding: 3px 12px 3px 6px;
	border: solid 1px #CCC;
	background-color: #EFF8FE;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px 12px 3px 6px;
	border: solid 1px #F4F4F2;
}

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
table#mfp_confirm_table tr.mfp_colored {
}
table#mfp_confirm_table tr.mfp_achroma {
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td { /* 確認画面 */
	padding: 16px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
    text-align: left;
    vertical-align: top;
}
table#mfp_confirm_table tr th {
	 width: 140px;
}
table#mfp_confirm_table tr td {
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	color: #595649;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
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);
}
.mfp_colored {
}
.mfp_achroma {
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin:0;
	padding: 3px 0px;
	color: #e71a24;
	font-size: 14px;
	line-height: normal;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FDF2F3;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}

td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
}
div.mfp_buttons button{
    margin: 0 20px;
}
div.mfp_buttons button#mfp_button_cancel { /*キャンセルボタン*/
    width: 160px;
    height: 60px;
    line-height: 60px;
    background: #b7c3c3;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	width: auto;
	max-width: 90%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date {
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 6px 8px;
	margin: 2px;
	vertical-align: middle;
    font-size: 14px;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button { /*  送信ボタン  */
    width: 210px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    border: 0;
    background: #f5801c;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover {
    background: #f8b159;
}

div.mfp_ok { /*  OKマーク  */
	border-radius: 2px;
	background-color: #00b5d7;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 11px;
	display: 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;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
@media screen and (max-width: 800px) {
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
	}
	ul#mfp_phase_stat li {
		float: left;
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		background-color: #E8EEF9;
		box-shadow: 0px 0px 5px #000;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
		background-color: #CCC;
		color: #666;
		box-shadow: 0px 0px 5px #CCC;
	}
    .mfp_element_text,
    .mfp_element_number,
    .mfp_element_select-one,
    .mfp_element_email,
    .mfp_element_tel,
    .mfp_element_textarea,
    .mfp_element_date {
        font-size: 16px;
    }
    .mfp_element_text,
    .mfp_element_email,
    .mfp_element_tel,
    .mfp_element_textarea,
    .mfp_element_date {
    	width: 94% !important;
    }
    .ad .mfp_element_text{
        width: auto !important;
    }

	table#mfp_confirm_table {
		border-bottom: 1px solid #e1e6e6;
	}
	table#mfp_confirm_table tr th {
		text-align: left;
        border-bottom: 1px dotted #e1e6e6;
        background: #f0fbfd
	}
	table#mfp_confirm_table tr td{
    }
    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td{
        display: block;
        width: 100%;
        border-bottom: 0;
        padding: 16px 10px;
    }
    div.mfp_buttons button{
        margin: 0 0 20px;
        width: 100%;
    }
    div.mfp_buttons button#mfp_button_cancel { /*キャンセルボタン*/
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #b7c3c3;
    }
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
	#mailformpro .entry_table input[type="text"],
	#mailformpro .entry_table input[type="email"]{
		width:100% !important;
	}
	#mailformpro textarea{width:100% !important;}
	#mailformpro .entry_table .ad input[type="text"]{
    	width: auto !important;
	}
}
