<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 25px;
	border-left: 11px solid #6195f3;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 15px;
}

table, th, td {
	border: none;
	padding: 0;
	margin: 0;
}

#old_menu {
	padding: 0px 0px 25px 0px;
}

#old_menu ul {
	padding: 0;
	margin: 0;
	list-style:none;
	float : left;
	display:inline;
	width: 230px;
}

#old_menu li {
	font-size: 23px;
	padding: 12px 0px 12px 28px;
	margin: 0;
}

#old_menu li::before {
	position: relative;
	content: '';
	display: block;
	top: -3px;
	left: -13px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 3px solid #00BCD4;
	border-bottom: 3px solid #00BCD4;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#seika_group {
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#seika_group ul {
	padding: 0;
	margin: 0;
	list-style:none;
}

#seika_group li {
	padding: 0px 24px 0px 0px;
	margin: 0;
	float : left;
	display:inline;
	font-size: 14px;
}

h3 {
	font-size: 18px;
	margin: 35px 0px 0px 0px;
	padding: 7px;
	border: 1px solid #6195f3;
	background-color: #D3EBFE;
}

h3:before {
	content: "■";
	color: #6195f3;
	padding-right: 6px;
}

.cl_red {
	color: #ff0000;
}

.font_mid {
	font-size: 14px;
}

footer {
	clear: both;
}

.table_line {
	border-collapse:collapse;
	padding: 0;
	margin: 22px 0px 9px 0px;
	width: 920px;
}

.table_line tr {
	border:2px solid #c9c9c9;
}

.table_line th {
	padding: 6px 13px 6px 17px;
	margin: 0;
	font-size: 15px;
	border-right:1px solid #c9c9c9;
	vertical-align: center;
	background-color: #fafafa;
}
.table_line th a:link {
	color: #0000ee;
	text-decoration: underline;
}
.table_line th a:visited {
	color: #0000ee;
	text-decoration: underline;
}

.table_line th::before {
	position: relative;
	content: '';
	display: block;
	top: -1px;
	left: -10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 3px solid #00BCD4;
	border-bottom: 3px solid #00BCD4;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.table_line td {
	padding: 6px 0px 6px 9px;
	margin: 0;
	font-size: 14px;
	border-right:1px solid #c9c9c9;
	vertical-align: middle;
	text-align: left;
}
.table_space {
	padding: 0;
	margin: 0;
}
</pre></body></html>