body {
  display: flex;
}
.header-container {
  width: 100%;
  margin: 0px;
}
.container {
  height: calc(100% - 45px);
}
.title_sub {
  padding: 0px 10px;
  font-weight:bold;
  color: #18428C;
  background-color: #d6e1f3;
}
.btn-com:hover {
  cursor: pointer;
}

main {
  width: calc(100% - 220px);
  height: 100%;
  min-width: 800px;
  overflow: hidden;
}

/* サイドメニュー */
nav.sideMenu {
  width: 220px;
  height: 100%;
  border-width: 2px 2px 2px 2px;
  border-color: #18428C;
  border-style: solid;
  position:relative;
}

main.min-height,
nav.sideMenu.min-height {
  min-height: 770px;
}

/* 地域情報 */
.areaInfo {
  width: 100%;
  height: 345px;
}
.areaInfo .title_sub {
  width: 100%;
  height: 45px;
  display:flex;
  align-items: center;
}
#areaName {
  color: #18428C;
  font-size: 20px;
}
#areaImg {
  width: 100%;
  height: 300px;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: space-around;
}
area:hover {
  cursor: pointer;
}
#switchPrefView {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
#switchPrefView span {
  display: block;
  padding: 5px 10px;
  background-color: #18428C;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
}

/* アイコン表示 */
.iconInfo {
  width: 100%;
  height: 240px;
}
.iconInfo .title_sub {
  font-size: 16px;
  height: 30px;
  line-height: 30px;;
}
.iconInfo ul {
  width: 190px;
  margin: 20px 0px 20px 20px;
  padding: 0;
  list-style: none;
}
.iconInfo ul li {
  font-weight: bold;
}
.iconInfo ul li label:hover,
.iconInfo ul li input:hover {
  cursor: pointer;
}
input {
  vertical-align: middle;
}
input[name='ck_kmlView'],
input[name='ck_riverName'] {
  margin-right: 10px;
}

#pgLink ul {
  margin-top: 0px;
}
#pgLink ul li {
  margin-bottom: 10px;
}

.contents-box-link {
  width: 216px;
  border-top: 2px solid #18428C;
  background-color: #FFFFFF;
}

.linkList {
  padding-top:10px;
  list-style-image:   url( '../../img/arrowRight-blue.png' );
  list-style-type:     square;
}

/* topリンク */
.returnTop {
  position:absolute;
  bottom:10px;
  left:10px;
  color: #808080;
}

/* メインコンテンツ */
iframe {
  width: 100%;
  height: 100%;
  min-width: 800px;
  padding: 0px;
  border: 0px;
  border-top: 2px solid #18428C;
  border-bottom: 2px solid #18428C;
}

/* 凡例 */
#legend {
  width: 360px;
  height: 550px;
  padding: 0px;
  border: 0px;
  background-color: rgba(255, 255, 255, 0);
  position:absolute;
  left:220px;
  bottom:0px;
  z-index: 2;
}
#legend ul {
  width: 100%;
  padding: 0px;
  background-image: none;
  border: 0px;
  list-style: none;
  background-color: rgba(255, 255, 255, 0);
}
#legend ul li {
  width: 70px;
  height: 30px;
  margin-right: 2px;
  line-height: 30px;
  border: 0px;
  color: #18428C;
  font-weight: bold;
  text-align:center;
  background-image: none;
  background-color: #d6e1f3;
}
#legend ul li a {
  width: 100%;
  padding: 0px;
  font-weight: bold;
  color: #18428C;
}
.ui-tabs-active {
  background-color: #18428C !important;
}
.ui-tabs-active .ui-tabs-anchor {
  color: #FFF !important;
}
#lg-rain, #lg-river,
#lg-rivergage, #lg-itv, #lg-dam {
  width: 100%;
  height: 519px;
  padding: 10px 20px;
  border: 2px solid #18428C;
  background-color: #FFF;
}
.lg-rain-container {
  display: flex;
  flex-direction: column;
}
.lg-rain-container span {
  font-weight: bold;
}
.lgList {
  width: 100% !important;
  list-style: none !important;
}
.lgList li {
  width: 100% !important;
  height: 40px !important;
  margin-bottom: 5px;
  background-color: #FFF !important;
  display: flex;
  align-items: center;
}
.lgList li span {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
}
#btn-lgClose {
  position: absolute;
  top: -30px;
  right: -3px;
}

/* アイコンサイズ */
#iconSize {
  position: absolute;
  top: 500px;
  left: 230px;
  z-index: 1;
  width: 60px;
  height: 152px;
  border-width: 0px 2px 2px 2px;
  border-style: solid;
  border-color: #000;
}
.iconSize-title {
  width: 100%;
  height: 23px;
  text-align: center;
  font-weight: bold;
  background-color: #d6e1f3;
  border-top:2px solid #000;
  border-bottom: 1px solid #000;
}
.iconSize-btn {
  width: 100%;
  height: 52px;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
}
.icon-normal {
  width: 26px;
  height: 36px;
}
.icon-small {
  width: 18px;
  height: 25px;
}
.iconSize-btn:hover {
  cursor: pointer;
}
.iconSize-btn.active {
  cursor: default;
  background-color: #ccc;
}

/* アイコン */
.icon-rain::before {
  content: url(/pc/img/common/icon/rain.png);
  vertical-align: middle;
  padding: 0px 10px;
}
.icon-river::before {
  content: url(/pc/img/common/icon/river.png);
  vertical-align: middle;
  padding: 0px 10px;
}
.icon-rivergage::before {
  content: url(/pc/img/common/icon/rivergage.png);
  vertical-align: middle;
  padding: 0px 10px;
}
.icon-dam::before {
  content: url(/pc/img/common/icon/dam.png);
  vertical-align: middle;
  padding: 0px 10px;
}
.icon-itv::before {
  content: url(/pc/img/common/icon/camera.png);
  vertical-align: middle;
  padding: 0px 10px;
}
.icon-arrowL-gray::before {
  content: url(/pc/img/common/icon/arrowLeft-gray.png);
  vertical-align: top;
  padding-right: 5px;
}