@charset "UTF-8";

/*////////////////////////////////////////////////////////////////
PC
////////////////////////////////////////////////////////////////*/	
@media print, screen and (min-width: 641px) {
.main_box .sitemap {
	margin: 20px auto 20px auto;
	padding: 0px;
	overflow: hidden;
}
.main_box .sitemap dt {
	float : left;
	clear : both;
	width : 100%;
	border-bottom: #419542 dotted 2px;
	line-height: 2.5em;
	font-size: 14px;
}
.main_box .sitemap dd {
	margin: 0px;
	padding: 0px 10px;
	width: 100%;
	text-align: left;
	line-height: 2.5em;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}
.main_box .sitemap a {
	text-decoration: none;
	color: #248C17;
}
.main_box .map {
	margin: 0px auto 30px auto;
}
}

/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 640px) {
.main_box .sitemap {
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
}
.main_box .sitemap dt {
	float : left;
	clear : both;
	width : 100%;
	border-bottom: #419542 dotted 2px;
	line-height: 2.5em;
	font-size: 16px;
}
.main_box .sitemap dd {
	margin: 0px;
	padding: 0px 10px;
	width: 100%;
	text-align: left;
	line-height: 2.5em;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}
.main_box .sitemap a {
	text-decoration: none;
	color: #248C17;
}
.main_box .map {
	margin: 0px auto 30px auto;
}
}
