@charset "UTF-8";

div.form_submit {
	margin: 20px 0;
}
div.error {
	width: 400px;
	color: #C00;
	padding: 6px;
	font-weight: bold;
}

/* 必須 */
span.required { font-weight: bold; color: #C00; padding:3px 0 3px 5px; font-size: 85%; }

.small {
	font-size: 85%;
	color: #666;
	padding: 5px 0 0;
}
.inpTxt,
textarea {
	padding: 5px;
	border: 1px solid #CCC;
	border-top: 1px solid  #999;
	border-left: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.mid {
	width: 320px;	
}
input.short {
	width: 180px;
}
input.long,
textarea {
	width: 420px;	
}
.inpTxt:focus,
textarea:focus {
	background: #FFE;	
}
.table01 th {
	width: 28%;
	white-space: nowrap;
}

.basebox h3 {
	margin-bottom: 15px;	
}

/* ボタン */
input.confirmBtn,
input.backBtn,
input.sendBtn {
	background: url(../img/form/form_btn.png) no-repeat;	
	width: 182px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	border: none;
	padding: 0;
}
input.confirmBtn {
	margin: 5px auto;	
}
input.sendBtn {
	background-position: -192px 0;
}
input.backBtn {
	background-position: -384px 0;	
	margin-right: 5px;
}
input.confirmBtn.on,
input:focus.confirmBtn {
	background-position: 0 -49px;
}
input.sendBtn.on,
input:focus.sendBtn {
	background-position: -192px -49px;
}
input.backBtn.on,
input:focus.backBtn {
	background-position: -384 -49px;
}
.form_submit ul {
	width: 390px;
	margin: 0 auto;
}
.form_submit ul li {
	float: left;	
}
.mailsendBox {
	padding: 150px 20px;
	border: 1px solid #EEE;
	background: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;	
}


/* clearfix */
.form_submit ul:after {
	content: '';
	display: block;
	clear: both;	
}
.form_submit ul {
	/zoom:1;
}