@charset "utf-8";
/* 新着情報用CSS ===================== */

.list-news li{
	overflow:hidden;
	background:url(../images/common/bg_dot_orange.gif) left top repeat-x;
	line-height:100%;
	width:608px;
	padding-top:10px;
}
.list-news .top-li{
	background:none;
	margin-top:0px;
	padding-top:0px;
}
.list-news li p{
	line-height:100%;
	margin-bottom:8px;
}
.list-news li p a{
	background:url(../images/common/icon_arrow_pink.gif) left center no-repeat;
	margin-right:5px;
	padding-left:16px;
}
.list-news li p span{
	color:#ffc63d;
	padding-left:16px;
}