@charset "utf-8";
/*================================

施設利用案内

==================================*/
.plan_view{
	margin-bottom:30px;
}

.plan_view span{
	display:block;
	font-weight:bold;
	margin-bottom:20px;
}

/*================================

施設利用状況

==================================*/
/*----- タブ切り替え -----*/
.tabNav{
	overflow:hidden;
	widows:100%;
	margin:0 auto 10px auto;
}

.tabNav li{
	float:left;
	background:#fff;
	color:#f5a103;
	font-weight:bold;
	width:8.33%;
	text-align:center;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}

.tabNav li:last-child{
	margin-right:0;
	border-right:1px solid #ccc;
}

.tabNav li a{
	width:100%;
	height:100%;
	display:block;
	box-sizing:border-box;
	padding:5px;
}

.tabNav li a.active{
	background:#f5a103;
	color:#fff;
}

.tabNav li a:hover,
.tabNav li a:link,
.tabNav li a:visited{
	color:#f5a103;
}

.tabNav li a.active:hover,
.tabNav li a.active:link,
.tabNav li a.active:visited{
	color:#fff;
}
/*----- guide_table -----*/
.guide_table .am{
	background:#fff8dd;
	
}

.guide_table .pm{
	background:#ffdddd;
}

.guide_table .night{
	background:#ddeaff;
}

#calendar{
	width:100%;
	min-height: 300px;
}
