@charset "UTF-8";
/* CSS Document */



/* =================================== */
/* メニュー・料金　ベース　設定 */
/* =================================== */
#price_base {
	margin: 0 auto;
	padding: 20px;
}



/* =================================== */
/* メニュー・料金　詳細　設定 */
/* =================================== */
#price_chapter{ /* メニュー・料金　見出し */
	margin-bottom: 60px;
}
#price_chapter h3{ /* メニュー・料金　見出し */
	font-size: 18px;
	color:#333333;
	text-align:left;
	line-height:30px;
	height: 30px;
	margin: 30px 0 20px 0;
	border-bottom: 2px solid #ffcccc;
}
#price_chapter h4{ /* メニュー・料金　見出し */
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	width: 780px;
	height: 40px;
	background-color: #ffcccc;
	margin: 0 auto;
}
#price_chapter img{ /* メニュー・料金　画像 */
	margin: 0 20px;
}
#price_chapter p{ /* メニュー・料金　本文 */
	font-size: 14px;
	line-height: 24px;
	width: 780px;
	margin: 10px auto 40px auto;
}
#price_chapter table{ /* メニュー・料金　テーブル */
	font-size: 16px;
	background-color: #bbbbbb;
	width: 780px;
	margin: 0 auto;
	padding: 2px;
}
#price_chapter th{ /* メニュー・料金　テーブル */
	background-color: #eeeeee;
	width: 250px;
	padding: 10px;
}
#price_chapter td{ /* メニュー・料金　テーブル */
	background-color: #ffffff;
	padding: 10px;
}
 #price_chapter .price{ /* メニュー・料金　価格 */
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
}
 #price_chapter .yen{ /* メニュー・料金　円 */
	color: #cc0000;
	font-size: 16px;
}
 #price_chapter .tax{ /* メニュー・料金　価格 */
	font-size: 14px;
}



/* =================================== */
/* メニュー・料金　入会に必要なもの　設定 */
/* =================================== */
 #price_join{ /* メニュー・料金　入会に必要なもの */
	background-color: #eeeeee;
	width: 780px;
	margin: 0 auto;
}
 #price_join h5{ /* メニュー・料金　入会に必要なもの */
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px solid #aaaaaa;
}
 #price_join ul{ /* お知らせ　リスト */
	margin-top: 20px;
	padding-bottom: 20px;
}
 #price_join li{ /* お知らせ　リスト */
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	padding-left: 30px;
	list-style: none;
}



/* =================================== */
/* スケジュールの設定 */
/* =================================== */
 #schedule_base {
	width: 780px;
	margin: 0 auto;
}
 #schedule_base h3{ /* スケジュール　見出し */
	font-size: 18px;
	color:#333333;
	text-align: center;
	line-height:30px;
	height: 30px;
	width: 780px;
	margin: 20px auto;
	border-bottom: 2px solid #ffcccc;
}
 #schedule_base p{ /* スケジュール　本文 */
	font-size: 14px;
	line-height: 24px;
	width: 500px;
	margin: 10px auto;
}
 #schedule_base table{ /* スケジュール　テーブル */
	font-size: 16px;
	margin: 0 auto;
}
 #schedule_base th{ /* スケジュール　テーブル */
	background-color: #ffdddd;
	width: 50px;
	padding: 10px;
	border-bottom: solid 1px #bbbbbb;
}
 #schedule_base td{ /* スケジュール　テーブル */
	width: 400px;
	padding: 10px;
	border-bottom: solid 1px #bbbbbb;
}