@charset "UTF-8";

/*-------------
key color color:#f33563;
---------------*/

/*==================
default css clear
===================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}

html{
	height:100%;
}




#mapContainer{
	width:500px;
	height:550px;
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-275px;
	background:#898989;
}



#map{
	width:500px;
	height:500px;
	
}

.mapOpenBtn,#mapCloseBtn{
	cursor:pointer;	
	font-weight:bold;
	color:#807f80;
}

#mapCloseBtn{color:#FFFFFF;}

