@charset "euc-jp";

/* ==========================
	index
============================= */
#top #brandList,
#top #r_new,
#top #r_recommend,
#top #r_news {
	border-top: solid 2px #9cd2e7;
	padding-top: 5px;
}
#top #brandList ul {
	margin: 0 11px;
}
#top #brandList ul li {
	float: left;
	width: 125px;
	margin-left: 23px;
}
#top #brandList ul li:first-child {
	margin-left: 0;
}

/*新商品*/
#top #r_new table a {
	text-decoration: none;
	color:#261F1C;
}
#top #r_new table a:hover {
	text-decoration: underline;
}

/*おすすめ*/
#top #r_recommend table a {
	text-decoration: none;
	color:#261F1C;
}
#top #r_recommend table a:hover {
	text-decoration: underline;
}

/*お知らせ*/
#top #r_news table .woong {
	border-bottom: none;
}
#top #r_news table a {
	text-decoration: none;
	color:#261F1C;
}
#top #r_news table a:hover {
	text-decoration: underline;
}

