/*sitemap*/

.sitemap_area {
	padding-top: 50px;
	padding-bottom: 40px;
}

.sitemap_area h3 {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	margin-bottom: 20px;
	color: #006600;
	background-color: #F3FFEE;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	text-align: center;
}


.sitemap_box {
	margin-bottom: 40px;
	margin-top: 10px;
}

.sitemap_list {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}

.sitemap_list li {
	margin-bottom: 15px;
	margin-left: 0px;
	white-space: nowrap;
	display: inline-table;
	line-height: 1.8;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
}

.sitemap_list li a {
	color: #000;
	font-size: 16px;
}

.sitemap_title {
	padding-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #390;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #390;
}



/*テーブル*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.n_table th {
	width: 25%;
	background-color: #F2F2F2;
}

.n_table td {
	width: 75%;
	background-color: #fff;
}

.n_table th,
.n_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}



@media (max-width: 1200px) {}


@media (max-width: 992px) {}



@media (max-width: 768px) {}


@media (max-width: 468px) {}