body{
	color: #707070;
	font-size: 100%;
}
#head_title{
	padding: 50px 0;
	background: url(../img/info/head_main.jpg);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#head_title h1{
	font-size: 150%;
}
#head_title h1 span{
	color: #EE7700;
}

section#outline{
	padding: 30px 0;
}
section#outline h1{
	color: #EE7700;
	text-align: center;
	font-size: 150%;
	margin: 0 0 20px;
	background: url(../img/info/line.jpg) center center no-repeat;
}
section#outline h1 span{
	padding: 5px 10px;
	background: #fff;
}
section#outline div.box{
	width: 94%;
	margin: 20px auto;
	position: relative;
}
section#outline div.box div.leftbox{
	width: 100%;
}
section#outline div.box div.rightbox{
	width: 100%;
}
section#outline div.box table {
	margin: 0;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
section#outline div.box table th {
	padding: 5px 10px 5px 5px;
	vertical-align: top;
	width: 90px;
	color: #EE7700;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;
}

section#outline div.box table td {
	padding: 5px 5px 5px 10px;
	text-align: left;
	vertical-align: top;
	color: #4d4d4d;
}

section#enkaku{
	padding: 30px 0;
}
section#enkaku h1{
	color: #EE7700;
	text-align: center;
	font-size: 150%;
	margin: 0 0 20px;
	background: url(../img/info/line.jpg) center center no-repeat;
}
section#enkaku h1 span{
	padding: 5px 10px;
	background: #fff;
}
section#enkaku div.box{
	width: 94%;
	margin: 20px auto;
	position: relative;
}
section#enkaku div.box table {
	margin: 0;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
section#enkaku div.box table th {
	padding: 5px 10px 5px 5px;
	vertical-align: top;
	width: 70px;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;
}

section#enkaku div.box table td {
	padding: 5px 5px 5px 10px;
	text-align: left;
	vertical-align: top;
	color: #4d4d4d;
}

section#office{
	padding: 30px 0;
}
section#office h1{
	color: #EE7700;
	text-align: center;
	font-size: 150%;
	background: url(../img/info/line.jpg) center center no-repeat;
}
section#office h1 span{
	padding: 5px 10px;
	background: #fff;
}
section#office div.box{
	width: 94%;
	margin: 20px auto;
	position: relative;
}
section#office div.box table {
	margin: 0;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
section#office div.box table th {
	padding: 5px 5px 0;
	vertical-align: middle;
	/*text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;*/
	font-size: 120%;
	color: #EE7700;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
section#office div.box table td {
	padding: 0 5px 5px;
	text-align: left;
	vertical-align: middle;
	border-width: 0 0 1px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
section#office div.box table td.td01 {
	font-weight: bold;
}
section#office div.box table td.td03{
	border-bottom: solid 1px #707070;
	padding: 5px 5px 15px;
}
section#office div.box table td.td03 a{
	padding: 5px 15px;
	background: rgba(238,196,0,.35);
	border: solid 1px #707070;
}

section#rinen{
	padding: 0 0 30px;
}
section#rinen h1{
	color: #EE7700;
	text-align: center;
	font-size: 150%;
	margin: 0 0 20px;
	background: url(../img/info/line.jpg) center center no-repeat;
}
section#rinen h1 span{
	padding: 5px 10px;
	background: #fff;
}
section#rinen div.box{
	width: 94%;
	margin: 20px auto;
	position: relative;
}
section#rinen div.box div.sbox{
	outline: solid 1px #707070;
	margin: 0 0 30px;
}
section#rinen div.box div.sbox div.head{
	border-bottom: solid 1px #707070;
}
section#rinen div.box div.sbox h2{
	width: 100%;
	background: #FFC400;
	text-align: center;
	color: #fff;
	font-size: 110%;
	padding: 10px 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#rinen div.box div.sbox h3{
	width: 100%;
	background: #EE7700;
	text-align: center;
	color: #fff;
	font-size: 120%;
	padding: 10px 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#rinen div.box div.sbox div.leftbox{
	width: 100%;
}
section#rinen div.box div.sbox div.rightbox{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}