@charset "UTF-8";

@import url("form.css");
@import url("confirm.css");

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 700px;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
}

ul,
ol {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

h1 {
	background:#ECF1AF;
	padding:30px 0;
	margin:0;
}

h2 {
	font-size:100%;
	text-align:center;
	padding:10px 0;
	margin:0;
}

h3 {
	color:#FFF;
	margin:20px 0 0 0;
	padding:0;
}

input:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	background:#EFC2CA;
}

ul.select li {
	float:left;
	margin:0 10px 0 0;
}

ul.select li input {
	vertical-align:text-bottom;
	margin:0 5px 0 0;
}

input.name {
	width:200px;
}

input.name {
	width:200px;
}

input.corp,
input.tel,
input.mail,
input.address2,
input.address3,
input.money {
	width:340px;
}

input.gakureki {
	width:100px;
}

textarea.mfp {
	width:480px;
	height:150px;
}

.heightLine-4 select {
	width:450px;
}

dd textarea, dd input, dd select {
	border:1px solid #999;
	padding:4px;
	color:#444;
	background:#FFF;
	border-radius:5px;
	
	/* Webkit */
	-webkit-border-radius: 5px;
	
	/* Firefox */
	-moz-border-radius: 5px;
	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}

ul.btn {
	clear:both;
	width:420px;
	margin:0 auto;
	padding:20px 0 10px 150px;
}

ul.btn li {
	float:left;
	margin:0 10px 30px 0;
}

input.send {
	font-weight:bold;
	color:#F36;
	background:-moz-linear-gradient(top, #FFF, #CCC);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	padding:18px 60px;
}

input.reset {
	font-weight:bold;
	color:#333;
	background:-moz-linear-gradient(top, #FFF, #CCC);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	padding:18px 50px;
}

.copyright {
	clear:both;
	font-size:75%;
	color:#666;
	text-align:center;
	margin:0 0 30px 0;
}
