@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");
@import url("css/top.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;
}

/**ここから追記*/
.btn_back a{
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ddd;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #333;
}
.btn_back{
	padding: 10px 0;
	text-align: center;
	display: block;
	background-color: #ddd;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
}
.btn_back:hover{
	background-color: #eee;
	color: #aaa;
}
#form_footer{
	background-color: #001974 ;
	display: block;
	width: 100%;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-weight: bold; 
}