@charset "UTF-8";

/* contact
------------------------------------------------------------ */
#tel {
	margin: 20px 0px 0px 50px;
}
#tel dt {
	font-size: 13px;
	line-height: 160%;
	width: 130px;
	float: left;
}
#tel dd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	line-height: normal;
}
.att {
	color: #f00;
	font-size: 11px;
}
#contact_box {
	width: 480px;
	text-align: right;
	margin: 0px auto;
	padding: 0px 0px 10px;
}
#contact_box p {
	font-size: 12px;
	line-height: 200%;
	text-align: left;
	margin: 0px 30px;
}
#contact_box table {
	width: 460px;
	margin: 20px 0px 0px;
}
#contact_box table th {
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding: 10px 10px 10px 15px;
	border-top: 1px dotted #4B321E;
	border-right: 1px dotted #4B321E;
	border-bottom: 1px dotted #4B321E;
}
#contact_box table td {
	text-align: left;
	padding: 10px 10px 10px 15px;
	border-top: 1px dotted #4B321E;
	border-bottom: 1px dotted #4B321E;
}
#contact_box #att {
	font-size: 11px;
	padding: 10px;
	color: #f00;
}
#contact_box #btn {
	text-align: center;
	margin: 20px 0px 30px;
}
/* thanks
------------------------------------------------------------ */
#thanks {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 30px;
}
#thanks h1 {
	margin: 30px 0px 20px;
}
#thanks #thankyou {
	font-size: 16px;
	color: #C90;
	margin: 50px;
}
#thanks p {
	margin: 0px 50px 80px;
	line-height: 200%;
}
#thanks #close {
	font-size: 13px;
	text-align: center;
	margin: 0px 0px 50px;
}
