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

#sitemap{
	margin: 20px 0 0 0;
	padding: 24px 90px;
	background: #fff;
}

#sitemap h2{
	margin: 0 0 2em 0;
	padding: 1em 0.7em;
	border-left: 7px solid #ccc;
	background: url(../images/page_title_bg3_1.jpg) no-repeat center 0;
	color: #184157;
}

#sitemap h3{
	margin: 1em 0;
	padding: 0.4em;
	border-left: 5px solid #1BA4DD;
	background: #eee;
	font-size: 1em;
}

#sitemap h4{
	margin: 1em 0;
	padding: 0.4em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height: 2;
}

#sitemap h4::before{
	content: "■";
	margin: 0 0.2em 0 0;
	color: #1BA4DD;
}

#sitemap .sitemap_flex{
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex_left{
	width: 60%;
}

.flex_right{
	width: 40%;
}

#sitemap h5{
	margin: 0.5em 1em;
	padding: 0;
	font-size: 1em;
}

#sitemap ul{
	margin: 0 0 1em 1.1em;
}

#sitemap ul li{
	margin: 0 0 0.3em 0;
	font-size: 0.9em;
	color: #888;
}

#sitemap ul ul{
	margin: 0.5em 0 0.7em 1em;
}

#sitemap ul ul li{
	font-size: 1.1em;
}

#sitemap h3 + ul{
	margin: 0 0 0 10px;
}

#sitemap li a{
	padding: 3px 0 3px 18px;
	background: url(../images/sub_nav_arw_circle_gr.png) no-repeat 0 center;
}

#sitemap li a:hover{
	background: url(../images/sub_nav_arw_circle_bl.png) no-repeat 0 center;
}

