@CHARSET "UTF-8";

#biz_calendar { max-width: 250px; margin : auto; }
table.bizcal {
	margin : 10px 0;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px Silver solid;
	line-height: 1.8em;
	cursor: default;
}
table.bizcal th {
	background-color: #FFFDD4;
	text-align:center;
	border: 1px Silver solid;
}
table.bizcal th:first-child  { color : #FF192A; }
table.bizcal th:nth-last-of-type(1)  { color : #2C14FF; }
table.bizcal td { text-align:center; border: 1px Silver solid; }
table.bizcal td.calmonth {
	text-align:center;
	font-weight : bold;
	padding: 2px 7px;
	border: none;
}

table.bizcal td.calbtn { border: none; cursor: pointer; }
table.bizcal td.holiday { background-color:#FF9696; }
table.bizcal td.eventday { background-color: #FFFFFF; }
table.bizcal td.today { 
font-weight : bold; 
color: #FFFFFF; 
background-color: #5AC702; 
}
#biz_calendar p { margin:10px 0; }
span.boxholiday{
	background-color: #FF9696;
	border: 1px Silver solid;
	width: 60px;
	padding-right:20px;
	margin-right:10px;
}

span.boxeventday{
	background-color: Aqua;
	border: 1px Silver solid;
	width: 60px;
	padding-right:20px;
	margin-right:10px;
}
