@charset "UTF-8";
.main h3 {
	border: none;
	border-bottom:#0480B6 solid 1px;
	border-left: #0480B6 solid 3px;
	padding-top: 0;
	padding-left: 2px;
	height: 100%;
	color: #333;
	font-size: small;
	background: none;
}

.main table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: #E8E8E8 solid 1px;
}

.main table th {
	width: 15%;
	border-right: #E8E8E8 solid 1px;
	border-bottom: #E8E8E8 solid 1px;
	padding: 3px;
	text-align: left;
}

.main table td.day {
	width: 1.5em;
	border-right: #E8E8E8 solid 1px;
	border-bottom: #E8E8E8 solid 1px;
	padding: 3px;
	text-align: center;
}

.main table td {
	border-bottom: #E8E8E8 solid 1px;
	padding: 5px;
}

.main table th.highlight,
.main table td.highlight {
	background: #F5F5F5;
}



