@charset "Shift_JIS";

/************************
	お問い合せ
 ************************/
div.contactformLayout {
	margin: 0px auto 0 auto;
	width: 560px;
}
div.contactformLayout p.message {
	text-align: left;
	margin: 10px 0 10px 0;
}

/* 送信フォーム *****/
table.contact {
	margin: 0 auto 0px auto;
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
table.contact th {
	text-align: left;
	vertical-align: middle;
	padding: 8px 5px 8px 5px;
	width: 30%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #999999;
	font-size: 1.1em;
	background-color: #F8E4DE;
}
table.contact td {
	text-align: left;
	padding: 8px 5px 8px 5px;
	width: 70%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.contact table.noline td {
	border: none;
	width: auto;
}

/* 確認フォーム *****/
table.confirm {
	margin: 0 auto 0 auto;
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
table.confirm th {
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	font-size: 1.1em;
	width: 30%;
	color: #999999;
	background-color: #F8E4DE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.confirm td {
	text-align: left;
	padding: 10px 5px 10px 5px;
	width: 70%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.confirm table.noline td {
	border: none;
	width: auto;
}

/* その他 *****/
p.bikouTop {
	margin: 20px auto 0 auto;
	width: 100%;
	text-align: right;
}
p.bikouBottom {
	margin: -20px auto 10px auto;
	width: 100%;
	text-align: center;
}
div.send {
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: center;
}
span.attention {
	color: #CC0000;
	padding: 0 3px 0 3px;
}
div.contactformLayout p.thanks {
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: left;
	line-height: 250%;
}
