@charset "UTF-8";
/* ---------------------------------------------------------
   news.css【新着情報】
----------------------------------------------------------*/
#news_list{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#news_list dt{
	background: url(../img/common/icon_menu.jpg) left 8px no-repeat;
     float: left;
     width: 115px;
     padding: 0 0 10px 15px;
	 margin-bottom: 10px;
	 color: #FE5000;
}
/*\*/
#news_list dt{
     clear: both;
}
/**/
#news_list dd{
     padding: 0 0 10px 130px;
	 margin-bottom: 10px;
}
/*\*/
*html #news_list dd{
     float: none;
}
/**/
*:first-child+html #news_list dd{
     float: none;
}
#news_list dd .icon{
	padding: 3px 5px;
	margin-right: 10px;
	font-size: 10px;
	color: #FFFFFF;
	width: 75px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#news_list dd .icon-post{
	background-color: #175282;
}
#news_list dd .icon-voice{
	background-color: #E878CC;
}
#news_list dd .icon-case{
	background-color: #5E8C0F;
}
#news_list dd .icon-seminar{
	background-color: #F47E14;
}