@charset "utf-8";


/* inquiry
------------------------------------------------------------ */
.content-box .text-red {
	font-size: 11px;
	color:#c00;
}
.content-box table {
	width:1000px;
	border-collapse: collapse;
}
.content-box table th {
	width:180px;
	padding:10px;
	background: #f5f5f5;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	text-align: left;
	font-weight: normal;
}
.content-box table td {
	width:780px;
	padding:10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.content-box table td input {
	height: 30px;
	padding:0 10px;
	border: solid 1px #999;
}
.content-box table td textarea {
	padding:10px;
	border: solid 1px #999;
}

.button-box {
	margin:20px 0;
	text-align: center;
}

#button1 {
	width: 140px;
	height: 40px;
	margin:0 10px;
	background: #80c26a url(../images/arrow.png) 10px center no-repeat;
	border: 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#button2 {
	width: 140px;
	height: 40px;
	margin:0 10px;
	background: #80c26a url(../images/arrow2.png) 123px center no-repeat;
	border: 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#button3 {
	width: 140px;
	height: 40px;
	margin:0 10px;
	background: #eee;
	border: 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
#button4 {
	width: 140px;
	height: 40px;
	margin:0 10px;
	background: #cc0000 url(../images/arrow2.png) 123px center no-repeat;
	border: 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.error_messe {
	margin:10px 0;
	padding:10px 0;
	font-size: 14px;
	text-align: center;
	color: #c00;
	background: #fee;
}
.thanks-box h3 {
	padding-bottom:30px;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	color: #32b16c;
}
.thanks-box h4 {
	padding-bottom:30px;
	font-size: 18px;
	text-align: center;
	color: #666;
}
.thanks-box p {
	padding-bottom:30px;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}