@charset "utf-8";
.mapAreaWrapper{
	display: block !important;
	overflow:visible !important;
}
.mapArea {
	position: relative;
	background: url(/mobility/marine/machinery/img/propeller_bg01.png) no-repeat;
	width: 660px;
	height: 456px;
	margin: 0 auto;
	display:block; 
}
.mapArea.map2cycle {
	background: url(/mobility/marine/machinery/img/2cycle_bg01.png) no-repeat;
}
.mapArea div[class*="loc"] {
	position: absolute; left: 175px;
	top: 79px;
	width: 19px;
	height: 21px;}
.mapArea div.loc01 {top: 220px; left: 299px;}
.mapArea div.loc02 {top: 224px; left: 292px;}
.mapArea div.loc03 {top: 179px; left: 49px;}
.mapArea div.loc04 {top: 254px; left: 247px;}
.mapArea div.loc05 {top: 201px; left: 258px;}
.mapArea div.loc06 {top: 248px; left: 262px;}
.mapArea div.loc07 {top: 173px; left: 113px;}
.mapArea div.loc08 {top: 245px; left: 188px;}
.mapArea div.loc09 {top: 218px; left: 563px;}
.mapArea div.loc10 {top: 235px; left: 527px;}
.mapArea div.loc11 {top: 176px; left: 34px;}
.mapArea div.loc12 {top: 299px; left: 230px;}
.mapArea div.loc13 {top: 221px; left: 256px;}
.mapArea div.loc14 {top: 249px; left: 137px;}
.mapArea div.loc15 {top: 342px; left: 612px;}
.mapArea div.loc16 {top: 337px; left: 625px;}
.mapArea div.loc17 {top: 204px; left: 54px;}
.mapArea div.loc18 {top: 192px; left: 64px;}
.mapArea div.loc19 {top: 189px; left: 41px;}
.mapArea div.loc20 {top: 301px; left: 217px;}
.mapArea div.loc21 {top: 247px; left: 122px;}
.mapArea div.loc22 {top: 219px; left: 269px;}
.mapArea div.loc23 {top: 216px; left: 280px;}
.mapArea div.loc24 {top: 238px; left: 541px;}
.mapArea div.loc25 {top: 362px; left: 611px;}
.mapArea div.loc26 {top: 376px; left: 604px;}
.mapArea div.loc27 {top: 353px; left: 625px;}
.mapArea div.loc28 {top: 233px; left: 258px;}
.mapArea div.loc29 {top: 253px; left: 150px;}
.mapArea div.loc30 {top: 284px; left: 222px;}
.mapArea div.loc31 {top: 169px; left: 61px;}
.mapArea div.loc32 {top: 260px; right: 40px;}
.mapArea div.loc33 {top: 312px; left: 227px;}
.mapArea div.loc34 {top: 207px; left: 479px;}


.mapArea.map2cycle div.loc01 {top: 175px; left: 51px;}
.mapArea.map2cycle div.loc07 {top: 172px; left: 107px;}
.mapArea.map2cycle div.loc08 {top: 243px; left: 123px;}
.mapArea.map2cycle div.loc12 {top: 245px; left: 188px;}
.mapArea.map2cycle div.loc13 {top: 305px; left: 229px;}
.mapArea.map2cycle div.loc17 {top: 211px; left: 249px;}
.mapArea.map2cycle div.loc18 {top: 223px; left: 262px;}
.mapArea.map2cycle div.loc20 {top: 246px; left: 251px;}
.mapArea.map2cycle div.loc21 {top: 241px; left: 268px;}
.mapArea.map2cycle div.loc24 {top: 221px; left: 291px;}
.mapArea.map2cycle div.loc25 {top: 217px; left: 299px;}
.mapArea.map2cycle div.loc28 {top: 215px; left: 561px;}
.mapArea.map2cycle div.loc29 {top: 349px; left: 613px;}
.mapArea.map2cycle div.loc30 {top: 340px; left: 627px;}

.mapArea a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
.map-tooltips {
	display: none;
	position: absolute;
	bottom: -2.8em; left: 0.3em;
	z-index: 9999;
	padding: 0.3em 0.5em;
	color: #FFFFFF;
	background: #4d4d4f;
	border-radius: 0.5em;
	width: auto;
	overflow:visible;
        white-space: nowrap;
}
.loc16 .map-tooltips {
  font-size: 1.3rem;
}
.loc16 .map-tooltips,
.loc27 .map-tooltips {
  bottom: -4.2em;
}
.map-tooltips:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute; left: 0.5em;
	top: -8px;
	border-top: 8px solid transparent;
	border-left: 8px solid #4d4d4f;
}
a:hover .map-tooltips {
	display: block;
}
 @media only screen and (max-width: 640px) { 
.mapArea {
	display: none !important;
}
}
