@charset "utf-8";
/* CSS Document */

table.schedule {
	width: 638px;
	background: #F7F7F7;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 20px;	
}

table.schedule th {
	background: #E7E7E7;
	text-align: center;
	width: 140px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.schedule td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	padding:5px;
}
.sunday {background: #E6D5D9!important;}
.saturday {background:#DDDFEC!important;}
