@charset "utf-8";

/*----------------------------------------------------------------
 * 新着情報一覧
 */

#contents #main #news {
	margin-top: 40px;
	overflow: hidden;
}

#contents #main #news h2 {
	float: left;
	width: 122px;
	height: 122px;
	background: url(../img/h2-news.png) no-repeat;
	text-indent: -9999px;
}

#contents #main #news ul {
	float: right;
	width: 825px;
	border: solid #CCCCCC;
	border-width: 1px 0;
}

#contents #main #news li {
	padding: 14px 0;
	font-size: 93%;
	overflow: hidden;
}

#contents #main #news li + li {
	border-top: 1px dotted #CCCCCC;
}

#contents #main #news li time {
	display: inline-block;
	vertical-align: top;
}

#contents #main #news li .subject {
	display: inline-block;
	margin: -3px 0 -3px 20px;
	line-height: 1.5;
}
