@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/**
 * 群馬県土砂災害システム
 * TOP画面CSS
 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.upperContents {
  width: 980px;
}

div.dataBox {
  width: 100%;
  position: relative;
}

/* 地図 */
.panelTitle {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  padding-top: 5px;
  padding-left: 10px;
  color: #232323;
  line-height: 1.8;
  background-color: #d0e0f7;
  border-bottom: 4px solid #544cad;
}

.panelTitle .description {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 16px;
}

div.mapBox {
  width: 476px;
  height: 100%;
  position: relative;
  vertical-align: top;
}

div.mapBox:not(:first-child) {
  margin-left: 20px;
}

.mapArea {
  position: relative;
  width: 476px;
  height: 476px;
}

.mapArea .time {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 160px;
  padding: 0 5px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  text-align: center;
}

.mapArea .layerSelect {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
  padding: 0 5px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
}

.mapArea img.clickabl_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapArea img.clickabl_area.map_text {
  display: none;
}

.mapArea img.clickabl_area.map_text.disp {
  display: block;
}

.mapArea #svg-defs {
  height: 0;
}

.mapArea #svgArea {
  width: 100%;
  height: 100%;
}

.mapArea #svgArea .advisory {
  fill: #F2E700;
}

.mapArea #svgArea .warning {
  fill: #FF2800;
}

.mapArea #svgArea .emergency {
  fill: #0C000C;
}

.mapArea #svgArea .dosya {
  fill: #AA00AA;
}

.mapArea #svgArea .no-warn {
  fill: #C8C8CB;
}

.mapArea #svgArea .dosya.advisory, .mapArea #svgArea .dosya.warning {
  fill: #AA00AA;
}

.mapArea #svgArea .dosya.emergency {
  fill: #0C000C;
}

.hoverMap {
  position: absolute;
  top: 5px;
  left: 107px;
  font-size: 0;
}

.hoverMap .row1 {
  height: 16px;
}

.hoverMap .row2 {
  height: 15px;
}

.hoverMap span {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  padding: 1px 1px 0 0;
}

.hoverMap span.col1 {
  width: 16px;
}

.hoverMap span.col2 {
  width: 15px;
}

.hoverMap span.mesh:hover {
  z-index: 1000;
  border: solid 2px #F27900;
  cursor: pointer;
  margin-top: -1px;
  padding: 0;
}

.contents_panel {
  padding: 0 10px;
  position: relative;
}

.contents_panel .dataTime {
  right: 10px;
}

.contents_panel.normal {
  margin-top: 10px;
}

.contents_panel .normal_title {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #f1780a;
}

.contents_panel .alert_title {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  background: url("../img/common/icon_info_alert.png") no-repeat 0 12px;
}

.contents_panel .links {
  height: 64px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.contents_panel .links p:not(:first-child) {
  margin-top: 4px;
}

.contents_panel.mapArea {
  padding: 0;
}

/*=======================
	helpBoxL,helpBoxR
  =======================*/
.bottomContents {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.helpBoxL, .helpBoxR {
  width: 476px;
}

div.helpBoxL h4,
div.helpBoxR h4 {
  width: 100%;
  font-size: 18px;
  border-bottom: 4px solid #d0e0f7;
  height: 48px;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

div.helpBoxL h4 span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* -----------------------お知らせ */
div.helpBoxL h4 span.notice {
  background: url("../img/common/icon_info02.png") no-repeat;
  height: 26px;
  width: 30px;
}

ul.notice li {
  line-height: 24px;
  margin: 10px 0;
  padding-left: 20px;
  background: url("../img/common/icon_arrow03.png") no-repeat left 3px;
}

ul.notice li.none {
  background: none;
}

/*リンク*/
ul.noticeUrl.has-scroll {
  max-height: 254px;
  overflow: auto;
}

ul.noticeUrl li {
  line-height: 1.8;
}

/* --------------- お知らせ詳細モーダル */
[id^='noticePopup'] {
  width: 600px;
}

[id^='noticePopup'] .popupHeader h4 {
  width: 600px;
}

[id^='noticePopup'] .scrollBox {
  /* お知らせ内容 */
  padding: 10px;
}

[id^='noticePopup'] table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  margin: 10px auto;
  background-color: #ffffff;
}

[id^='noticePopup'] table .td_l {
  padding-left: 5px;
  text-align: left;
}

[id^='noticePopup'] table .td_c {
  text-align: center;
}

[id^='noticePopup'] table .td_r {
  text-align: right;
  padding-right: 10px;
}

[id^='noticePopup'] table th, [id^='noticePopup'] table td {
  line-height: 1.6em;
  padding: 5px;
}

[id^='noticePopup'] table th {
  background-color: #d0e0f7;
  height: 24px;
  vertical-align: middle;
}

[id^='noticePopup'] table th {
  border: 1px solid #b4b3c6;
}

[id^='noticePopup'] table td {
  border: 1px solid #b4b3c6;
}

/* -----------------------モバイル */
div.helpBoxL h4 span.mobile {
  background: url("../img/common/icon_mobile.png") no-repeat left 3px;
  width: 28px;
  height: 32px;
}

ul.mobile {
  margin-top: 10px;
  position: relative;
  height: 95px;
  margin-bottom: 10px;
}

/*メール登録*/
ul.mobileRegist {
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
}

/*QRコード（基本）*/
.qrImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 99px;
  padding: 4px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.mobile li.title
, ul.mobileRegist li.title {
  position: relative;
  top: 25px;
  left: 100px;
  margin: 10px 0 0 10px;
  padding-left: 30px;
  background: url("../img/common/icon_arrow03.png") no-repeat;
}

ul.mobile li.link,
ul.mobileRegist li.link {
  position: relative;
  top: 25px;
  left: 120px;
  font-size: 13px;
  line-height: 19px;
  padding-left: 20px;
  width: 370px;
}

/* -----------------------各種防災情報 */
div.linkDiv {
  width: 100%;
}

.linkList li:not(.linkList-title) {
  padding-left: 20px;
  line-height: 1.8;
}

.linkList-title {
  margin: 10px 0 0 10px;
  padding-left: 30px;
  background: url("../img/common/icon_arrow03.png") no-repeat;
}

.linkList-content .has-scroll {
  max-height: 254px;
  overflow: auto;
}
