@charset "UTF-8";

/* 休業日の数字の背景を鳥の子色に */
#js_calendar_replace #calendar table td span.closed{
	color: unset !important;
	background: #fed !important;
	border-radius: unset;
}


/* 休業日の文字の背景を鳥の子色に */
#calendar.block-calendar p span {
	color: unset !important;
	background: #fed !important;
}