@charset "utf-8";

.sitemapBox{
	width:720px;
	overflow:hidden;
	clear:both;
	padding:0 0 29px 0;
	background-color: #FFF;
	margin-top:20px;
	}
.sitemap {
	padding: 30px 10px;
	display: flex;
	flex-wrap: wrap;
}
.sitemap h5 {
	font-size: 12px;
	height:25px;
	font-weight: bold;
	color: #FFF;
	text-indent:5px;
	margin-bottom: 10px;
	padding-top:7px;
}
.sitemap h5 a{
color: #FFF;

}
.sitemap ul {
	height: 115px;
	width: 330px;
	float: left;
	margin: 10px;
}
.sitemap ul.high {
	height: 180px;
}
.foreign{
	background-color:#B29F6B;
	
	}
.school{
	background-color: #5E7890;
}
.art {
	background-color: #9D5866;
}
.etc {
	background-color: #758670;
}
.about {
	background-color: #603813;
}
.other {
	background-color: #9D5866;
}
.sports {
	background-color:#B16B40;
}
.contribution{
	background: rgb(0, 104, 55);
}

.eco{
	background: rgb(88, 111, 87);
}
.foreign_tec{
	background:#2E9761
}


.sitemap li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 21px;
}
.sitemap li a:hover {
	text-decoration:underline;
}
.sitemap li {
	padding-left:10px;
}

.other{
	background-color: #999999;
}
.company{
	background-color: #999999;
}

