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

/* ---------------------------------------------
施設紹介
---------------------------------------------*/
.shname {
	text-align: center;
	padding: .3em auto;
}

.shsmall {
	width: 49%;
	text-align: center;
	display: inline-block;
}

/* table
---------------------------------------------*/
.shitable {
	width: 90%;
	margin: 3em auto;
}
.shitable table {
	line-height: 200%;
	width: 100%;
	font-size: large;
}
.shitable th {
	color: #fff;
	font-weight: normal;
	padding: 1%;
	margin-bottom: 2%;
	vertical-align: top;
	width: 20%;
	background-color: #f7ae67;
	border-radius: 10px;
	display: inline-block;
}
.shitable td {
	width: 70%;
	padding-bottom: 3px;
	text-align: left;
	padding: 1% 3%;
	display: inline-block;
}
