/* スケジュール */

/*
#schedule-body {
	background-color: #FFCC33;
	background-image: url(/images/kakurega_logo_yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-collapse: collapse;
	width: 650px;
}

#schedule-table {
	empty-cells: show;
}

#schedule-day {
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-align: center;
	vertical-align: top;
}

#schedule-sun {		// 日曜日
	font-size: 8pt;
	font-weight: normal;
	color: deeppink;
	text-align: center;
	vertical-align: top;
}

#schedule-sat {		// 土曜日
	font-size: 8pt;
	font-weight: normal;
	color: #2E23DA;
	text-align: center;
	vertical-align: top;
}

#schedule-saturday {	// 土曜日
	font-size: 8pt;
	font-weight: normal;
	color: #2E23DA;
	text-align: center;
	vertical-align: top;
}

#schedule-header1 {
	font-size: 9pt;
	font-weight: normal;
	color: #2E23DA;
}

#schedule-header1-small {
	font-size: 8pt;
	font-weight: normal;
	color: #2E23DA;
}

#schedule-header2 {
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

#schedule-band {
	font-size: 9pt;
	font-weight: bold;
	color: crimson;
	vertical-align: top;
}

#schedule-band-anniversary {
	font-size: 9pt;
	font-weight: bold;
	color: darkblue;
	vertical-align: top;
}

#schedule-comment {
	font-size: 8pt;
	font-weight: normal;
	color: black;
	vertical-align: top;
	letter-spacing: normal;
}

#schedule-note {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-align: justify;
	letter-spacing: 1px;
	vertical-align: top;
}

#schedule-bartime {
	font-size: 8pt;
	font-weight: normal;
	color: #213F7D;
	vertical-align: top;
}

#schedule-freesession {
	font-size: 9pt;
	font-weight: normal;
	color: #213F7D;
	vertical-align: top;
}

#schedule-closed {
	font-size: 8pt;
	font-weight: normal;
	color: #590919;
	vertical-align: top;
}

#schedule-month {
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif;
	color: black;
}

#schedule-move {
	font-size: 8pt;
	font-weight: bold;
	font-family: sans-serif;
	color: slategray;
}

*/

/* スケジュール (class) */

.table-set {
	border-collapse: collapse;
	line-height: normal;
	font-size: 8pt;
	font-weight: normal;
}

.schedule-body {
	background-color: #FFCC33;
	background-image: url(/images/kakurega_logo_yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-collapse: collapse;
	width: 650px;
}

.schedule-table {
	empty-cells: show;
}

.schedule-day {
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-align: center;
	vertical-align: top;
}

.schedule-sun {	/* 日曜日 */
	font-size: 8pt;
	font-weight: normal;
	color: deeppink;
	text-align: center;
	vertical-align: top;
}

.schedule-sat {	/* 土曜日 */
	font-size: 8pt;
	font-weight: normal;
	color: #2E23DA;
	text-align: center;
	vertical-align: top;
}

.schedule-saturday {	/* 土曜日 */
	font-size: 8pt;
	font-weight: normal;
	color: #2E23DA;
	text-align: center;
	vertical-align: top;
}

.schedule-header1 {
	font-size: 9pt;
	font-weight: normal;
	color: #2E23DA;
}

.schedule-header1-small {
	font-size: 8pt;
	font-weight: normal;
	color: #2E23DA;
}

.schedule-header2 {
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

.schedule-band {
	font-size: 9pt;
	font-weight: bold;
	color: crimson;
	vertical-align: top;
}

.schedule-band-anniversary {
	font-size: 9pt;
	font-weight: bold;
	color: darkblue;
	vertical-align: top;
}

.schedule-comment {
	font-size: 8pt;
	/* font-size: 10.64px; */
	font-weight: normal;
	color: black;
	vertical-align: top;
	letter-spacing: normal;
}

.schedule-comment2 {
	font-size: 8pt;
	/* font-size: 10.64px; */
	font-weight: normal;
	color: black;
	vertical-align: top;
	letter-spacing: normal;
}

.schedule-note {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-align: justify;
	letter-spacing: 1px;
	vertical-align: top;
}

.schedule-bartime {
	font-size: 8pt;
	font-weight: normal;
	color: #213F7D;
	vertical-align: top;
}

.schedule-freesession {
	font-size: 9pt;
	font-weight: normal;
	color: #213F7D;
	vertical-align: top;
}

.schedule-closed {
	font-size: 8pt;
	font-weight: normal;
	color: #590919;
	vertical-align: top;
}

.schedule-month {
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif;
	color: black;
}

.schedule-move {
	font-size: 8pt;
	font-weight: bold;
	font-family: sans-serif;
	color: slategray;
}
