<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



section&gt;ul&gt;li{
	position:relative;
}

section&gt;ul&gt;li::after {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	left: 12px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #EE8400;
	border-bottom: 2px solid #EE8400;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

section&gt;ul&gt;li ul li{
	position:relative;
}

section&gt;ul&gt;li ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 12px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #EE8400;
	border-bottom: 2px solid #EE8400;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

section&gt;ul&gt;li&gt;a{
	display:block;
	background:#FFF6EE;
	color:#323232;
	font-weight:bold;
	padding:7px 30px;
	margin-bottom:10px;
}

section&gt;ul&gt;li ul li a{
	color:#323232;
	padding:7px 30px;
}
section&gt;ul&gt;li ul{
	margin-bottom:10px;
}
	
	

@media screen and (min-width: 668px){

section ul.left_sitemap{
	width:325px;
	float:left;
}
section ul.right_sitemap{
	width:325px;
	float:right;
}
section&gt;ul&gt;li&gt;a{
	margin-bottom:15px;
}


}</pre></body></html>