/* CSS Document */
.content {
	margin-top: 20px;
}
/*corporate tabel*/
#info table.corporate {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #004f94;
}
#info table.corporate tr {
	border-left: solid #004f94 1px;
	border-right: solid #004f94 1px;
}
#info table.corporate tr:first-child {
	border-top: solid #004f94 1px;
}
#info table.corporate th, #info table.corporate td {
	padding: 7px;
	text-align: left;
	border-bottom: dotted #004f94 1px;
}
#info table.corporate th {
	background-color: #deebf5;
	width: 8em;
	color: #004f94;
	border-right: dotted #004f94 1px;
}
#info table.corporate th.last, #info table.corporate td.last {
	border-bottom: solid #004f94 1px;
}
#info table.corporate {
	border-bottom: 0px;
}
/*沿革 tabel*/
#info table.enkaku tr {
	padding-bottom: 15px;
	display: block;
}
#info table.enkaku th, #info table.enkaku td {
	width: 100%;
	display: block;
}
#info table.enkaku th {
	text-align: left;
	color: #004f94;
	background: #deebf5;
	padding-left: .4em;
	margin-bottom: 5px;
}
#info table.enkaku td {
	padding: 0 .4em;
	/* border-left: 2px solid #c1d9ed; */
}
/*アクセス*/
#info .access .right, #info .access .left {
	width: 49%;
	margin-top: 20px;
}
#info .access .right p, #info .access .left p {
	margin-left: 1em;
}
#info .text_cont h4 {
	background: none;
	color: #004f94;;
	padding-left: 0;
	margin-bottom: 0;
}
#info .text_cont h4:before {
	content: "";
	border-left: 5px solid #004f94;;
	padding-right: .5em;
}