.asterisk {
	font-weight: bold;
	color: #C00;
}
.form_area {
	clear: both;
}
.form_area h2 {
	font-size: 110%;
	font-weight: bold;
	color: #583B29;
	padding-bottom: 6px;
}
.form_area h2 .plural {
	font-size: 84%;
	font-weight: normal;
	padding-left: 10px;
}
.form_area table {
	width: 100%;
	margin-top: 20px;
	color: #583B29;
	margin-bottom: 30px;
}
.form_area table tr td {
	padding:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.form_area table .item {
	background-color: #7b5c47;
	width: 22%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.form_area table .write {
	width: 78%;
}
.form_area .inq_check {
	list-style: none;
}
.form_area .inq_check li {
	vertical-align: top;
	word-break: break-all; /* ボックス内改行 */
	word-wrap: break-word; /* ボックス内改行 */
	display: inline-block;

	/display: inline; /* IE7対策 */
	/zoom: 1; /* IE7対策 */
	padding-right: 1em;
}

.form_area .btn {
	text-align: center;
}
#thanks {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#thanks p {
	font-size: 110%;
}
#thanks p strong {
	font-size: 120%;
	color: #F00;
}

#thanks_txt {
	text-align: center;
	color: #583B29;
}
#mailform .privacy {
	background-color: #FFF;
	height: 200px;
	border: 1px solid #CCC;
	overflow-y: scroll;
	margin-bottom: 10px;
	padding: 20px;
	color: #333;
}
#mailform .privacy h3 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 15px;
}
#mailform .privacy .txt {
	padding-bottom: 1em;
}
#mailform .privacy .right {
	padding-bottom: 1em;
	text-align: right;
}
#mailform .privacy h4 {
	font-weight: bold;
	padding-bottom: 5px;
}
