@charset "shift_jis";

th {
	background-color: #CCFFFF;
}
.color_yellow {
	background-color: #FBF09A;
}
.color_green {
	background-color: #b3ffc5;
}
.color_red {
	background-color: #FB9081;
}
.color_blue {
	background-color: #9ffbf8;
}
#container #schedule {
	text-align: left;
}

table.gaiyou {
	width: 780px;
	padding: 0;
	border-collapse: collapse;
}

table.gaiyou tr th,
table.gaiyou tr td {
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

table.gaiyou th {
	font-weight: bold;
	text-align: center;
	color: #0670c6;
}

table.p-gaiyou {
	width: 525px;
	padding: 0;
	border-collapse: collapse;
}

table.p-gaiyou tr th,
table.p-gaiyou tr td {
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.left_td {
	background-color: #DAF6FF;
	color: #0670C6;
	text-align: center;
}

