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

.lh18 {
	line-height:	1.8;
}

ul.sitemap-box {
	max-width:	450px;
	margin:	50px auto;
/*	padding:	0 50px;*/
}

ul.sitemap-box li {
	margin:	29px 0;
}

ul.sitemap-box a:link {
	color:	#333333;
	text-decoration: none;
}

ul.sitemap-box a:visited {
	color:	#333333;
	text-decoration: none;
}

ul.sitemap-box a:hover {
	color:	#333333;
	text-decoration: underline;
}

ul.sitemap-box a:active {
	color:	#333333;
	text-decoration: underline;
}

.arrow {
	position:	relative;
	display:	inline-block;
	padding:	0 0 0 16px;
	vertical-align:	middle;
	text-decoration:	none;
}

.arrow::before,
.arrow::after {
	position:	absolute;
	top:	0;
	bottom:	0;
	left:	0;
	margin:	auto;
	content:	"";
	vertical-align:	middle;
}
.migi::before{
	left:	3px;
	width:4px;
	height:4px;
	border-top:2px solid #FF0014;
	border-right:2px solid #FF0014;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}



@media screen and (max-width:1024px){


}



@media screen and (max-width:480px){ 

ul.sitemap-box {
	width:	80%;
	padding:	0 20px;
}

}


