body {
	_zoom: 0.83;
}

/* for table */
h4 {
	font-size: 16px;
	font-weight: bold;
}

caption {
	caption-side: top;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
table {
	width: 100%;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
}
th,td {
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 5px;
	text-align: center;
}
th {
	background-color: #ffe;
}
td {
	width: 69px;
}
.time {
	width: 110px;
	text-align: left;
}