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

.list{
	width:auto;
	padding:0 0 40px 30px;
}

.list li{
	height:28px;
	margin-bottom:20px;
	background: url(../../common/img/icon-circle-new.png) no-repeat left 50%;
}

.list a{
	display:inline-block;
	min-width:140px;
	height:28px;
	line-height:28px;
	background:url(../img/icon-pdf.png) no-repeat right 50%;
	padding:0 40px 0 25px;
	color:#333;
	font-size:117%;
	position:relative;
}


.list a:hover{ color:#0066cc;}
</pre></body></html>