@charset "UTF-8";

.table-cal {
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	line-height: 1.2;
	border-collapse:collapse;
}

.table-cal th {
	padding: 3px 0;
	border: 1px solid #999;
	text-align: center;
}

.table-cal td {
	padding: 5px 0 3px 0;
	border: 1px solid #999;
	width: 34px;
}

.table-cal .week {
	background-color: #C2CFE9;
	font-weight: 600;
}

.table-cal td.sun {
	background-color: #FFE6E9;
}

.table-cal td.stu {
	background-color: #E2ECFF;
}

.table-cal td.guide {
	color: #333;
	background-color: #E2ECFF;
}

.table-cal td.guide a:link {
	color: #333;
	text-decoration: none;
}

.table-cal td.guide a:visited {
	color: #333;
}

.table-cal td.guide a:hover {
	color: #333;
	text-decoration: underline;
}




.table-cal td.close {
	background-image: url(../image-new/bg-cal01.png);
	background-repeat: no-repeat;
}

.table-cal td.close2 {
	background-color: #ddd;
}

.table-cal td.holiday {
	font-weight: 400;
	color: #C00;
}

.table-cal td.cal-event {
	color: #fff;
	font-weight: 600;
	background-color: #F90;
}

.table-cal td.cal-event a:link {
	color: #fff;
	text-decoration: none;
}

.table-cal td.cal-event a:visited {
  color: #fff;
}

.table-cal td.cal-event a:hover {
	color: #fff;
	text-decoration: underline;
}

.table-cal td.cal-event2 {
	color: #FF6600;
	font-weight: 600;
}

.table-cal td.cal-event2 a:link {
	color: #FF6600;
	text-decoration: none;
}

.table-cal td.cal-event2 a:visited {
	color: #FF6600;
}

.table-cal td.cal-event2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
