@charset "shift_jis";
/* CSS Document */

#formBox {
	width: 300px;
	margin: 10px auto;
}
#formBox h2 {
	width: 295px;
	height:33px;
	padding:14px 0 0 5px;
	margin-bottom:10px;
	background:url(../../common/img/bg_h2tit.png) no-repeat;
	-webkit-background-size: 300px 47px;
}

.formCome1 {
	width:300px;
	margin:0 auto;
	background: #011329;
	color: #FFF;
	line-height: 25px;
	font-size: 70%;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
	padding-left:5px;
	font-weight:bold;
	text-align:center;
}
.formCome1 span {
	color: #F00;
}

#formBox dl {
	width: 300px;
	margin: 0 auto;
}

#formBox dt {
	padding: 10px 0 10px 15px;
	font-size: 80%;
	background: url(../../common/img/ico_arrow04.png) no-repeat left center;
	-webkit-background-size: 12px 12px;
}

#formBox dt span {
	color: #F00;
}

#formBox dd {
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #929292;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type=tel],
textarea {
	width: 90%;
	text-align: left;
	font-size: 150%;
}

#formBox #submitBox {
	padding: 20px 0 0;
	border-bottom: none;
}

dd#submitBox p#submitBtn,
dd#submitBox p#resetBtn {
	width: 280px;
	margin: 0 auto;
	display: block;
}
dd#submitBox p#submitBtn{
	margin-bottom: 10px;
}
dd#submitBox #submitBtn a,
dd#submitBox #resetBtn a {
	width: 280px;
	height: 40px;
	display: block;
}
