@charset "UTF-8";

/*-------------------------------------
searchCountrySetting
-------------------------------------*/
div#searchCountry {
	width: 305px;
	height: 178px;
}

div#searchCountry ul {
	width: 305px;
	height: 178px;
	background: url("./../images/south_pacific.jpg") no-repeat;
	position: relative;
	text-indent: -9999px;
	font-size: 0;	/* forWinIE */
	line-height: 0;	/* forWinIE */
	margin: 0px;
}

div#searchCountry ul li a {
	height: 16px;
	display: block;
	position: absolute;
	left: 217px;
	width: 43px;
	top: 43px;
}
div#searchCountry ul li a:hover {
	background:#FFF;
	opacity:0.5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*-------------------------------------
searchCountryWorldSetting
-------------------------------------*/
div#searchCountry ul li.top a {
width: 82px;
top: 7px;
left: 216px;
}

div#searchCountry ul li.newCaledonia a {
width: 92px;
top: 109px;
left: 59px;
}

div#searchCountry ul li.fiji a {
width: 61px;
top: 61px;
left: 143px;
}

div#searchCountry ul li.tahiti a {
width: 53px;
top: 79px;
left: 241px;
}
