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

.list{
	width:auto;
	padding:25px 0 0 25px;
}

.list li{
	line-height:1.5;
	margin-bottom:12px;
}

.list a{
	color:#333;
	font-size:117%;
}

.list a:hover{ color:#0066cc;}

.list a:before{
	display:inline-block;
	vertical-align:middle;
	content:"●";
	color:#0066cc;
	font-size:175%;
	margin-right:5px;
}</pre></body></html>