@charset "utf-8";
/*----------------------------------------------------
	                 styles
------------------------------------------------------*/
.contentsTit {
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	color: #393939;
	font-weight: normal;
}
.article a,
.article a:hover{
	color: #45b1c7;
}
/*----------------------------------------------------
	                 newsNav
------------------------------------------------------*/
.archive a{
	display: block;
	text-decoration: none;
}
.archive a:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	color: #393939;
}
#newsArchiveArea h2{
	color: #45b1c7;
	border-bottom: 1px solid #e5e5e5;
}
#newsArchiveArea h2 span{
	color: #393939;
	display: inline-block;
}