<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* fullcalender */

.fc .fc-view td,
.fc .fc-view th {
	border: none;
}

#eo {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#eo table {
	border-collapse: collapse;
}
#eo .eo-fullcalendar {
	border: solid 1px #d3d3d3;
}
#eo .fc-toolbar {
	background-color: #f5fae3;
	margin-bottom: 0;
	height: 64px;
}
#eo .fc-center h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 62px;
}
#eo .fc-button {
	display: block;
	height: 64px;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}

#eo .fc-prev-button {
	width: 137px;
	background: url(../images/ic_arrow_left.png) no-repeat center center;
	border-right: solid 1px #d3d3d3;
}
#eo .fc-next-button {
	width: 137px;
	background: url(../images/ic_arrow_right.png) no-repeat center center;
	border-left: solid 1px #d3d3d3;
}
#eo .fc-button .fc-icon {
	display: none;
}

#eo .fc-view &gt; table &gt; thead {
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	background-color: #fff;
}

#eo .fc-day-header {
	font-size: 15px;
	font-weight: 500;
	line-height: 42px;
	letter-spacing: 0.1em;
	border-right: solid 1px #d3d3d3;
}
#eo .fc-day {
	border-right: solid 1px #d3d3d3;
}
#eo .fc-bg {
	border-bottom: solid 1px #d3d3d3;
	background-color: #fff;
}
#eo .fc-row:last-child .fc-bg {
	border-bottom: none;
}
#eo .fc-row.fc-week {
	min-height: 108px;
}
#eo .fc-today {
	border-style: inherit;
	border-right: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	background-color: #fafcde;
}

#eo .fc-day-number {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.12em;
	padding-top: 12px !important;
	padding-right: 10px !important;
	padding-bottom: 11px !important;
}


#eo .fc-day-grid-event {
	margin: 0 7px 5px;
}
#eo .fc-content {
	padding: 3px 0px 3px 2px;
	margin: 0 4px;
}
#eo .fc-content .fc-time {
	color: #525252;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#eo .fc-content .fc-title {
	color: #525252;
	font-size: 12px;
	font-weight: 500;
	line-height: 140%;
}

#eo .fc-sun {
	color: #ef5350;
}
#eo .fc-sat {
	color: #0d47a1;
}

#eo .category-close {
	pointer-events: none;
	cursor: inherit;
}

.qtip {
	display: none !important;
}



@media only screen and (max-width: 768px) {
	#eo {
		width: auto;
	}
	#eo .fc-toolbar {
		margin-bottom: 0;
		height: 38px;
	}
	#eo .fc-center h2 {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 38px;
	}
	#eo .fc-button {
		display: block;
		height: 38px;
	}

	#eo .fc-prev-button {
		width: 60px;
		background-size: 10px 10px;
	}
	#eo .fc-next-button {
		width: 60px;
		background-size: 10px 10px;
	}
	#eo .fc-day-header {
		font-size: 10px;
		line-height: 24px;
	}
	#eo .fc-row.fc-week {
		min-height: 44px;
	}
	#eo .fc-day-number {
		font-size: 11px;
		padding-top: 5px !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: none;
	}
	#eo .fc-day-grid-event {
		margin: 3px 5px;
	}
	#eo .fc-content {
		margin: 5px 4px;
		padding: 0;
		line-height: 130%;
		font-size: 11px;
	}
	#eo .fc-content .fc-time {}
	#eo .fc-content .fc-title {
		font-size: 12px;
	}

	#eo .fc-list-header-right:after {
		content: "æ—¥";
		display: inline;
		color: #666;
		font-size: 11px;
	}
	#eo .fc-content-skeleton tbody:before {
		line-height: 0;
	}
}

@media (max-width: 768px) {
	#eo .fc-toolbar {
		border-bottom: solid 1px #d3d3d3;
	}
	#eo .fc-left {
		float: left;
	}
	#eo .fc-right {
		float: right;
	}
	#eo .fc-center {
		display: inline-block;
	}

}</pre></body></html>