@charset "UTF-8";
@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/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;
}
.mailform { padding: 20px 0 0;}
.chuui { padding: 10px 0; font-size: 12px; line-height: 1.2; color: #F00;}
.chuui ul { margin-left: 20px;}
.chuui li { list-style: disc;}

#mfp_phase_confirm_inner { padding: 0 20px;}

div.mfp_buttons button {
	width: 202px;
	height: 42px;
	margin-bottom: 10px;
	background: url(../images/common/submit.png) 0 0 no-repeat;
	color: #FFF;
	line-height: 1.8;
}
div.mfp_buttons button:hover { background-position: 0 bottom;}

dt.mfp { position: relative; z-index: 100;}
dd.mfp { position: relative; z-index: 10;}


#mailformpro dl dt {
	float: left;
	width: 200px;
	clear: both;
	padding: 10px 0;
	font-weight: bold;
}
#mailformpro dl dd {
	padding: 10px 5px 10px 220px;
	border-bottom: #CCC dotted 1px;
}

#mailformpro dl dd ul li, #mailformpro dl dd ol li {
	list-style: none;
	padding: 0 10px 5px 0;
}
#mailformpro dl dd ul { height: 50px;}
#mailformpro dl dd ul li { float: left;}

.must {
	color: #C00;
	padding: 4px 5px;
}



