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

.inner_wrap{
	float: left;
	width: 100%;
	background: white;
}

#notice{
	background: #FF4F00;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#nav ul{
	margin-left: 5px;
	margin-top: 20px;
}

h2{
		margin: 20px 0;
}
.top h2, #contact h2{
	padding: 7px 20px;
	font-size: 120%;
	color: white;
	background: #2d3d78;
}


h3 {
	margin-bottom: 20px;
	padding: 3px 0 3px 7px;
	border-left: 5px solid #2d3d78;
	border-bottom: dotted 1px #ccc;
	font-size: 16px;
}
h3.kk{	border: none; }
h3.kk:before{ content: "【"; }
h3.kk:after{ content: "】"; }

.chu{
	text-indent: -1em;
	margin-left: 1em;
}

/* テーブルセルリスト */
.tc_list{
	display:table;
	width: 100%;
}
.tc_list li{
	display:table-row;
}
.tc_list li div{
	display: table-cell;
	width: 96%;
	padding: 10px 2%;
	border: solid 1px #999;
	border-bottom: none;
	border-collapse: collapse;
}
.tc_list li:last-of-type div{
	border-bottom: solid 1px #999;
}



</pre></body></html>