@charset "utf-8";

/* ############################# */
/*                               */
/* Title: css for site map page  */
/* create date: 2014-10-23       */
/* Last Modify: 2014-10-29       */
/*                               */
/* ############################# */

body {
	background: url(../../img/share/bg_body_second.jpg) repeat-x;
}

.wrapper {
	background: none;
}

.header {
	background: url(../../img/share/bg_header_footer.png) no-repeat center bottom;
	padding-bottom: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.header {
		background: url(../../img/share/bg_header_footer.png) no-repeat center bottom;
		padding-bottom: 12px;
	}
}

.mainContentsSitemap {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 140%;
	background: url(../../img/share/bg_div_contents_long.png) no-repeat center bottom;
	padding-bottom: 1em;
	margin-bottom: 3.5em;
	line-height: 1.625;
}

.mainContentsSitemap h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: light;
	color: #1D1F85;
	background: url(../../img/share/bg_heading02.png) no-repeat left 0.6em;
	font-size: 170%;
	padding-left: 0.5em;
	margin: 0;
}

.mainContentsSitemap ul li {
	list-style-type: none;
}

.mainContentsSitemap ul li {
	background: url(../../img/share/bg_heading03.png) no-repeat left 0.7em;
	padding-left: 1em;
}

.mainContentsSitemap ul li ul {
	margin-bottom: 1em;
	padding-left: 1em;
}

.mainContentsSitemap ul li ul li ul {
	margin-bottom: 1em;
}

.mainContentsSitemap ul li ul li {
	background: url(../../img/share/bg_list_icon.png) no-repeat left 0.7em;
	padding-left: 1em;
}

.mainContentsSitemap ul li ul li ul li {
	background: url(../../img/share/bg_list_icon02.png) no-repeat left 0.7em;
	padding-left: 1em;
}

.firstList {
	font-weight: bold;
}