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


/****************************************

          sitemap

*****************************************/

#sitemap_area{
	width: 940px;
	margin: 0 auto;
}
.sitemap_base{
	width: 750px;
	margin: 0 auto;
	background: #FFF8E6;
	border-radius: 5px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
	padding: 20px;
}
.sitemap_base i{
	color: #86B723;
	margin-right: 3px;
}
.toppage{
	font-weight: bold;
	margin-left: 3%;
}

.sitemap_wrap {
	flex-wrap : wrap;
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
}
.sitemap_wrap ul{
	display: block;
	width: 27%;
	margin: 3%;
	margin-bottom: 50px;
}
.sitemap_wrap ol{
	text-align: center;
	background: #f09500;
	color: #fff;
	font-size: 110%;
	height: 16px;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.sitemap_wrap ol:hover{
	background: #F1C40F;
	transition: 0.3s;
}

.sitemap_wrap li{
	line-height: 160%;
}

.toppage a:hover,
.sitemap_wrap li a:hover{
	color: #999;
}


/****************************************

          note

*****************************************/

.text_a{
	margin-bottom: 50px;
}
.text_a p{
	display: block;
	width:75%;
	margin: 0 auto;
}
.text_a .name{
	width:75%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: right;
}
