/*
*******************************************************************************************************
# /ja/sitemap/css/common.css
*******************************************************************************************************
*/

/*------------------------------------
	contents
------------------------------------*/
.list-sitemap {
	width: 800px;
	margin: 0 auto 40px;
	*zoom: 1;
}

.list-sitemap:before, .list-sitemap:after {
	content: "";
	display: table;
}

.list-sitemap:after {
	clear: both;
}

.list-sitemap:last-child {
	margin-bottom: 0;
}

.list-sitemap a {
	color: #111111;
	text-decoration: none;
}

.list-sitemap a:hover {
	color: #0090d7;
}

.list-sitemap > ul {
	float: left;
	width: 33.3333%;
}

.list-sitemap > ul > li {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.list-sitemap > ul > li ul {
	margin: 15px 0 0 20px;
	font-size: 15px;
	font-weight: normal;
}
