@charset "utf-8";

.boxSitemapWrap01 { margin: 15px 3.13% 50px;}
	.boxSitemap01 {
		margin-bottom: 10px;
		border: 1px #ccc solid;
		padding: 10px 5%;
		font-size: 86%;
	}
	.boxSitemap01.type01 { padding: 10px 0;}
		.boxSitemap01.type01 .ttl01 { 
			padding: 0 5% 10px;
			border-bottom: 1px #ccc solid;
		}
		.boxSitemap01 .ttl01 {}
			.boxSitemap01 .ttl01 a {
				display: block;
				padding-left: 13px;
				background: url(/img/sitemap/ico_sitemap_ttl01.png) left center no-repeat;
				background-size: 6px 10px;
			}
			.ul_sitemap01 { padding: 0 5%;}
				.ul_sitemap01 > li { 
					margin-bottom: 20px;
					padding-top: 8px;
				}
					.ul_sitemap01 > li:last-child { margin-bottom: 0px;}
					.dl_sitemat01 {}
						.dl_sitemat01 dt { 
							margin-bottom: 8px;
							color: #2a90d0;
							font-weight: bold;
						}
							.dl_sitemat01 dt a {
								display: block;
								color: #2a90d0;
							}
						.dl_sitemat01 dd {}
							.ul_sitemap02 { border-top: 1px #ccc dotted;}
								.ul_sitemap02 > li { 
									padding-left: 2px;
									border-bottom: 1px #ccc dotted;
								}
									.ul_sitemap02 > li > a {
										display: block;
										padding: 8px 0 8px 8px;
										background: url(/img/sitemap/ico_sitemap_ttl01.png) left center no-repeat;
										background-size: 4px 7px;
									}

/* ----------------------------------------------------------
				PC style
---------------------------------------------------------- */
@media only print, screen and (min-width: 768px) {
.boxSitemapWrap01 { 
	width: 860px;
	margin: 40px auto 130px;
}
	.boxSitemap01 {
		margin-bottom: 20px;
		padding: 20px;
	}
		.boxSitemap01 a:hover { text-decoration: underline;}
	.boxSitemap01.type01 { padding: 20px;}
		.boxSitemap01.type01 .ttl01 {
			margin-bottom: 6px;
			padding: 0 0 10px;
			border-bottom: none;
		}
		.boxSitemap01 .ttl01 { font-weight: bold;}
			.boxSitemap01 .ttl01 a {
				display: inline-block;
				padding-left: 17px;
				background: url(/img/sitemap/ico_sitemap_ttl01.png) left center no-repeat;
			}
			.ul_sitemap01 { 
				overflow: hidden;
				padding: 0;
				margin-bottom: -20px;
			}
				.ul_sitemap01 > li { 
					float: left;
					width: 294px;
					margin-bottom: 20px;
					padding-top: 0px;
				}
					.ul_sitemap01 > li:nth-child(3n) { width: 230px;}
					.ul_sitemap01 > li:last-child { margin-bottom: 0px;}
					.dl_sitemat01 {}
						.dl_sitemat01 dt { 
							margin-bottom: 12px;
							font-size: 109%;
						}
							.dl_sitemat01 dt a { 
								display: inline-block;
							}
						.dl_sitemat01 dd {}
							.ul_sitemap02 { 
								border-top: none;
								margin-left: 4px;
							}
								.ul_sitemap02 > li { 
									padding: 0;
									border-bottom: none;
									line-height: 2;
								}
									.ul_sitemap02 > li > a {
										display: inline-block;
										padding: 0 0 0 15px;
										background: url(/img/sitemap/ico_sitemap_ttl01.png) left center no-repeat;
										background-size: 5px 10px;
										font-weight: bold;
									}
							
							.ul_sitemap02.type01 { overflow: hidden;}
								.ul_sitemap02.type01 > li {
									float: left;
									width: 292px;
								}
									.ul_sitemap02.type01 > li:nth-child(3n) { width: 230px;}

}