@charset	'utf-8';

/* ======================================================
トップページ（全施設出力）用の予約表設定
====================================================== */

/* 全体のセルサイズ（文字サイズで調整） */
table.ReserveTblForWebUser td,
table.ReserveTblForWebUser th {
	font-size: 85%;
}

/* 施設名 */
table.ReserveTblForWebUser td.FacilityName {
	width: 4em;
	font-weight: bold;
	tex-align: left;
	line-height: 1.2;
	padding: 0.5em 0 0 0.1em;
}

/* 場所名 */
table.ReserveTblForWebUser tr.Row1 th,
table.ReserveTblForWebUser tr.Row2 th {
	width:7em;
	text-align: right;
	font-size: 80%;
	padding-right: 0.5em;
}

/* 枠線補助 */
table.ReserveTblForWebUser tr.Border {
	border-top: 1px solid #cccccc;
}


/* ======================================================
トップページ用のカレンダー設定
====================================================== */

/* 余白設定 */
.Calendar1MonthScheduleXY {
	margin-top: 10px !important;
}

/* セルサイズ（文字サイズで調整） */
.Calendar1MonthScheduleXY td,
.Calendar1MonthScheduleXY th {
	font-size: 100%;
}

/* 月ヘッダの色合い */
.Calendar1MonthScheduleXY .HeaderMonth th {
	background: #ffffff;
	color: #00079e;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

/* 翌月へ・前月へ のリンク色 */
.top_cal_pn td a {
	color: #000000;
}


/* 追加2013.02.21：夜間一般開放・イベントスクール */
option.Night,
td.Night center,
td.Night center a,
.ReserveTblForPrint td.Night td,
.ReserveTblWeek td.Night td {
	background: #ccffcc;
	color: #ffffff;
}
.ReserveTblForWebUser td.Night,
.ReserveTblForWebUser td.Night center {
	background: #ccffcc !important;
	color: #ccffcc !important;
}

option.Booked,
td.Booked center,
td.Booked center a,
.ReserveTblForPrint td.Booked td,
.ReserveTblWeek td.Booked td {
	background: #ffc0cb;
	color: #ffffff;
}
.ReserveTblForWebUser td.Booked center {
	color: #ffc0cb !important;
}

option.Event,
td.Event center,
td.Event center a,
.ReserveTblForPrint td.Event td,
.ReserveTblWeek td.Event td {
	background: #dda0dd;
	color: #ffffff;
}
.ReserveTblForWebUser td.Event center {
	color: #dda0dd !important;
}
