@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/**
 * 【公開WEB】
 * 石川県河川情報
 * TOP画面CSS
 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.description {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 8px;
}

.upperContents {
  width: 554px;
  min-height: 542px;
  display: inline-block;
  vertical-align: top;
}

.upperContents:not(:first-child) {
  margin-left: 10px;
}

div.dataBox {
  width: 100%;
  position: relative;
}

/* 地図 */
.panelTitle {
  margin-bottom: 8px;
  height: 32px;
  font-size: 17px;
  padding-left: 8px;
  color: #232323;
  line-height: 1.8;
  background-color: #f2ece6;
  border-bottom: 3px solid #f27900;
}

div.mapBox {
  width: 554px;
  height: 100%;
  position: relative;
}

.mapArea {
  position: relative;
  padding: 1px;
  width: 554px;
  height: 502px;
  border: 1px solid #ccb8a3;
}

.mapArea .mapFilter {
  width: 550px;
  height: 498px;
  overflow: hidden;
}

.mapArea .mapFilter > * {
  margin-left: -15px;
}

.mapArea .time {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 160px;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #c3d0db;
  line-height: 32px;
  text-align: center;
}

.mapArea .city-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.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;
}

.mapExample {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 220px;
  float: left;
  background-color: #fff;
  border: 1px solid #ccb8a3;
  border-bottom: none;
}

.mapExample .legend_caption {
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #ede6df;
  border-bottom: 1px solid #ccb8a3;
}

.mapExample .sample {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 20px;
  height: 19px;
  border: 1px solid #ddd;
}

dl.mapLegend dt,
dl.mapLegend dd {
  height: 24px;
  border-bottom: 1px solid #ccb8a3;
}

dl.mapLegend dt {
  float: left;
  width: 24px;
  margin-left: 3px;
  border-right: 1px solid #ccb8a3;
}

dl.mapLegend dd {
  text-indent: 5px;
  line-height: 24px;
}

/* 災害対策/災害情報 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.infoBox {
  width: 540px;
}

.infoBox .tab_menu {
  position: relative;
  width: 100%;
  height: 32px;
}

.infoBox .tab_items {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.infoBox .tab_item {
  width: 290px;
  height: 100%;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #e6e0da;
}

.infoBox .tab_item.alert {
  background-color: #ffe5e6;
}

.infoBox .tab_item:first-child {
  border-top-left-radius: 6px;
}

.infoBox .tab_item:not(:first-child) {
  margin-left: 4px;
}

.infoBox .tab_item:last-child {
  border-top-right-radius: 6px;
}

.infoBox .tab_item.selected {
  background-color: #582c00;
  font-weight: bold;
  color: #ffffff;
}

.infoBox .tab_item.selected.alert {
  background-color: #e91e00;
}

.infoBox .tab_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.infoBox .infoBox_contents {
  width: 100%;
  min-height: 510px;
  background-color: #ffffff;
}

.infoBox[data-type='normal'] .infoBox_contents {
  border: 1px solid #ccb8a3;
}

.infoBox[data-type='normal'] .tab_menu {
  border-bottom: 3px solid #582c00;
}

.infoBox[data-type='alert'] .infoBox_contents {
  border: none;
  background-color: #ffe5e6;
}

.infoBox[data-type='alert'] .tab_menu {
  border-bottom: 3px solid #e91e00;
}

/* [09] 土砂災害危険度/雨量情報（現況）*/
.mapBox .tab_menu {
  position: absolute;
  margin-top: 43px;
  left: 34px;
  width: 100px;
  height: 50px;
  font-size: 10px;
  z-index: 100;
}

