@charset "UTF-8";
@import url("css/base.css");
@import url("css/label.css");
@import url("css/confirm.css");
@import url("css/confirm.flat.css");
@import url("css/confirm.overlay.css");
@import url("css/loading.css");
@import url("css/stripe.css");
@import url("css/error.css");
@import url("css/warning.css");
@import url("css/price.css");
@import url("css/input.css");
@import url("css/phase.css");
@import url("css/cart.css");
@import url("css/button.css");

button {
	border: solid 1px #41af3c;
	background-color: #effaf4;
}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
	font-size: 1.0em;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks img {
	float: left;
	margin: 0 40px 40px 0;
}
div.mfp_thanks p {
	margin: 10px 10px;
	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: 1.2em;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 1.3em;
}

@media screen and (max-width: 768px) {
#container {
	width: 100%;
}
div#wrapper_m div#container {
	padding: 0px 8px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
}

@media screen and (max-width: 640px) {
form#mailformpro dl dt {
	float: none;
	width: auto;
	padding: 5px 5px;
	text-align: left;
	font-weight: bold;
}
form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding: 5px 3px 5px 8px;
	line-height: 1.4em;
}
.must {
	padding: 4px 5px;
	font-size: 0.9em;
	color: #FFF;
	float: left;
	margin: 0px 2px;
	border-radius: none;
	box-shadow: none;
}


div.mfp_buttons button {
	font-size: 1.0em;
}
button.mfp_next,button.mfp_prev {
	font-size: 1.0em;
}
div#mfp_phase_confirm h4 {
	font-size: 1.0em;
	font-weight: bold;
}
ul#mfp_phase_stat {
	padding: 0px;
}
ul#mfp_phase_stat li {
	text-align: center;
	padding: 5px 0px;
	font-size: 1.0em;
	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: #effaf4;
	box-shadow: 0px 0px 5px #000;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 10em;
	height: auto;
}
div#mfp_thanks {
	text-align: center;
	font-size: 1.1em;
	padding: 20px 0px;
}
div.mfp_thanks {
	padding: 10px 5px;
}
div.mfp_thanks img {
	width: 90px;
	margin: 0 15px 15px 0;
}
div.mfp_thanks p {
	margin: 5px;
	line-height: 1.4em;
}
}

