/* CSS Document */

#inquiry {
	color: #794618;
}

.inquiry {
	width: 800px;
	margin: 0 auto 30px;
}
.notice {
	margin: 0 0 10px 80px;
}

.thanks {
	width: 800px;
	margin: 0 auto;
}

.thanks p.greeting {
	font-size: 16px;
	padding: 20px 0 50px 0;
	border-bottom: 1px solid #c0a97e;
	margin: 0 120px 30px 20px;
}
.thanks .guidance {
	margin: 0 20px;
}
.thanks .guidance h4 {
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.thanks .guidance p {
	width: 650px;
	line-height: 1.8;
	margin: 0 40px 0 10px;
}