.mapBox .tab_items {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.mapBox .tab_item {
  width: 100px;
  height: 100%;
  line-height: 1.4em;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding-top: 1.1em;
  background-color: #ffffff;
  border: solid 1px #cebba7;
}

.mapBox .tab_item.rain {
  background-color: #ffffff;
}

.mapBox .tab_item:first-child {
  /*
			border-top-left-radius: 6px;
			border-bottom-left-radius: 6px;
		*/
  border-radius: 2px;
}

.mapBox .tab_item:not(:first-child) {
  /*	margin-left: 1px;*/
}

.mapBox .tab_item:last-child {
  /*
			border-top-right-radius: 6px;
			border-bottom-right-radius: 6px;
		*/
  border-radius: 2px;
}

.mapBox .tab_item.selected {
  background: linear-gradient(#7d3e00 0%, #582c00 100%);
  text-shadow: #ffffff 0 -1px 1px;
  color: #ffffff;
}

.mapBox .tab_item.selected.alert {
  background-color: #7d3e00;
}

.mapBox .tab_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mapBox[data-type='mesh'] .infoBox_contents {
  border: 1px solid #ccb8a3;
}

.mapBox[data-type='rain'] .infoBox_contents {
  border: none;
}

.contents_panel {
  padding: 0 10px;
  position: relative;
}

.contents_panel .dataTime {
  right: 16px;
}

.contents_panel.normal {
  margin-top: 16px;
}

.contents_panel .normal_title {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #f27900;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.contents_panel .links p:not(:first-child) {
  margin-top: 4px;
}

.contents_panel.mapArea {
  padding: 1px;
}

.contents_panel.rain .mapExample {
  width: 100px;
}

.normal_body .normal_item {
  height: 133px;
  width: 518px;
  background-color: #e6e0da;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.normal_body .normal_item:first-child {
  margin-top: 8px;
}

.normal_body .normal_item:not(:first-child) {
  margin-top: 16px;
}

.normal_body .normal_item .item_title {
  font-size: 18px;
  font-weight: bold;
  width: 280px;
  padding-left: 20px;
  background: url("../img/common/icon_heading.png") no-repeat left 6px;
}

.normal_body .normal_item .item_description {
  padding-left: 20px;
}

.normal_body .normal_item .item_content {
  width: 220px;
}

.normal_body .normal_item .item_content select {
  width: 110px;
}

.normal_body .normal_item .item_content button {
  min-width: 0;
  width: 80px;
}

.normal_body .normal_item .item_content.mail {
  width: 220px;
  background-color: #b0c4de;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.normal_body .normal_item .item_content.mail .caption {
  width: 70%;
  text-align: center;
  margin: 5px;
}

.normal_body .normal_item .item_content.mail .caption p.title {
  font-size: 15px;
  font-weight: bold;
}

.normal_body .normal_item .item_content.mail .caption p.explain {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  line-height: 13px;
}

.normal_body .normal_item .item_content.mail .qrcode {
  padding-top: 12px;
  margin-right: 3px;
}

.alert_body_wrapper {
  border: 2px solid #e91e00;
  background-color: #ffffff;
}

.alert_body_wrapper .alert_body {
  height: 400px;
  padding: 16px;
  overflow-y: auto;
}

.alert_body_wrapper .lv_name {
  margin-top: 16px;
  margin-bottom: -8px;
  margin-left: -8px;
}

.alert_body_wrapper .alert_city:not(:first-child) {
  margin-top: 8px;
}

.alert_body_wrapper .diff:after {
  /* 新規メッシュ用 スタイル*/
  color: #e91e00;
  content: "*";
  position: relative;
  top: -0.2em;
}

.alert_body_wrapper .current {
  /* 現況超過メッシュ用 スタイル*/
  border-bottom: 2px solid #e91e00;
  padding: 0 3px;
}

.alert_body_wrapper .ex-current {
  /* 現況超過メッシュ説明用 スタイル*/
  border-bottom: 2px solid #e91e00;
  padding: 0 3px;
  display: inline-block;
  line-height: 0.5;
  margin-right: 1px;
}

.infoBox.alertAllOFF .tab_item.alert {
  background-color: #d8f3fc;
}

.infoBox.alertAllOFF .tab_item.selected.alert {
  background-color: #009fe9;
}

.infoBox.alertAllOFF[data-type='alert'] .infoBox_contents {
  background-color: #d8f3fc;
}

.infoBox.alertAllOFF[data-type='alert'] .tab_menu {
  border-bottom: 3px solid #009fe9;
}

.infoBox.alertAllOFF .contents_panel .alert_title {
  padding-left: 0;
  background: none;
}

.infoBox.alertAllOFF .alert_body_wrapper {
  border: 2px solid #009fe9;
}

/*=======================
	helpBoxL,helpBoxR
  =======================*/
.bottomContents {
  height: 560px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.helpBoxL, .helpBoxR {
  width: 820px;
}

.helpBoxL.cityInfo {
  width: 1123px;
  background-color: #582c00;
  margin-top: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}

.helpBoxL.cityInfo p {
  color: #FFFFFF;
  font-size: 11px;
  display: inline-block;
  line-height: 48px;
  line-height: 44px;
}

.helpBoxL.cityInfo select {
  width: 120px;
  margin-right: 20px;
}

.helpBoxL.cityInfo .city_box.item {
  width: 30%;
  padding-top: 10px;
  margin-left: 20px;
}

.helpBoxL.cityInfo .item_title {
  font-size: 17px;
  font-weight: bold;
  margin-left: 100px;
}

.helpBoxL.cityInfo .item_description {
  margin-left: 5px;
}

div.helpBoxL h4,
div.helpBoxR h4 {
  width: 100%;
  font-size: 18px;
  background: url("../img/common/img_bar_zebra.png") repeat-x bottom;
  height: 48px;
  line-height: 48px;
  margin-top: 20px;
  position: relative;
}

div.helpBoxL h4 span {
  display: inline-block;
  width: 48px;
  height: 43px;
  vertical-align: middle;
  margin-top: -7px;
}

/* -----------------------お知らせ */
div.helpBoxL h4 span.notice {
  background: url("../img/common/icon_info.png") no-repeat left 7px;
}

ul.notice li {
  line-height: 24px;
  margin: 10px 0;
  padding-left: 20px;
  background: url("../img/common/icon_heading.png") no-repeat left 3px;
}

ul.notice li.none {
  background: none;
}

/*リンク*/
ul.noticeUrl li {
  margin-top: 4px;
  padding: 0 0 0 20px;
  line-height: 24px;
  background: url("../img/common/icon_heading.png") no-repeat left 5px;
}

/* -----------------------モバイル */
div.helpBoxL h4 span.mobile {
  background: url("../img/common/icon_mobile_and_mail.png") no-repeat left 3px;
}

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: 98px;
  height: 98px;
  padding: 4px;
  background-color: #fff;
  border: 2px solid #ccb8a3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

ul.mobile li.title
, ul.mobileRegist li.title {
  position: relative;
  top: 25px;
  left: 110px;
  font-size: 13px;
}

ul.mobileRegist li.title {
  top: 2px;
}

ul.mobile li.title span,
ul.mobileRegist li.title span {
  font-size: 12px;
  color: #787878;
  padding-left: 15px;
}

ul.mobile li.link,
ul.mobileRegist li.link {
  position: relative;
  top: 25px;
  left: 110px;
  font-size: 13px;
  line-height: 19px;
  padding-left: 20px;
  background: url("../img/common/icon_heading.png") no-repeat left 4px;
  width: 370px;
}

ul.mobileRegist li.link {
  top: 0px;
}

ul.mobileRegist li.guide {
  position: relative;
  top: 0px;
  left: 110px;
  padding-left: 16px;
  font-size: 12px;
}

/* -----------------------各種防災情報 */
div.linkDiv {
  width: 410px;
  float: left;
}

div.linkDiv.intra {
  width: 300px;
}

ul.linkList li.title {
  font-size: 13px;
  line-height: 19px;
  margin: 10px 0 0 0;
  padding-left: 20px;
  background: url("../img/common/icon_heading.png") no-repeat left 4px;
}

ul.linkList li {
  padding-left: 20px;
}
