@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");

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;
}

/** a hover opacity **/
a:hover, a:hover img {
	filter: alpha(opacity=70.0);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

body {
	line-height: 1.6;
	color: #666;

}
.navi {
	  width:1024px;
	  margin: 0 auto;
    }
header {
	border-top: 3px solid #0965C4;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#container_cnt {
	width: 940px;
	margin: 30px auto;
	padding: 20px;
	box-shadow: 0 0 3px 1px #ccc;
	background: #fff;
}
h2 {
	font-size: 18px;
	padding: 15px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 3px 1px #ccc;
}
#container_cnt p {
	font-size: 14px;
	margin: 10px 0;
}
p.policy {
	background: #f4f4f4;
	padding: 15px;
	font-size: 12px;
	margin: 15px 0;
}
footer {
	background: #000;
	padding: 20px;
}
footer p {
	font-size: 12px;
	text-align: center;
	color: #fff;
}
/*** Mail Form ***/
span.must {
	background: #dd0000;
	font-size: 11px;
	color: #eee;
	padding: 3px 5px;
	margin-left: 10px;
}
table#mailtbl { font-size: 14px; width:100%; }
table#mailtbl th {
	text-align: left;
	font-weight: normal;
	background: #efefef;
	padding: 15px 10px;
	width: 180px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
table#mailtbl td {
	padding: 15px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mfp_buttons {
	width: 650px;
	margin: 15px auto;
	text-align: center;
}
.w10 { width: 15%; }
.w20 { width: 25%; }
.w30 { width: 35%; }
.w60 { width: 60%; }

textarea {
	width:60% !important;
}
@media screen and (max-width: 979px) {
#container_cnt {
	width: auto !important;
	padding: 0 !important;
	margin: 10px !important;
}
#container_cnt p {
	margin: 10px;
}
table#mailtbl { width: 100%; }
table#mailtbl th {
	width: 20%;
	font-size: 9px;
	table-layout:fixed;
}
table#mailtbl td {
	width: auto;
	font-size: 9px;
	table-layout:fixed;
}
select {
	width: 50%;
	font-size: 11px;
}
textarea {
	width:90% !important;
}
input[type="text"] {
	width: 95%;
	font-size: 11px;
	table-layout:fixed;
}
.mfp_buttons {
	width: 100% !important;
	font-size: 10px !important;
}
form#mailformpro input, form#mailformpro textarea, button { font-size: 11px !important; }
}