@charset "utf-8";

#contents {
	min-height: 360px;
	padding: 0 18px 18px;
	width: 744px;
}
h4 {
	color: #000;
	font-style: normal;
	padding: 0;
	margin-bottom: 0;
}
#map, object {
	border: none;
	outline: none;
	z-index: 2;
}
#map {
	height: 330px;
	overflow: hidden;
	visibility: visible;
}
.category {
	position: absolute;
	top: 0;
	right: 0;
	width: 284px;
	height: 175px;
	overflow: hidden;
	font-size: 80%;
	z-index: 1;
}
.category li {
	display: block;
	clear: both;
	margin: 0;
	padding-top: 6px;
	color: #942923;
	font-weight: bold;
	list-style: none;
}
.category .stores {
	margin-left: 0;
}
.category .stores li {
	float: left;
	padding: 0;
	clear: none;	
}
.category .stores li a {
	display: block;
	float: left;
	color: #6D6F71;
	padding: 2px 0;
	font-weight: normal;
	line-height: 90%;
	width: 142px;
}
.category .stores li a:hover, .category .stores li a.active {
	color: #000;
}
.category .stores li a.active {
	font-weight: bold;
}
div .store {
	display: block;
	font-size: 85%;
}
.store .image {
	display: none;
	position: absolute;
	top: 158px;
	right: 0;
	width: 191px;
	height: 145px;
	background: url(/../img/bg-store-image.jpg) no-repeat;	
}
.store .image img {
	width: 172px;
	height: 128px;
}
.store p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.store .info {
	position: absolute;
	top: 178px;
	right: 0;
	width: 191px;
	font-weight: normal;
	margin:0;
	padding:0;
}
.store .info p {
	padding: 0;
	margin: 0;
}
.info .logo {
	margin-top: 15px;
	max-height: 50px;
	max-width: 172px;
}
.store .description {
	position: static;
	width: 536px;
	min-height: 60px;
	margin-top: 10px;
}
.address {
	padding-top:0;
	margin-top: 0;
}
