@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : sitemap.css
 author     : Ability Consultant
 style info : サイトマップ
=================================================================== */
.con_sitemap {
	max-width: 1160px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.con_sitemap {
		width: 95%;
	}
}

.con_sitemap ul:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../sitemap/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_title {
		background-image: url(../sitemap/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.con_sitemap {
	margin-top: 50px;
	margin-bottom: 100px;
}

.con_sitemap ul {
	padding-right: 10%;
}

@media only screen and (max-width: 767px) {
	.con_sitemap ul {
		padding-right: 0;
	}
}

.con_sitemap ul li {
	width: 40%;
	float: left;
	margin-left: 10%;
	margin-bottom: 30px;
	padding-left: 1em;
	font-size: 134%;
	background: url(../sitemap/images/img_pattern01.png) no-repeat;
	background-position: left top 8px;
	border-bottom: dotted 1px #ccc;
}

@media only screen and (max-width: 767px) {
	.con_sitemap ul li {
		float: none;
		width: 100%;
		margin-left: 0;
		font-size: 94%;
		background-position: left top 0.35em;
		margin-bottom: 20px;
	}
}

.con_sitemap ul li span {
	margin-left: 25px;
	font-size: 67%;
}

.con_sitemap ul li a {
	text-decoration: none;
	display: block;
}

/*# sourceMappingURL=../maps/sitemap.css.map */
