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

テーブルの設定一般
table.time_table {
	border: 3px solid #ABAFB2;
	font-size: 8pt;
	line-height: 12pt;
}
table.time_table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ABAFB2;
	border-bottom-color: #ABAFB2;
	font-size: 11px;
	color: #666!important;
	background-color: #E3E7F2;
	text-align: center;
	vertical-align: middle;
}
table.time_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ABAFB2;
	border-bottom-color: #ABAFB2;
	background-color: #EBEBEB;
}
.time_table a {
	color: #045C52;
	text-decoration: none;
	font-weight: bold;
}
.time_table a:hover,.time_table a:active {
	color: #FF6600;
	text-decoration: none;
}


/*前日次の日ボタンの設定*/
#container {
	height: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
}
.container {
	height: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
}
#container .front {
	float: left;
	height: 24px;
	width: 200px;
	text-align: left;
}
#container .middle {
	height: 24px;
	text-align: center;
	font-size: 12pt;
	color: #666;
	width: 100%;
}
.middle2014 {
	height: 24px;
	text-align: center;
	float: left;
	font-size: 12pt;
	color: #045C52;
	width: 100%;
	left: auto;
	right: auto;
	margin-top: 50px;
	margin-bottom: 5px;
	font-weight: bold;
}
#container .back {
	float: right;
	height: 24px;
	width: 200px;
	text-align: right;
}
#container .front a {
	color: #666;
	text-decoration: none;
	background-image: url(../image/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: middle;
	margin: 0px;
	height: 24px;
}
#container .back a {
	color: #666;
	text-decoration: none;
	text-align: right;
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: middle;
	margin: 0px;
	height: 24px;
}

#container .front a:hover,#container .front a:active  {
	color: #045C52;
	text-decoration: none;
	background-image: url(../image/arrow_orange2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#container .back a:hover,#container .back a:active  {
	color: #045C52;
	text-decoration: none;
	background-image: url(../image/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: right;
}

td span.style1 {
	color: #666;
}

/*event*/
.table.time-table {
	font-size: 12px;
	border: 3px solid #ABAFB2;
    border-spacing: 0px;
    line-height: 12pt;
    border-collapse: collapse;
}

.table.time-table tr, .table.time-table th, .table.time-table td {
	border: 1px solid #ABAFB2;
    padding: 5px;
}

.table.time-table caption {
	color: #045C52;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.table.time-table thead th:first-child {
	width: 15%;
}

.table.time-table thead th:not(:first-child) {
	width: calc(85% / 3)
}

.table.time-table th {
	color: #666666;
	text-align: center;
	background-color: #E3E7F2;
	vertical-align: middle;
	white-space: nowrap;

}

.table.time-table td {
	text-align: center;
	background-color: #EBEBEB;
	vertical-align: middle;

}

.table.time-table td:empty {
	background: url('../image/na.png') left top repeat white;
	opacity: 0.4;
}

.time-table a {
	color: #045C52;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}

.time-table a:hover, .time-table a:active {
	color: #FF6600;
}
.zm {
	width:18px;
    height:18px;

}

