@charset "utf-8";

/* 営業日カレンダー  ------------------------------*/

span.holiday_icon {
	font-weight: bold;
	color: #ff0000;
	border: 1px solid #b4b4b4;
	padding: 4px;
	background-color: #ffe6e6;
	margin-right: 2px;
}

table.ctb_00 td {
	border: 1px solid #b4b4b4;
	width: 40px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	font-size: 120%;
}
table.ctb_00 th {
	border: 1px solid #b4b4b4;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #0078d2;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.ctb_00 td.sunday_title,
table.ctb_00 td.weekday_title,
table.ctb_00 td.saturday_title {
	height: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 2px;
}
table.ctb_00 td.sunday_title {
	background-color: #ff6e6e;
}
table.ctb_00 td.weekday_title {
	background-color: #646464;
}
table.ctb_00 td.saturday_title {
	background-color: #50c8ff;
}
table.ctb_00 td.holiday {
	color: #ff0000;
	background-color: #ffe6e6;
}
table.ctb_00 td.saturday {
	background-color: #dcf0ff;
}
