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

/*PC*/
@media print, screen and (min-width: 769px) {

.sitemap_bg {
	background:url(../images/sitemap/hed_img.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.sitemap_list {
	width:100%;
	margin:0 auto 60px;
	padding:0;
	list-style-type:none;
}

.sitemap_list li {
	width:18%;
	float:left;
	padding:1%;
	font-weight:bold;
}

.sitemap_list li a {
	color:#000000;
}

.sitemap_list li a:hover {
	color:#f30000;
}

}


/*sp*/
@media only screen and (max-width: 768px) {

.sitemap_bg {
	background:url(../images/sitemap/hed_img.jpg) center center no-repeat;
	width:100%;
	height:160px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.sitemap_list {
	width:100%;
	margin:0 auto 60px;
	padding:0;
	list-style-type:none;
}

.sitemap_list li {
	width:100%;
	float:left;
	padding:1% 0;
	font-weight:bold;
}

.sitemap_list li a {
	color:#000000;
}

.sitemap_list li a:hover {
	color:#f30000;
}

}
