@charset "utf-8";
/* CSS Document */
/* ====================================================================================================*/

.USmap{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 971px;
	max-height: 662px;
}

.USmap .mapIcon{
	background: transparent;
	padding: 5.15%;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	display: block;
	border-radius: 50%;
}

.tradeMapInfoRegion{
	overflow: hidden;
	background: white;
	padding: 10px;
	position: absolute;
	z-index: 1001;
	outline: 2px;
	outline-style: solid;
	outline-color: black;
}

.mapKeySquare{
	width: 50px;
	height: 50px;
	margin: 10px;
	float: left;
}

.mapKeyText{
	padding: 10px;
}

#mapIcon_1{
	left: 21.63%;
	top: 24.17%;
}
#mapIcon_2{
	left: 49.43%;
	top: 22.66%;
}
#mapIcon_3{
	left: 76.72%;
	top: 18.13%;
}
#mapIcon_4{
	left: 47.37%;
	top: 45.32%;
}
#mapIcon_5{
	left: 69.97%;
	top: 49.85%;
}
#tradeMapInfoWest{
	left: 24.72%;
	top: 39.27%;
}
#tradeMapInfoNorth{
	left: 52.52%;
	top: 36.25%;
}
#tradeMapInfoNortheast{
	right: 10%;
	top: 32.48%;
}
#tradeMapInfoSoutheast{
	right: 12%;
	top: 61.63%;
}
#tradeMapInfoSouth{
	left: 48.92%;
	top: 60.42%;
}