@charset "utf-8"; 

/* =======================================
	facility CSS
========================================== */

/* グローバルナビ＆フッターナビカレント表示 */
#gnavi ul li#gnaviFac a {
	color: #6CAC00;
}
#fnaviInner ul li#fnaviFac a {
	color: #6CAC00;
}

/* 施設概要
------------------------------------------ */
#fac table {
	width: 100%;
}
#fac table th {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #6CAC00;
}
#fac table td {
	text-align: center;
	border-bottom: 1px solid #6CAC00;
}
#fac table td:first-of-type {
	text-align: left;
}

/* 園児空き状況
------------------------------------------ */
#child table {
	width: 100%;
}
#child table th {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #6CAC00;
}
#child table td {
	text-align: center;
	border-bottom: 1px solid #6CAC00;
}
#child table td:first-of-type {
	text-align: left;
}

/* 外観・平面図
------------------------------------------ */
#ext .exterior {
	float: left;
	width: 300px;
}
#ext .exterior img {
	width: 100%;
}
#ext .drawing {
	float: right;
	width: 460px;
}
#ext .drawing img {
	width: 100%;
}



