@charset "utf-8";



/* サイトマップ */
.sitemap{
	width: 100%;
	line-height: 1.8;
	
}
.sitemap ul{
	list-style:none;
	width: 45%;
	margin: 2%;
	float: left;
}
.sitemap li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #c7c7c7;
}
.sitemap li .parent{
	height:35px;
	line-height:35px;
	background: url(../../img/common/h4.png) no-repeat left center;
	padding-left: 40px;
	font-size: 1.6rem;
}
.sitemap li .child{
	margin-left:35px;
	height:30px;
	line-height:30px;
	background: url(../../img/common/ar_green.png) no-repeat left center;
	padding-left:20px;
}
.sitemap li .child a{
	color: #333;
	text-decoration: underline;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
.sitemap ul{
	width: 96%;
	margin: 0 auto;
	float: none;
}

}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 