@charset "utf-8";
/*=============================================================
 News Layout
=============================================================*/
/* News-box
-------------------------------------------------------------*/
.news-box{
	padding:20px 0 20px;
	border-bottom:1px solid #ccc;
}
#news-area{
	width:100%;
	clear:both;
}
#news-area dl{
	width:100%;
	clear:both;
	line-height:1.6em;
	border-bottom:1px solid #ccc;
}
#news-area dt{
	width:100%;
	clear:both;
	padding-top:20px;
	font-size:114.3%;
	font-weight:bold;
	color:#2980b9;
}
#news-area dt span{
	color:#000;
}#news-area dd{
	width:100%;
	clear:both;
	padding-top:5px;
	padding-bottom:20px;
}