<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#content .campaign_visual {
	margin: -15px -15px 19px;
}

.facility_img {
	padding-left: 0;
}

.calendar_month {
	margin-bottom: 0;
	font-size: 28px;
	color: #7c6e9f;
	text-align: center;
	font-weight: bold;
}

.calendar_table {
	width: 702px;
	border-collapse: collapse;
	table-layout: fixed;
}

.calendar_table thead th {
	padding: 0.2em 1em;
	font-weight: bold;
	text-align: center;
	border: solid 1px #7f71a1;
	background: #cac5d9;
}

.calendar_table thead th:nth-child(n + 6),
.calendar_table thead th:nth-child(n + 7) {
	color: #c23838;
	/* width: 5%; */
}

.calendar_table td {
	font-size: 0.75rem;
	line-height: 1.5;
	height: 10em;
	padding: 0.5em 0.25em 0.25em 0.5em;
	vertical-align: top;
	border: solid 1px #7f71a1;
	background: #fff;
}

.calendar_table td.bg_danger {
	background-color: #ffebeb;
}

.calendar_table [class^="calendar_date"] {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	font-family: arial;
	opacity: 0.5;
}

.calendar_table .calendar_date-holiday {
	color: #c23838;
}

.calendar_table tr td:nth-of-type(n + 6) .calendar_date {
	color: #c23838;
}

.calendar_table .calendar_suspension {
	margin-left: 0.5em;
	padding: 3px;
	background-color: #ffebeb;
	vertical-align: top;
	color: #e90000;
}

@media (max-width: 640px) {
	#content .campaign_visual {
		margin: -13px -13px 19px;
	}

	.facility_img {
		padding-left: 15px;
	}
}
</pre></body></html>