@charset "utf-8";
/* CSS Document */


#content_form_box {
	width: 858px;
	padding: 5px;
	text-align: right;
	font-size: 18px;
	line-height: 1.8em;
	margin: 0 auto;
}


.form-sub-text{
	width:960px;
	margin:0 auto;
	text-align:center;
	line-height:1.8em;
	margin-bottom:40px;
	color:#555;
	}
#content_form_box form div.input_text {
	width: 100%;
	margin-bottom: 40px;
	  font-size: 16px;
	color: #333;
	font-weight:bold;
	position:relative;
}

#content_form_box form div.input_text input {
	background-color: #e8e8e8;
	border-radius: 0.5em;
	border: 0px;
	margin: 0 auto;
	padding-left: 20px;
	height: 50px;
	margin-left: 50px;
	font-size: 20px;
	
}

#content_form_box form div.input_text textarea {
	background-color: #e8e8e8;
	border-radius: 0.5em;
	border: 0px;
	margin: 0 auto;
	padding-left: 20px;
	height: 160px;
	margin-left: 50px;
	vertical-align: middle;
	font-size: 20px;
	
}

#input_send{
		text-align: center;
		margin-bottom: 80px;
}

#input_send input {
	padding: 12px 55px;
	background: #C30;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	cursor:pointer;
	border-radius: 0.5em;
	border: 0px;
	margin-top: 10px;
	  box-shadow: 0 6px #A34323;

}

#input_send input:hover{
	  background:#ff490c 
}

/* conform */

#conform_box {
	text-align: center;
	width: 940px;
}

#conform_box  tr{
	border-bottom: dashed 1px #949494;
	margin-bottom: 15px;

}

#conform_box  tr th {
	padding: 10px;
	color: #333;
	width: 30%;
	font-size:16px;

}

#conform_box  tr td {
	padding: 10px;
	width: 70%;

}

.console{
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	background:#C00;
	padding:3px;
	font-size:12px;
	line-height:1.5em;
	}

.error{
	color:#C00;
	text-align:center;
	padding:24px;
	}
.back-btn{
	margin-top:24px;
	text-align:center;
	
	}
.back-btn a{
	color:#666;
	
}

.back-btn a:hover{
	text-decoration:none;
	}
	
.think_tel{
	margin-top:24px;
	font-size:24px;
	color:#C00;
	}
.think_tel span{
	padding-left:10px;
	color:#999;
	font-size:15px;
	}

/* thank */

#thank_txt {
	
}