/*-----------------------------------------------
 * ニュース一覧
 *----------------------------------------------*/

/* タイトル */
#news_title{
	margin: 0px auto 15px auto;
	width: 310px;
}
#news_title ul{
	list-style-type: none;
}
#news_title li{
	float: left;
	margin: 0px 5px;
	text-align: center;
	width: 145px;
}
#news_title h1,
#news_title a{
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 4px 0px 2px 0px;
}
#news_title .event{
	background-color: #b13c23;
}
#news_title .shop_news{
	background-color: #df6e73;
}
#news_title .main{
	display: block;
	line-height: 0;
}
#news_title .sub{
	display: block;
	font-size: 9px;
	font-weight: normal;
}

/* 一覧 */
.news_list .subheading{
	text-align: left;
}
.hot ul.view_links a,
.hot ul.view_links div{
	background-color: #f6f6f6;
}
ul.view_links .shop_name,
ul.view_links .title,
ul.view_links .date,
ul.view_links .excerpt{
	display: block;
}
ul.view_links .title .prefix,
ul.view_links .title .suffix{
	font-size: 10px;
}
ul.view_links .date{
	font-size: 10px;
}

#news .line{
	text-align: center;
}
