#contents .cont_box .cont_inner {
	margin: 0 10px;
}

#contents .txt {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

#info .newslist {
	background: #ffffff;
	border-bottom: 2px solid #dddddd;
	margin-bottom: 10px;
}

#info .newslist .detail {
	background: url("../images/icon_arrow.jpg") no-repeat 97% center;
	background-size: 10px 16px;
}

#info .newslist .detail .cat_tit {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #3e3e3e;
	display: inline-block;
	padding: 5px 12px;
	float: right;
}

#info .newslist .detail .tit {
	padding: 0 40px 25px 10px;
	margin-top: -5px;
}

#info .newslist .detail .date {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}

#info .newslist .detail .txt {
	font-size: 16px;
	line-height: 150%;
	color: #a98143;
	font-weight: bold;
}

#info .pager {
	text-align: center;
	margin: 30px 0;
}

#info .pager li {
	display: inline;
}

#info .pager li.select a {
	background: #a98143;
}

#info .pager li a {
	display: inline-block;
	background: #bbbbbb;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px;
}

#info .box_category {
	border-top: 6px solid #bfb7ab;
	border-radius: 6px ;
	background: #ffffff;
	margin-bottom: 10px;
}

#info .box_category h4{
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

#info .box_category .cat {
	padding: 0 10px 20px;
}

#info .box_category .cat .fac {
	border-bottom : 1px dotted #dddddd;
}

#info .box_category .cat .fac a {
	font-size: 12px;
	color: #333333;
	padding: 20px 0px 20px 15px ;
	background: url("../images/icon_link.jpg") no-repeat left center;
	display: block;
	background-size: 8px 8px;
}