@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :news.css
 style info :ニュース、重要なお知らせページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	index
----------------------------------------------------------- */

.section dl{
	zoom:1;
	width:540px;
}

.section dl dt{
	clear:left;
	float:left;
	width:10em;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:4px;
	background:url(../img/index/bg-news_right.gif) right no-repeat;
}

.section dl dd{
	padding-left:10.5em;
	padding-top:3px;
	padding-bottom:4px;
	border-bottom:1px solid #ededed;
}

.section dl dd.last{
	border-bottom:none;
}

.section dl dt img{
	border-right:1px solid #ededed;
	border-left:1px solid #ededed;
	padding-bottom:4px;
	display:inline;
	margin-left:6px;
	vertical-align:middle;
}

.section dl:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}