@charset "UTF-8";

/*--------------------------------------------------------------------
works.html
works.css
--------------------------------------------------------------------*/


/*------------works---------------------------------------------------------------*/
div.flL {}
div.flR {}


/*------------about---------------------------------------------------------------*/
div#about div.aboPho {}
div#about div.aboTxt { margin-top: 20px; }


/*------------facility---------------------------------------------------------------*/
div#facility ul {
	width: 100%;
	margin-bottom: -20px;
	list-style: none;
	overflow: hidden;
}
div#facility ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
div#facility ul li:nth-child(2n) { margin-right: 0; }
div#facility ul li p + p {
	margin-top: 0.25em;
	text-align: center;
}
div#facility table tr th,
div#facility table tr td {
	display: table-cell;
	border-right: 1px solid #bfbfbf;
	vertical-align: middle;
}
div#facility table tr th:nth-last-of-type(1),
div#facility table tr td:nth-last-of-type(1) { border-right: 0 none; }
div#facility table tr th { text-align: center; }
div#facility table tr td { text-align: center; }
div#facility table tr td:nth-last-of-type(2) { text-align: left; }