@charset "utf-8";

/*----------------------------------------------------*/ 
/* index.html
------------------------------------------------------*/ 

#contents .newsArchives {
	overflow:hidden;
	margin:0 -10px 0 0;
}

#contents .newsArchives li {
	float:left;
	position:relative;
	font-size:13px;
	margin:0 10px 40px 0;
	width:170px;
	text-align:center;
}

#contents .newsArchives li div {
	margin-top:5px;
	position:relative;
}

#contents .newsArchives li div:before {
	display:inline-block;
	content:"";
	width:18px;
	height:18px;
	background:url(/cmn/img/icon_pdf.png) no-repeat left top; 
	background-size:18px auto;
	margin:-.2em 0 0 0;
	vertical-align:middle;
	margin-right:3px;
}


/*----------------------------------------------------*/ 
/* news_xx.html
------------------------------------------------------*/ 

