@charset "UTF-8";
/* 予約ボックス大見出し */
#reservation h2 {
	font-size: 20px;
	background-image: url(../img/menu/title_icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	background-position: 5px;
	line-height: 22px;
}
/* テキストボックス */
.text {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-bottom: 14px;
}
/* 注意書きボックス */
#attention {
	color: #FF3333;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
/* テーブル */
#reservation table {
	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-left: auto;
	width: 600px;
	margin-right: auto;
	margin-top: 16px;
}
/* テーブルタイトルセル */
#reservation th {
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4A7A2A;
	border-bottom-color: #4A7A2A;
	background-color: #009966;
	font-weight: normal;
}
/* テーブルセル */
#reservation td {
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4A7A2A;
	border-bottom-color: #4A7A2A;
}
/* カテゴリーセル */
.category {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4A7A2A;
	border-bottom-color: #4A7A2A;
	background-color: #009966;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	padding-left: 5px;
}
/* 店舗名セル */
.name {
	width: 137px;
	padding-left: 5px;
	height: 26px;
}
/* 担当学校セル */
.charge {
	padding-left: 5px;
	width: 165px;
	height: 26px;
}
/* フリーダイヤルセル */
.free {
	width: 96px;
	text-align: center;
	height: 26px;
}
/* 電話番号セル */
.tel {
	text-align: center;
	width: 96px;
	height: 26px;
}
/* FAX番号セル */
.fax {
	text-align: center;
	width: 96px;
	height: 26px;
}
/* メールで問い合わせボックス */
#mail_inquiry {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

