.areainfomap_editTitle {
  font-size: 14px;
  font-weight: bold;
}

.areainfomap_editTitle small {
  font-size: 12px;
}
/*
.olControlLayerSwitcher {
  width: 23em!important;
}*/

.hazardmap_list {
  overflow: auto;
  height: 525px;
}
.hazardmap_list > dt:not(:first-child) {
  margin-top: 10px;
}

.hazardmap_list__name:before {
  content: '■';
}

.map_wrapper {
  height: inherit;
  position: relative;
}

/*災害マップ選択UI*/
.ext_overlay_result {
  display: block;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 3px;
  margin: 0 2px;
}

.ext_overlay_result:empty {
  display: none;
}

.ext_selected {
  border: 1px dashed #000;
}

.org_name {
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  margin-bottom: 10px;
}

.org_name__text {
  background-color: #DDDDDD;
  padding-left: 2px;
}

/*ハザードマップ*/
.ext_handler_wrapper {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  /*opacity: 0.9;*/
}
.ext_handler {
  background-color: #FFF;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  /*width: 251px;*/
  box-sizing: border-box;
  border: 5px solid #FFC77F;
  border-radius: 0 0 0 6px;;
}
.ext_handler > a {
  /*color: #A1B2D4;*/
}
.ext_overlay_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 251px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999;
}
.ext_overlay {
  background-color: #FFF;
  opacity: 0.85;
  position: relative;
  top: -500px;
  right: 0;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
}
.ext_overlay legend {
  /*color: #E2E2E2;*/
  border: none;
}
.ext_overlay > div:not(.relative) {
  overlay: auto;
  height: 520px;
}
.ext_hidehandler {
  /*color: #A1B2D4!important;*/
  position: absolute;
  top: 0;
  right: 0;
}

.legend_wrapper {

  z-index: 999;
  width: 190px;
}

#jquery-overlay {
  z-index: 9999;
}
#jquery-lightbox {
  z-index: 10000;
}
