@charset "UTF-8";
#biz_calendar {
	width: 280px;
	max-width:95%;
	margin: 0 auto 25px;
	text-align: center;
	position: relative;
	padding-top: 40px;
}
#biz_calendar p {
	display: inline-block;
}
#biz_calendar p:nth-of-type(1) {
	margin-right: 20px;
}
#biz_calendar p span.boxholiday {
	background-image: url(/assets/images/bg_calendar_holiday.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding-left: 15px;
	margin-right: 5px;
}
#biz_calendar p span.boxeventday {
	background-image: url(/assets/images/bg_calendar_events.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding-left: 18px;
	margin-right: 5px;
}
#biz_calendar table.bizcal {
	width: 100%;
	table-layout: fixed;
	cursor: default;
	vertical-align: middle;
	padding-top: 50px;
	margin-bottom: 15px;
}
#biz_calendar table.bizcal th {
	text-align: center;
	border-width: 0;
	padding: 2px;
	height: 37px;
	font-weight: bold;
}
#biz_calendar table.bizcal th:first-child {
	color: #b91e2d;
}
#biz_calendar table.bizcal th:nth-last-of-type(1) {
	color: #0073b9;
}
#biz_calendar table.bizcal td {
	text-align: center;
	border-width: 0;
	padding: 2px;
	color: #000000;
	height: 28px;
}
#biz_calendar table.bizcal .calmonth {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1.4em;
	height: 35px;
	text-align: center;
	font-weight: bold;
	padding: 2px 7px;
	border-bottom: 2px solid #0073b9;
}
#biz_calendar table.bizcal .calbtn {
	border: none;
	cursor: pointer;
}
#biz_calendar table.bizcal .holiday {
	color: #ffffff;
	background-image: url(/assets/images/bg_calendar_holiday.png);
	background-repeat: no-repeat;
	background-position: center;
}
#biz_calendar table.bizcal .eventday {
	color: #3c3c3c;
	background-image: url(/assets/images/bg_calendar_events.png);
	background-repeat: no-repeat;
	background-position: center;
}
#biz_calendar table.bizcal .eventday a {
	color: #3c3c3c;
	text-decoration: underline;
}
#biz_calendar table.bizcal .today {
	font-weight: bold;
}
#biz_calendar table.bizcal .today a {
	font-weight: bold;
}
#biz_calendar table.bizcal img {
	display: none;
}
#biz_calendar table.bizcal .down-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	background-image: url(/assets/images/arrow_calendar_prev.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#biz_calendar table.bizcal .today-img {
	display: none;
}
#biz_calendar table.bizcal .up-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	background-image: url(/assets/images/arrow_calendar_next.png);
	background-repeat: no-repeat;
	background-position: center top;
}
