@charset "utf-8";

/* news
--------------------------------- */
.news {
}

/* index
--------------------------------- */
.news .information dl {
	margin: 5px 0 0 0;
	line-height: 1.3;
}
.news .information dl dt {
	clear: left;
	float: left;
	display: block;
	margin: 0 10px 0 0;
	white-space: nowrap;
}
.news .information dl dd {
	display: block;
	margin: 0 0 0 8em;
}

* html .news .information dl dd {
	text-indent: -0.3em;
}
.news .information dl.new-information dd img {
	margin: 0 5px;
}
/*	clearfix 
------------------------------------------	*/
.news .information dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .information dl {
 zoom: 1;
}

 