/************************************************  
各ショップの座標を目視したい時は、
background-color:red　を使用してください。


************************************************/

#map #mapCarousel {
 	position: relative;
  overflow: hidden;
	margin: 0 auto;
	width:1000px;
	height:600px;
}

	#map #mapCarousel #mapUpScale {
		width:100%;
		height:100%;
		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;
	}
	
.areaData {
    position: absolute;
		top: 177px;
		left: 146px;
}

.areaData .AD_name {
}


	.areaData .AD_icon {
		width:36px;
		height: 36px;
		display:block;
		position: relative;
		z-index: 5;
	/*位置取り確認用*/	
		opacity: 0;
		filter: alpha(opacity =0);
		-ms-filter: "alpha(opacity=0)";
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE */
		background: rgba(0, 0, 0, 0) \9;
		background-color: red;
	}

	.areaData .comment {
		display: none;
		max-width: 200px;
		position: absolute;
		z-index: 6;
		color: #ffffff;
		top: -96px;
		left: 0;
	}
	
	
	.areaData .AD_icon:hover + .comment{
		display: block;
	}
	
	.areaData  .comment:hover {
		display: block;
	}

	
	
	.areaData .comment .commentHead {
		background: #eb944d;
		padding: 15px;
	}

	.areaData .comment .commentBottom {
		height: 10px;
		position: relative;
	}
	
	.areaData  .comment  .commentBottom:after{
		content: "";
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top: 10px solid #eb944d;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -5px;
	}
	
#scaleDown {
	display: none;
}


/*========================================
			 							座標
========================================*/
.areaData.area1 {top:316px;left:818px;}
.areaData.area2 {top:390px;left:786px;}
.areaData.area3 {top:437px;left:576px;}
.areaData.area4 {top:322px;left:486px;}
.areaData.area5 {top:389px;left:314px;}
.areaData.area6 {top:182px;left:492px;}
.areaData.area7 {top:133px;left:252px;}
.areaData.area8 {top:176px;left:146px;}
