@charset "UTF-8";

/* グローバルナビ */
.menu-facility a {
	background: url(../img/menu-facility.gif) left bottom no-repeat;
}
/* グローバルナビ */

/* メイン */
.fac-content-box {
}
.fac-content-pic-l {
}
.fac-content-pic-r {
}
.fac-content-pic-l img,
.fac-content-pic-r img {
	width: 100%;
}
.fac-info {
}
table.fac-info-table {
	border-top: solid 2px #9AC5EC;
	border-bottom: solid 2px #9AC5EC;
}
th.fac-info-th,
td.fac-info-td {
	padding: 14px 20px 14px 20px;
	border-bottom: dashed 1px #9AC5EC;
}
th.fac-info-th {
	background: #D8E5F1;
	white-space: nowrap;
	vertical-align: middle;
}
td.fac-info-td {
	background: #FFFFFF;
}
.fac-content-detail {
}
.fac-detailsub-left,
.fac-detailsub-center {
}
.fac-detail-text {
}
.fac-detailsub-right {
}
.fac-detail-pic {
}
.fac-detail-pic img {
	width: 100%;
}

	/* tablet */
@media (max-width: 840px) {
	.fac-detailsub-left {
		float: none;
		width: 100%;
		margin: 0 0 2% 0;
	}
	.fac-detail-text {
		margin: 0 0 2% 0;
	}
	.fac-detailsub-center {
		width: 49%;
	}
	.fac-detailsub-right {
		width: 49%;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.fac-content-pic-l {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
	}
	.fac-content-pic-r {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
	}
	th.fac-info-th,
	td.fac-info-td {
		padding: 10px 6px 10px 6px;
	}
}
/* メイン */
