@charset "utf-8";
/* CSS Document */

/* サイトマップ
---------------------------------*/
.sitemap_list {
	line-height: 30px;
	margin-bottom: 0px;
}
.sitemap_list:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}
.sitemap_list li {
	line-height: 30px;
	color: #000;
	list-style-type: none;
}
.sitemap_list li a {
	display: block;
	line-height: 1.8;
}
.sitemap_list li a:link,.sitemap_list li a:visited {
	color: #000000;
	text-decoration: underline;
}
.sitemap_list li a:hover,.sitemap_list li a:active {
	color: #000000;
	text-decoration: none;
}

/* サイトマップ　枠組み
---------------------------------*/

.sitemap_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.sitemap_table td.r1 {
	width: 25%;
	font-size: 14px;
	line-height: 2.5;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-weight: normal;
	background-color: #E5E4D7;
}
.sitemap_table td.r2 {
	width: auto;
	background-color: #D0CFC4;
	font-size: 14px;
	line-height: 2.5;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-weight: normal;
}
@media only screen and (max-width: 575px) {
.sitemap_table td.r1 {
    width: 100%;
    display: block;
}
.sitemap_table td.r2 {
	width: 100%;
	display: block;
	
}
}
.sitemap_table td.r3 {
	width: 34%;
	background-color: #D0CFC4;
	font-size: 110%;
	line-height: 160%;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-weight: normal;
}
.sitemap ul {
	margin: 0;
}

