@charset "UTF-8";
/* CSS Document */


/**************************************************************************
#areaNews
**************************************************************************/

#areaNews {}

#areaNews .listNews {}

#areaNews .listNews dl {
	padding:25px 0 25px 25px;
	border-bottom:solid 1px #ccc;
	font-size:0.92em;
	color:#666;
}

#areaNews .listNews dt {
	width:100px;
	float:left;
}

#areaNews .listNews dd strong{
	color:#FF9408;
}
#areaNews .listNews dd {
	margin-left:110px;
	line-height:1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


#areaNews .listNews .new {
	font-size:0.96em;
	color:#666;
}
#areaNews .listNews .new dd {
	overflow: inherit;
	text-overflow: inherit;
	white-space: inherit;
	font-weight:bold;
}

@media screen and ( max-width:768px )
{
	#areaNews {}
}