@charset "UTF-8";
/* メールフォームボックス */
#mailform {
}
/* メールフォーム大見出し */
#mailform h2 {
	color: #98CA98;
	border: 3px double #98CA98;
	font-size: 14px;
	line-height: 16px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* 問合せステップボックス */
#form_step {
	width: 360px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* テーブル */
#mailform table {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4A7A2A;
	border-left-color: #4A7A2A;
	margin-bottom: 10px;
}
/* タイトルセル */
#mailform th {
	color: #FFFFFF;
	background-color: #009966;
	font-weight: normal;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4A7A2A;
	border-bottom-color: #4A7A2A;
	text-align: center;
}
/* 内容セル */
#mailform td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4A7A2A;
	border-bottom-color: #4A7A2A;
}
/* 注意書き用カラー */
.text_yellow {
	color: #FFFF00;
}
/* 控えメール用 */
#reserve {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
/* 記入内容チェック */
#check {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
/* 前のページへ戻る */
.go_back {
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
/* エラーボックス */
#error {
	padding: 5px;
	font-weight: bold;
	color: #FF6600;
	background-color: #CCFFFF;
	border: 3px double #4A7A2A;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
/* プレビュータイトル */
#preview_title {
	font-weight: normal;
	background-color: #009966;
	color: #FFFFFF;
	text-align: center;
}
/* 送信に関する注意ボックス */
.send_text {
	margin-left: 80px;
	margin-bottom: 10px;
}
/* 送信完了ボックス */
#complete {
	border: 1px solid #4A7A2A;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
/* コンプリートタイトル */
#complete_title {
	padding: 5px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009966;
}
/* コンプリート内容 */
.complete_contents {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4A7A2A;
	border-bottom-color: #4A7A2A;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* 運営情報 */
#administration {
	margin: 0px;
	padding: 5px;
	text-align: right;
}

