@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

#sitemap {
	overflow: hidden;
	padding: 0 190px 20px 190px;
}

/* h1 */
.title {
	margin: 33px 0 100px 0;
	color: #000;
	font-size: 2.4em;
}
	.title em {
		font-style: normal;
	}

.sitemapBox {
	float: left;
	width: 332px;
}
.sitemapBox:nth-of-type(1) {
	margin-right: 66px;
}
	.sitemapBox .sitemapList {
	}
		.sitemapBox .sitemapList li {
			padding-left: 27px;
			background: url(../images/ico/icon_dot_blue.gif) no-repeat;
			background-position: 0 1px;
			font-size: 1.6em;
		}
		.sitemapBox .sitemapList li:not(:last-child) {
			margin-bottom: 35px;
		}
			.sitemapBox .sitemapList li span {
				padding-left: 10px;
				color: #8c8c8c;
			}
		.sitemapBox .sitemapList li.none {
			background: none;
		}
		.sitemapBox .sitemapList li.mbsp0 {
			margin-bottom: 15px;
		}
			.sitemapBox .sitemapList li .listNormal li {
				padding-left: 15px;
				font-size: 80%;
			}
			.sitemapBox .sitemapList li .listNormal li:not(:last-child) {
				margin-bottom: 5px;
			}
			.sitemapBox .sitemapList li ul.icoBlue li { background: url(../images/ico/icon_list_blue.gif) no-repeat; background-position: 0 6px;}
		
		.sitemapBox .sitemapList li a:hover ,
		.sitemapBox .sitemapList li a:hover span {
			text-decoration: none;
			color: #8fcacb;
		}
		


/* ================================================================================================================================================================================== */
/* mobile */
/* ================================================================================================================================================================================== */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* max-768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width:481px) and (max-width:768px) {

/* -------------------------- */
/* content */
/* -------------------------- */

#sitemap {
	padding: 0 0 20px 0;
}

/* h1 */
.title {
	margin: 33px 0 50px 0;
}

.sitemapBox {
	float: none;
	width: auto;
}
.sitemapBox:nth-of-type(1) {
	margin-right: 0;
	margin-bottom: 35px;
}
	.sitemapBox .sitemapList li:not(:last-child) {
		margin-bottom: 25px;
	}

}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* max-480 */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width:320px) and (max-width:480px) {

/* -------------------------- */
/* content */
/* -------------------------- */

#sitemap {
	padding: 0 0 20px 0;
}

/* h1 */
.title {
	margin: 70px 0 50px 0;
}

.sitemapBox {
	float: none;
	width: auto;
}
.sitemapBox:nth-of-type(1) {
	margin-right: 0;
	margin-bottom: 0;
}
	.sitemapBox .sitemapList li {
		background-position: 0 10px;
		border-bottom: 1px dashed #8fcacb;
	}
		.sitemapBox .sitemapList li a {
			display: block;
			padding: 10px 0;
		}
	.sitemapBox .sitemapList li:not(:last-child) {
		margin-bottom: 0;
	}
	.sitemapBox .sitemapList li.none {
		padding-bottom: 10px;
	}
		.sitemapBox .sitemapList li .listNormal li ,
		.sitemapBox .sitemapList li .listNormal li a {
			border-bottom: 0;
			padding-bottom: 0;
			margin-bottom: 0;
		}
		.sitemapBox .sitemapList li .listNormal li:not(:last-child) {
			margin-bottom: 0;
		}
		.sitemapBox .sitemapList li ul.icoBlue li {
			background-position: 0 16px;
		}

}



