/** schedule **/
#schedule {
	width: 600px;
	max-width: 100%;
	margin-top: 10px;
}

.content_class {
	clear: both;
	overflow: hidden;
	font-size: 16px;
}

#calendar {
	font-family: "Lato", "Kosugi", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 15px;
	--fc-event-border-color: #f7b100;
	line-height: 1;
}

#sc h2 {
	margin-bottom: -10px;
}

.fc-list-event-title,
.fc-list-event-graphic {
	display: none;
}

/* 予定リスト全体を2列レイアウトに */
.fc-listMonth-view .fc-scroller {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	border: 1.5px solid #a0a0a0;
}

/* 左右のカラム */
.fc-list-left,
.fc-list-right {
	width: 50%;
	padding: 5px 15px 20px 15px;
	box-sizing: border-box;
}

/* 見出し (日付) のデザイン */
.fc-list-heading {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
	margin-top: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1.5px solid #a0a0a0;
}

/* 見出し (曜日) のデザイン */
.fc-list-heading .weekday {
	font-size: 13px;
}

.sunday {
	color: rgb(160, 0, 0);
}

.saturday {
	color: rgb(0, 0, 160);
}

/* 時間を表示するスタイル */
.event-time {
	font-size: 17px;
	color: #000000;
	line-height: 1.3;
	margin-left: 10px;
}

/* 終日予定を示すスタイル */
.event-all-day {
	font-size: 17px;
	color: #000000;
	line-height: 1.3;
	margin-left: 10px;
}

footer {
	margin-top: 10px;
}