/*
	酒井形成外科　2024
	calendar.css
*/
.calendar {
	width: 100%;
	font-family: "shsjp";
	font-weight: 400;
}
.nengetsu {
	text-align: center;
	font-family: "shsjp";
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 18px;
	color: #764f4c;
}
.calendar td {
	text-align: center;
}
.calendar .sun,
.calendar .mon,
.calendar .tus,
.calendar .wed,
.calendar .thr,
.calendar .fri,
.calendar .sat {
	font-family: "shsjp";
	font-weight: 500;
	color: #764f4c;
	background: #f7ebd5;
}
.calendar .holidayColor,
#holiday_comment .holidayColor  {
	color: #764f4c;
	background: #e8dfdf;
}
#holiday_comment {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: right;
}
