/************************************************  
各ショップの座標を目視したい時は、
background-color:red　を使用してください。


************************************************/

#map #mapCarousel {
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

	#map #mapCarousel #mapUpScale {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#map #mapCarousel #mapUpScale  img {
		width:100%;
		height: auto;
	}

	
	
	#map #mapCarousel #mapNormal {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
	}
	
.shopData {
    width: 200px;
    position: absolute;
}

	.shopData > a{
		width:15px;
		height: 15px;
		position: relative;
		display: block;
		z-index: 4;
	/*位置取り確認用*/	
	/*	background-color: red;*/
	}

	.shopData .comment {
		display: none;
		max-width: 200px;
		position: absolute;
		z-index: 5;
		color: #ffffff;
		left: -50%;
		margin-left: 7px;
		top: -96px;
	}
	
	.shopData .comment a {
		display: block;
	}
	
	.shopData a:hover + .comment{
		display: block;
	}
	
	.shopData .comment:hover{
		display: block;
	}
	
	.shopData .comment .commentHead {
		background: #333333;
		padding: 15px;
	}

	.shopData .comment .commentBottom {
		height: 35px;
		position: relative;
	}
	
	.shopData  .comment  .commentBottom:after{
		content: "";
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top: 10px solid #333333;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -5px;
	}
	
#scaleDown {
	display: none;
}