@charset "utf-8";

@import url("GoogleMap.css");

img.marker {
	margin:0px 3px 0px 3px;
}

/* === StoreList.html === */
.StoreList {
	width:530px;
	height:auto;
	clear: both;
	margin:0px 0px 0px 40px;
}
.StoreList h4 {
	font-size:15px;
	color:#4D4D4D;
	font-weight: 700;
	width: auto;
	height:22px;
	clear: both;
	border-top:solid #33A02C 3px;
	border-bottom:solid #B3DF8A 1px;
	background:#F1FBE7;
	margin:20px 0px 0px 0px;
	padding:7px 0px 0px 10px;
}
.StoreList ul {
	width: auto;
	height:auto;
	clear: both;
	border:solid #CCCCCC 1px;
	margin:2px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}
.StoreList ul li,.StoreList ul li.City,.StoreList ul li.City_NoBorder {
	width: auto;
	height:28px;
	border-top:solid #CCCCCC 1px;
}
.StoreList ul li.City,.StoreList ul li.City_Top {
	color: #33A02C;
	font-size: 14px;
	height:20px;
	background:#FFF url(../../image/Contents/Store/StoreList_Icon_Deep.gif) 1px 12px no-repeat;
	border-bottom:solid #E5F9C5 2px;
	padding:10px 0px 0px 15px;
}
.StoreList ul li.City_Top {
	border-top:none;
}
.StoreList a {
	display:block;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	width: auto;
	height:24px;
	margin:2px 1px 2px 1px;
	padding:0px 0px 0px 14px;
}
.StoreList a:hover {
	color: #555;
	background:#E5F9C5;
}



