@charset "utf-8";

/* Top
-----------------------------------*/
.note {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #cc0000;
}
.top_shoplist{
	display: block;
	width: 490px;
	background: url(/img/top/top_shoplist_btm.png) no-repeat bottom right #fff;
	color: #412C17;
	font-size: 14px;
	margin-bottom: 20px;
}
a.top_shoplist:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha( opacity=100 )";
}
.top_shop_info{
	width: 225px;
	float: right;
	padding: 35px 20px 0 20px;
}

.top_concept{
	background: #3D2710;
	color: #fff;
	margin-bottom: 60px;
}
.top_concept_info{
	width: 554px;
	float: right;
	padding: 60px 30px 0 40px;
}
.top_news{
	background: #FFF;
	padding: 25px;
	width: 950px;
	height: 500px;
	overflow: hidden;
}
.top_news ul li{
	border-bottom: 1px dotted  #ACAC9D;
	padding: 20px 0;
}
.top_news ul li a{
	display: block;
}
.top_news ul li a:hover{
	text-decoration: none;
}
.top_news ul li .news_subject{
	color: #412C17;
	font-family: "游ゴシック Bold";
}
.top_news ul li .date{
	text-align: right;
	font-weight: bold;
	color: #ACAC9D;
}
.top_news ul li .news_body{
	font-family: "游ゴシック Light";
	color: #412C17;
	line-height: 180%;
}
.top_news ul li .news_cat{
	width: 80px;
	padding: 5px;
	text-align: center;
	color: #FFF;
	background: #3D2710;
	font-family: "游ゴシック Bold";
	margin-bottom: 20px;
}
.top_news ul li .news_cat.ginza{
	background: #B5EFAF;
}
.top_news ul li .news_cat.shinagawa{
	background: #B0B4EE;
}
.top_news ul li .news_cat.marunouchi{
	background: #B0EDEE;
}
.top_news ul li .news_cat.nihonbashi{
	background: #F3C0C0;
}