body {
  font-size: small;
}

/* 地図表示 */
#map {
  /*  	width:			100%;*/
  height: 1000px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin: 0;
  display: block;
}
/* パネルシャドウ */
.panel_shadow {
  -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.2);

  opacity: 0.9;
}
/* レイヤパネル */
#layerPanel {
  position: absolute;
  padding: 5px;
  /* 	width:		500px; */
  left: 320px;
  top: 65px;
  display: block;
  z-index: 10040;
  background-color: #eeeee4;
}
#layerPanel div.item img,
#layerPanel div.item span,
#layerPanel div.item input[type='radio'],
#layerPanel div.item input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
}
.subitem {
  display: block;
  margin-left: 17px;
}

/* 凡例パネル */
#legendPanel {
  position: absolute;
  left: 250px;
  top: 50px;
  width: 180px;
}
#legendPanel div.item img,
#legendPanel div.item span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  color: #34495e;
}

#legend_panel div.item img,
#legend_panel div.item span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
#legendPanel div {
  margin-bottom: 5px;
}

/* ツールメニュー */
.toolMenuItem {
  border: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  height: 1.6em;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  margin-right: 0em;
  font-weight: normal;
  font-size: small;
}
#toolMenuDetail {
  position: absolute;
  display: none;
  right: 105px;
  top: 35px;
  width: 100px;
  background: #eeeee4;
  color: #34495e;
  z-index: 222222;
}
#baseMapList,
#majorThemeList {
  list-style: none outside none;
  padding: 10px 0 0 0;
}
#baseMapList,
#baseLayerList,
#majorThemeList {
  list-style: none outside none;
}
#baseMapList li,
#baseLayerCheck li,
#baseLayerList li,
#majorThemeList li {
  margin: 0.1em 0.5em;
  padding-top: 5px;
  padding-left: 5px;
}

#baseMapList li label,
#baseLayerCheck li label,
#baseLayerList li label,
#majorThemeList li label {
  vertical-align: super;
  padding-left: 1.3em;
  font-size: small;
  cursor: pointer;
}
#baseMapList li label.disabled {
  color: #a9a9a9;
}

/* #baseWebtisLabel { */
/* 	margin-top: 0.5em; */
/* } */
/*#baseMapPanel {
	background: #EEEEE4;
	position: relative;
	display: none;
	left: 920px;
	top: 230px;
	width: 202px;
	color: #000000;
	z-index: 9999999;
}*/
#baseMapPanel {
  position: relative;
}

.ui-menu {
  width: 99px;
}

/* アコーディオンメニュー */
.accordionContents {
  font-size: small;
}

.accordionContentHeader {
  font-weight: bold;
  padding: 0.5em 0.5em 0.1em 0.5em;
}
.accordionContent {
  padding: 0.5em 0.5em 0.5em 1.5em;
  color: #34495e;
  white-space: pre-wrap;
}

/* jQuery UI 上書き */
.ui-button-text-only .ui-button-text {
  padding: 0.15em 1em;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.2em 1em 0.4em 1.5em;
}
.ui-accordion .ui-accordion-header {
  margin-top: 0px;
}
.ui-accordion .ui-accordion-content {
  padding: 0em;
}

/* レイヤ切替用ラジオボタンcss */
.iradio_square-black {
  display: inline-block;
}
.iradio_square-red {
  display: inline-block;
}
.iradio_square-green {
  display: inline-block;
}
.iradio_square-blue {
  display: inline-block;
}
.iradio_square-aero {
  display: inline-block;
}
.iradio_square-gray {
  display: inline-block;
}
.iradio_square-orange {
  display: inline-block;
}
.iradio_square-yellow {
  display: inline-block;
}
.iradio_square-pink {
  display: inline-block;
}
.iradio_square-purple {
  display: inline-block;
}
/*label,#sliderArea  {
	color: #34495e;
}*/
#baseMapList label,
#baseLayerCheck,
#baseLayerList label,
#sliderArea {
  color: #34495e;
}

/* 凡例画像 */
.legendOpen {
  cursor: pointer;
  vertical-align: middle;
  text-align: right;
  float: right;
}
#majorTheme .overview {
  width: 100%;
}
#dialogAttribute.ui-dialog-content {
  overflow: hidden;
}
/* 作図パネル_レイアウト変更したら直す */
.ui-tabs .ui-tabs-panel {
  padding: 0.5em;
}
#drawPanel ul li a {
  padding: 7px !important;
}
/* カラーピッカー */
#colorSelector {
  position: relative;
  width: 36px;
  height: 36px;
  background: url(../lib/colorpicker/images/select2.png);
}
#colorSelector div {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: url(../lib/colorpicker/images/select2.png) center;
  background-repeat: no-repeat;
}
.colorpicker {
  z-index: 23;
}

/*ルート検索*/
#searchroutePanel {
  position: absolute;
  left: 500px;
  top: 300px;
  width: 250px;
  height: 250px;
}
#routesearchresultPanel {
  left: 500px;
  top: 300px;
  width: 250px;
  /* height: 800px; */
}
#searchroutePanel div.item img,
#searchroutePanel div.item span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  color: #34495e;
}

#searchroute_panel div.item img,
#searchroute div.item span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
#searchroutePanel div {
  margin-bottom: 5px;
}

.start_button {
  border-radius: 5px;
}

#routesearchresultbaseMapPanel {
  position: relative;
}

#routesearchResultAddress {
  overflow: auto;
}

#viatext_test {
  width: 100%;
}
