@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */


.goikentxt {
	text-align: center;
	line-height: 1.625;
	font-size: 123%;
	padding: 30px 0 35px;
}
.formbox {
	width: 720px;
	margin: 0 auto 110px;
}
.formbox dl dt {
	font-size: 123%;
	line-height: 2.375;
	padding: 20px 0 0 5px;
}
.formbox dl dt span {
	font-size: 87.5%;
	background: #c70007;
	line-height: 1.29;
	padding: 0 5px;
	color: #fff;
	display: inline-block;
	margin-left: 20px;
}
.textl {
	width: 100%;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	font-size: 108%;
	line-height: 1.5;
	padding: 8px 15px;
	box-sizing: border-box;
}
.texts {
	width: 360px;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	font-size: 108%;
	line-height: 1.5;
	padding: 8px 15px;
	box-sizing: border-box;
}
.select {
	width: 360px;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	font-size: 108%;
	line-height: 1.5;
	padding: 8px 15px;
	box-sizing: border-box;
}
.textarea {
	width: 100%;
	min-height: 300px;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	font-size: 108%;
	line-height: 1.5;
	padding: 8px 15px;
	box-sizing: border-box;
}
.formbtn {
	text-align: center;
	padding-bottom: 110px;
}
.formbtn .blanklink {
	margin: 0 35px;
	background:url(/img/bg_full.png) 0 0 repeat;
	padding:12px 0 12px 15px;
}
.formbtn .blanklink:hover {
	background: #000;
	color: #fff;
}
.formbtn .reset,
.formbtn .submit {
	position:relative;
}
.formbtn .reset:before {
	font-family: 'FontAwesome';
	position:absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: 28%;
	content: "\f05c";
	z-index: 2;
	line-height: 14px;
}
.formbtn .submit:before {
	font-family: 'FontAwesome';
	position:absolute;
	width: 14px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	left: 28%;
	content: "\f045";
	z-index: 2;
	line-height: 12px;
}
.formbtn .reset:hover:before,
.formbtn .submit:hover:before {
	color: #fff;
}








