@charset "UTF-8";

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

div#searchCountry ul {
	width: 305px;
	height: 178px;
	background: url("./../images/oceania.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: 83px;
top: 7px;
left: 216px;
}

div#searchCountry ul li.australia a {
width: 85px;
top: 71px;
left: 47px;
}

div#searchCountry ul li.newzealand a {
width: 92px;
top: 95px;
left: 188px;
}
