@charset "UTF-8";
/* Copyright (c) 2009 National Research Institute for Earth Science and
 * Disaster Prevention (NIED).
 * This code is licensed under the GPL version 3 license, available at the root
 * application directory.
 */
/*----------------------------------------------------------------
 *
 * OpenLayers用スタイル
 * 
 *----------------------------------------------------------------*/
.olMapViewport .olFramedCloudPopupContent {
	padding: 2px;
	overflow: visible;
}
.olMapViewport .olControlAttribution {
	bottom: 16px; 
}

/* --------------------------------
 * Map Layer switcher
 *-------------------------------- */
.olControlMapLayerSwitcher {
	position: absolute;
	top: 0px;
	right: -20em;
	width: 40em;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: smaller;
	color: white;
	background-color: transparent;
	z-Index: 1001;
}

.olControlMapLayerSwitcher .layersDiv {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 20em;
	width: 20em;
	height: 100%;
	background-color: #FFF;
	overflow: auto;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85 ;
}

/*.olControlMapLayerSwitcher .legendBgDiv {
	position: absolute;
	background-color: #FFF;
	opacity: 0.85;
	margin: 0;
	width: 100%;
}*/

.olControlMapLayerSwitcher .layersDiv .contentsDiv,
.olControlMapLayerSwitcher .layersDiv .refDiv,
.olControlMapLayerSwitcher .layersDiv .overlayDiv,
.olControlMapLayerSwitcher .layersDiv .baseDiv,
.olControlMapLayerSwitcher .layersDiv .memoDiv,
.olControlMapLayerSwitcher .layersDiv .kmlDiv 
{
	position: relative;
	margin: 2px;
	padding: 4px;
	color: black;

}

.olControlMapLayerSwitcher .maximizeDiv,
.olControlMapLayerSwitcher .minimizeDiv {
	top: 4px;
	right: 20em;
}

.olLayerGooglePoweredBy,
.olLayerGoogleCopyright.olLayerGoogleV3 {
	display: none;
}

div.olControlAttribution {
	text-align: right;
	width:90%;
	line-height: 125%;
	padding-bottom: 12px;
}

div .olControlMousePosition {
	padding-bottom: 16px;
}
