@charset "utf-8";

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

.lnaviArea dd.lnavi05 a {
	color: var(--category-color);
	font-weight: bold;
}

/*------------------------------------------------
メイン
------------------------------------------------*/
.imgbox {
	margin-top: 10px;
}


#sec04 {
}
#sec04 ul {
}
#sec04 ul li {
	text-indent: -2em;
	padding-left: 2em;
}


#sec06 {
}

#sec06 .slist {
}
#sec06 .slist dt {
	float: left;
	line-height: 1.8;
	width: 34%;
	font-weight: bold;
}
#sec06 .slist dd {
	float: left;
	line-height: 1.8;
	width: 66%;
}

#sec06 table th {
	text-align: left;
	width: 30%;
}

#sec06 table td {
	width: 70%;
}




.mgb20 {
	margin-bottom: 20px;
}
