@charset "utf-8";
/* CSS Document */

/* :::::::::::::::::::
	
	Sitemap
	
:::::::::::::::::::::: */

/*==================================================================================

Sitemap

==================================================================================*/

/*
Site-map
-------------------------------------------------- */

.site-map {
	float: left;
	width: 48%;
	border-top: solid 1px #bdbdbd;
	margin-right: 4%;
	padding: 1% 5%;
	box-sizing: border-box;
}

.site-map:first-child {
	clear: both;
	width: 100%;
	margin: 0;
}

.site-map:last-child {
	width: 48%;
	margin: 0;
}

.site-map a {
	display: inline-block;
	padding: 3px 0 3px 20px;
	margin-bottom: 3px;
	background: url(../images/arrow-right.png) no-repeat left center;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 160%;
}
.site-map a:hover {
	text-decoration: underline;
}



/* ◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇																		 

Responsive

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ */

@media (max-width: 736px) {
	
/*
Site-map
-------------------------------------------------- */
	.site-map {
		float: none;
		width: 100%;
		padding: 20px 0;
		margin: 0;
	}
	
	.site-map:last-child {
		width: 100%;
		margin: 0;
	}
	.site-map a {
		padding: 3px 0 3px 17px;
		margin-bottom: 3px;
		background: url(../images/arrow-right.png) no-repeat left center;
		background-size: 9px auto;
		font-size: 12px;
	}
}