@charset "utf-8";

#mapDisp {
    text-align: center;
}

.mainMap {
    width: 14em;
}

#miniMapBox {
    position: fixed;
    top: 0.4em;
    z-index: 100;
    right: 0.2em;
    width: 6em;
	opacity:0;
	-webkit-transition:all 0.5s ease-out;
}

#miniMap {
    width: 100%;	
}
