@charset "Shift_JIS";

/*=====================================================
glasscube 最終更新日：08/07/31

schedule用

【1】ページタイトル部分
【2】スケジュール内部用
【3】親枠
【4】ライブスケジュール（左カラム）
【5】スケジュール詳細（右カラム）

======================================================*/

/*=====================================================
plusplus 更新履歴

更新日 2008/09/16 @author taguchi
【7】各スケジュール		reserv_btnクラス追加
======================================================*/

.img {
	vertical-align: bottom;
}

/*----------------------------------------------------
【1】ページタイトル部分
----------------------------------------------------*/

.schedule_pttl {
	margin: 0 auto;
	width: 842px;
}

/*--IE7のみ--*/
*:first-child+html div.schedule_pttl {
	margin-right: 1px;
}

/*--IE6のみ--*/
* html div.schedule_pttl {
	margin-right: 1px;
}


/*----------------------------------------------------
【2】スケジュール内部用
----------------------------------------------------*/
div#schedule_content {
	width:820px;
	background: url(../common/img/schedule/sch_bk.gif) #FFF;
}


/*----------------------------------------------------
【3】親枠
----------------------------------------------------*/
.sch_wrap {
	width: 180px;
	margin: 0 10px 0 0;
	float: left;
}

.sch_wrap02 {
	width: 620px;
	float: right;
}

/*----------------------------------------------------
【4】ライブスケジュール（左カラム）
----------------------------------------------------*/
.sch_live {
	width: 171px;
	padding: 0 3px 10px 4px;
}

.sch_live table {
	border-collapse:collapse;
	margin:4px auto 0;
	font-size:12px;
}

.sch_live table, .sch_live th, .sch_live td {
	border:1px solid #9b9b9b;
}

.sch_live th {
	background-color:#a29a5f;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.sch_live a:link {
	text-decoration:none;
	color: #990000;
}

.sch_live a:visited {
	text-decoration:none;
	color: #990000;
}

.sch_live a:hover {
	text-decoration:underline;
	color: #990000;
}

.sch_live a:active {
	text-decoration:underline;
	color: #990000;
}


/*----------------------------------------------------
【5】スケジュール詳細（右カラム）
----------------------------------------------------*/
.sch_mttl {
	width: 600px;
	height: 12px;
	background: url(../common/img/schedule/sch_mttl.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #1f520d;
	padding: 8px 10px 10px;
}


/*----------------------------------------------------
【6】ページ遷移枠
----------------------------------------------------*/
.sch_month {
	background: #a29a5f;
	margin: 10px auto;
	padding: 5px;
	width: 590px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.sch_month a:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

.sch_month a:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

.sch_month a:hover {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}

.sch_month a:active {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}

/*----------------------------------------------------
【7】各スケジュール
----------------------------------------------------*/

/*----親枠----*/
.sch_livewrap {
	width: 600px;
	margin: 0 auto 10px;
	clear: both;
	border-bottom: solid 1px #2f6d1a;
	overflow: hidden;
}

/*----左----*/
.sch_liveleft {
	width: 130px;
	margin: 0 10px 0 0;
	float: left;
}

.sch_liveleft img {
	margin: 0 0 10px;
}

/*----右----*/
.sch_liveright {
	width: 450px;
	float: right;
	margin: 0 0 10px;
}

.sch_day {
	width: 450px;
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.sch_livetitle {
	width: 440px;
	padding: 5px;
	background: #efe8b1;
	font-size: 12px;
	color: #444;
	line-height: 120%;
	margin: 0 0 5px;
}

.livetitle {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #2f6d1a;
	font-size: 14px;
	line-height: 120%;
}

.livetime {
	font-size: 12px;
	font-weight: bold;
}

.sch_livetext {
	width: 450px;
	font-size: 12px;
	line-height: 120%;
}

/*
予約はこちらボタン
*/
.reserv_btn {
	background: url(../common/img/form/form_btn_bg.gif) repeat-x center;
	color: #497F34;
	border: 1px #A09863 solid;
	padding: 1px 5px;
}

/*----------------------------------------------------
【8】ご注意
----------------------------------------------------*/
.live_att {
	width: 600px;
	margin: 10px auto;
	font-size: 12px;
	line-height: 120%;
}

.live_att_title {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}

.live_att ul {
	list-style: disc;!important
	margin: 0;
	padding: 5px 0 0 15px;
}

.live_att ul li {
	list-style: disc;!important
	padding: 0 10px 0 0;
	margin: 0 0 5px;
}


































































































































































