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

input.mfp1 {
	width:250px;
	padding: 2px;
	height:70px;
}

select.mfp2 {
	width:350px;
	height:70px;
}

.mfp3 {	
	width:500px;
	padding: 2px;
	height:70px;
}

input.mfp4 {	
	width:300px;
	padding: 2px;
	height:70px;
}

input.mfp5 {	
	width:500px;
	padding: 2px;
	height:70px;
}

input.mfp6 {
	width:70px;
	padding: 2px;
	height:70px;

}


input:focus, select:focus, textarea:focus,
input:hover, select:hover, textarea:hover{
	background-color:#acf3ff;
	border:#CCC 1px solid;
}

button[type="submit"]{width: 300px;
font-size:120%;
font-weight:bold;
margin: 0 170px;
padding: 25px 5px;

/*#FFAA33 to #FF8800*/
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #F80), color-stop(0.00, #FA3));
background: -webkit-linear-gradient(top, #FA3 0%, #F80 88%);
background: -moz-linear-gradient(top, #FA3 0%, #F80 88%);
background: -o-linear-gradient(top, #FA3 0%, #F80 88%);
background: -ms-linear-gradient(top, #FA3 0%, #F80 88%);
background: linear-gradient(to bottom, #FA3 0%, #F80 88%);

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffaa33', endColorstr='#ff8800'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffaa33', endColorstr='#ff8800')";

border: 1px #F27300 solid;
color: #FFF;
-webkit-appearance: none;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  

-webkit-box-shadow: 0 2px 2px #CCC;　/* Safari,Google Chrome用 */ 

text-shadow: 1px 2px 3px #C45C00;
}

html>body button[type="submit"]{
	width: 300px;
font-size:120%;
font-weight:bold;
margin: 0 170px;
padding: 25px 5px;

background: -moz-linear-gradient(top, #FFAA33, #FF8800);　/* Firefox用 */  
border: 1px #F27300 solid;
color: #FFF;
-webkit-appearance: none;

-moz-border-radius: 10px;   /* Firefox用 */

-moz-box-shadow: 0 2px 2px #CCC;　/* Firefox用 */  


text-shadow: 1px 2px 3px #C45C00;
}
