@charset "utf-8";

.News dl {
	text-align:left;
}

.News dt {
	font-size:85%;
	color:#009FEC;
	padding:0 5px;
}

.News dd {
	background:url(../common/images/line_dot_01.gif) repeat-x  bottom;
	padding:0 5px 10px 5px;
	margin-bottom:10px;
}

.News-detail dl {
	text-align:left;
}

.News-detail dt {
	font-size:85%;
	color:#009FEC;
	padding:0 5px;
}

.News-detail dd {
	line-height:180%;
}

.News-detail dd span {
	display:block;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
}