@charset "utf-8";
/*
* index.css
*
* version --- 1.0
* updated --- 2013/09/09
*/

/* トップページのみに使用するスタイルを記述
---------------------------------------------------------- */
/* トップページMENU */
#topNavi {
	background-color: #321f19;
}
#topNavi li {
	background: url(/sp/common/img/bd01.gif) repeat-y #321f19;
	width: 31%;
	height: 66px;
	float: left;
	padding-top: 14px;
}
#topNavi li:first-child {
	background: none;
	background-color: #321f19;
}
#topNavi li:last-child {
	width: 38%;
}
#topNavi li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
/* 看板 */
#mainimageArea {
	border-bottom: 2px solid #fff;
}
#mainimageArea img {
	width: 100%;
	vertical-align: top;
}

/* お知らせ */
#infoArea {
	padding: 10px 10px 20px;
}
#infoArea h3 {
	background-color: #ff0;
	border-radius: 15px 15px 15px 15px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	font-weight: normal;
	margin-bottom: 10px;
}
#infoArea dl {
	text-align: left;
}

#infoArea dd {
	margin-bottom: 10px;
}

/* 見出し */
h2 {
	background: #e0cdba;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #54392c;
}
h2 img {
	width: 40px;
	margin: 10px 6px 0 10px;
	vertical-align: top;
}

/* AZAMINO Marcheリスト */
p.ttl_marche {
	background: url(/sp/common/img/bd02.gif) repeat-x center;
	margin-bottom: 15px;
}
ul.marche {
	border-bottom: 3px solid #c1c1c1;
}
ul.marche li {
	float: left;
	list-style: none;
	padding-bottom: 10px;
}
ul.marche li.marche-1 {
	width: 23%;
}
ul.marche li.marche-2 {
	width: 31%;
}
ul.marche li img {
	margin-bottom: 20px;
}
ul.marche li.marche-1 img {
	width: 60px;
}
ul.marche li.marche-2 img {
	width: 80px;
}
ul.marche li a {
	display: block;
	text-decoration: none;
	color: #321f19;
	font-size: 11px;
}

/* ショップリスト */


ul.shopList li {
	font-size: 10px;
	float: left;
	list-style: none;
	height: 100px;
	width: 33%;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	position: relative;
}

ul.shopList.outdoor li {
	left:33%;
	border:none;
}

/*ul.shopList li:nth-child(3n+1) {
	border-right: 1px solid #c1c1c1;
}
ul.shopList li:nth-child(3n) {
	border-left: 1px solid #c1c1c1;
}*/

ul.shopList li:nth-child(3n+3) {
	border-right: none;
}

/*ul.shopList li:last-child {
	border-bottom: none;
}*/

ul.shopList li div.newshop {background-color: #EF9903; color:#fff; padding:2px; width:90%; margin:5px auto 0;}

ul.shopList li p {
	vertical-align: bottom;
	text-align: center;
	width: 1%;
	height: 90px;
	display: table-cell;
}
ul.shopList li p span {
	display: block;
	width: 86%;
	position: absolute;
	top: 15px;
	left: 7%;
}
ul.shopList li p span.txt_red {
	display: inline;
	position: inherit;
}
ul.shopList li img {
	width: 85px;
}
ul.shopList li a {
	display: block;
	text-decoration: none;
	color: #321f19;
}