@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* sitemap CSS [PC]
/*----------------------------------------------*/

.sitemaplist {
	overflow: hidden;  /* preventing height 0 when float */
	width: 90%;
	margin: 0px auto;
}

.sitemap-l {
	float: left;
	width: 45%;
}

.sitemap-r {
	float: right;
	width: 45%;
}

.sitemapbox {
	margin-bottom: 30px;
}

.sitemap-subtitle {
	margin-bottom: 5px;
	padding-left: 15px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../images/common/line_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sitemapbox ul {
	margin-left: 10px;
}

.sitemapbox ul li {
	margin-bottom: 2px;
}
