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

@import url("base.css");
@import url("navi.css");
@import url("print.css");


/* 施設概要 */
/* - - - - - - - - - - - - - - - - - - - - - - */
.table_style1{
	width: 100%;
	margin: 40px auto;
	border-collapse: collapse;
	box-sizing: border-box;
}
.table_style1 th {
	width: 20%;
	padding: 8px;
	border: solid 3px #ffffff;
	background-color: #FFEBBE;
	box-sizing: border-box;
}
.table_style1 td {
	width: 80%;
	padding: 8px;
	border: solid 3px #ffffff;
	background-color: #FFF6E3;
	box-sizing: border-box;
}
.box_l, .box_c, .box_r{
	display: inline-block;
	padding: 8px;
	vertical-align: top;
	box-sizing: border-box;
}
.box_l{
	width: 20%;
}
.box_c{
	width: 5%;
}
.box_r{
	width: 70%;
}

.flow img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	.table_style1 {
	}
	.table_style1 th, .table_style1 td {
		width: 100%;
		border: solid 1px #ffffff;
		display: inline-block;
	}

	.box_l {
		width: 25%;
	}
	.box_c {
		width: 2%;
	}
	.box_r {
		width: 65%;
	}
}
