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

/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/

.lnaviArea dd.lnavi01 a,
.lnaviArea dd.lnavi01 + .sub .lnavi01_04 a {
	color: #328bc7;
	font-weight: bold;
}
.lnaviArea dd.lnavi01 + .sub {
	display:block;
}

/*------------------------------------------------
メイン
------------------------------------------------*/
.imgBox {
	background: url(../images/expense/img01.jpg) 0 0 no-repeat;
	background-size: 100%;
	width: 100%;
	height: 165px;
}
.imgBox img {
	display: none;
}

section.sec02 .ta01 {
	margin: 20px 0;
}
section.sec02 th {
	text-align: left;
	width: 28%
}

.list2 li {
	text-indent: -1em;
	margin:  0 0 5px 1em;
	line-height: 1.4;
}
</pre></body></html>