/*
 * main.css
 */

/* main tags */
html, 
body {
    font-family:arial,helvetica,sans-serif;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/* overflow: hidden !important; */
	background-color: #FFFFFF;
}

#mapBody {
  position:fixed!important;

}

/* loading */
#loading {
	width:100%;
	height:100%;
	padding-top:10em;
	text-align:center;
	cursor:wait;
}

/* container */
.container-fluid {
}

.table {
	margin-bottom: 0px;
}


/* mainMap */
#mainMap {
	border: 1px solid #333333;
	width: 100%;
	height: 100%;
}

/* subPanel */
#subPanel {
	overflow:auto;
	/*padding-top: 10px;*/
	border: 1px solid #333333;
	width: 100%;
	height: 100%;
}

/* footer text */
#footerText {
	position: absolute; 
	bottom: 10px; 
	left: 20px; 
	z-index: 1000;
	border: 2px solid #BBBBBB;
	background-color:#FFFFFF;
	padding: 2px 5px 2px 5px;
}

/* for Popup */
#popup-content {
  width: 370px!important;
  background-color:#ffffff;
}

table.popup {
  /* for @media print */
  background-color:#fcfcfc!important;
  margin: 2px 2px 2px 2px;
}

td.popup {
  white-space:nowrap;
  border:1px solid #c0c0c0!important;
  background-color:#FFFDFB!important;
  font-size:90%;
  padding: 0px 5px 0px 5px;
  width: 100%;
  /* white-space:normal;  */
  white-space:normal;
}

td.popup_null {
  white-space:nowrap;
  border:1px solid #c0c0c0;
  text-align:left;
}

td.popup_img {
  white-space:nowrap;
  padding: 0px 4px 0px 2px;
}

th.popup {
  /*font-weight:bold;*/
  white-space:nowrap; 
  border:1px solid #c0c0c0;
  background-color:#F1FFC8!important;
  /*padding-right:1em;*/
  font-size:90%;
  vertical-align:top;
  width: 120px;
  padding: 0px 35px 0px 2px;
} 

/*51596_S*/
/*多言語対応のため、各避難所種別ごとに見出しセル設定*/
th.popup_bousai {
  /*font-weight:bold;*/
  white-space:nowrap; 
  border:1px solid #c0c0c0;
  background-color:#F1FFC8!important;
  /*padding-right:1em;*/
  font-size:90%;
  vertical-align:top;
  width: 120px;
  padding: 0px 35px 0px 5px;
} 

th.popup_hinan {
  /*font-weight:bold;*/
  white-space:nowrap; 
  border:1px solid #c0c0c0;
  background-color:#F1FFC8!important;
  /*padding-right:1em;*/
  font-size:90%;
  vertical-align:top;
  width: 120px;
  padding: 0px 15px 0px 5px;
} 

th.popup_youhairyo {
  /*font-weight:bold;*/
  white-space:nowrap; 
  border:1px solid #c0c0c0;
  background-color:#F1FFC8!important;
  /*padding-right:1em;*/
  font-size:90%;
  vertical-align:top;
  width: 120px;
  padding: 0px 35px 0px 5px;
} 

/*英語版見出しセルpaddingサイズ*/
th.popup_bousai:lang(en) {
  padding: 0px 90px 0px 5px;
}

th.popup_hinan:lang(en) {
  padding: 0px 5px 0px 5px;
}

th.popup_youhairyo:lang(en) {
  padding: 0px 75px 0px 5px;
}
/*51596_E*/

th.popup_title {
  font-weight:bold;
  /* white-space:nowrap;  */
  /*border:1px solid #c0c0c0;*/
  /*background-color:#F1FFC8;*/
  /*padding-right:1em;*/
  font-size:100%;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
} 

th.popup_link {
  font-weight:bold;
  font-size:100%;
  text-align:right;
  padding: 5px 30px 5px 5px;
}

/* for SubPanel */
.table_label {
  white-space:nowrap;
  table-layout: fixed;
}

table.SubPanel {
  background-color:#ffffff!important;
  border:1px solid #c0c0c0;
  /* margin: 1% 1% 1% 1%; */
  /* width: 98%; */
  width: 100%;

}

th.SubPanel {
  background-color:#F5DEB3!important;
  border:1px solid #c0c0c0;
  padding: 2px 2px 2px 2px;
}

td.SubPanel {
  padding: 2px 2px 2px 2px;
}

/* for layer_switcher */
.lwTbl {
	/* margin:16px 0; */
	/* table-layout:fixed; */
	width:100%;
}

.lwTbl table {
	margin:10px 10px 0 0;
	overflow:scroll;
}

.lwTbl tr {
	padding:5px 10px 5px 10px;
	cursor:pointer;
	border:1px #aaaaaa solid;
	vertical-align:center;
	background-color:#FFFDFB;
}

.lwTbl tr.top {
	/* display: block; */
	border-width:2;
	color: #800000;
	background: #F5DEB3;
}

.lwTbl tr.head {
	padding:5px 10px 5px 10px;
	cursor:pointer;
	/* border:1px #444444 solid; */
	vertical-align:center;
	background-color:#F1FFC8;
}

.lwTbl th {
	width:5%;
	padding:2px 2px 2px 2px;

}

.lwTbl td.img {
	width:5%;
	padding:2px 2px 2px 2px;
}

.lwTbl td.disp {
	padding:5px 10px 5px 10px;
}

/* for trac */
.tracTbl {
	margin:16px 0;
	width:100%;
	table-layout:fixed;
}

.tracTbl table {
	margin:10px 10px 0 0;
	overflow:scroll;
}

.tracTbl tr {
	padding:5px 10px 5px 10px;
	cursor:pointer;
	border:1px #aaaaaa solid;
	vertical-align:center;
	background-color:#FFFDFB;
}

.tracTbl tr.top {
	/* display: block; */
	border-width:2;
	color: #800000;
	background: #F5DEB3;
}

.tracTbl tr.head {
	padding:5px 10px 5px 10px;
	cursor:pointer;
	/* border:1px #444444 solid; */
	vertical-align:center;
	background-color:#F1FFC8;
}

.tracTbl th {
	width:5%;
	padding:2px 2px 2px 2px;

}

.tracTbl td.img {
	width:5%;
	padding:2px 2px 2px 2px;
}

.tracTbl td.disp {
	padding:5px 10px 5px 10px;
}

.hinantitle {
  font-weight:bold;
  white-space:nowrap; 
  font-size:120%;
  vertical-align:top;
  padding:0em 5px 0em 5px ;
}

.hinandesc {
  font-weight:bold;
  white-space:nowrap; 
  font-size:90%;
  vertical-align:top;
  padding:0em 5px  0em 5px ;
}

/*51596 ja:アイコン*/
td.off2 {
  width: 30px;
  text-align: center;
}

/*51596 ja: 番号*/
td.off3 {
  width: 30px;
  text-align: center;
}

/*51596 ja: 名称*/
td.off4 {
  width: 140px;
}

/*51596 ja: 施設種別*/
td.off5 {
  width: 90px;
  /*text-align: center;*/
}

/*51596 ja: 土砂*/
td.off6 {
  width: 30px;
  text-align: center;
}

/*51596 ja: がけ崩れ等*/
td.off7 {
  width: 30px;
  text-align: center;
}

/*51596 ja: 地震*/
td.off8 {
  width: 30px;
  text-align: center;
}

/*51596 ja: 大規模火災*/
td.off9 {
  width: 30px;
  text-align: center;
}

/*51596 ja: 住所*/
td.off10	 {
  width: 110px;
}

/*51596 ja: リンク先*/
td.off11	 {
  width: 100px;
  text-align: center;
}


/* 浸水アニメ */
#anime_bar {
    display: none;
	position: absolute; 
	top: 20px; 
	right: 20px; 
	z-index: 1000;
	border: 2px solid #BBBBBB;
	background-color:#FFFFFF;
	padding: 2px 5px 2px 5px;
}

#anime_bar {
    display: none;
	position: absolute; 
	top: 50px; 
	right: 10px; 
	z-index: 1000;
	background-color:#FFFFFF;
	padding: 0px;
}

.anime_tbl {
    background-color:#EFEFEF;
}

.anime_td {
	padding: 5px;
}
.anime_td2 {
	text-align: center;
	padding: 5px;
}

.anime_td2 {
	text-align: center;
	padding: 2px;
}

#lang_bar {
  /*隠し項目として使うため消した*/
  display: none;
	position: absolute; 
	top: 5px; 
	right: 10px; 
	z-index: 1000;
	/* background-color:#FFFFFF; */
	padding: 0px;
}

/*******************************/
/* 2つ指定は要らない為*/
/*
.maru_shitei {
  height:24px;
  width:24px;
  border-radius:50%;
  line-height:24px;
  text-align:center;

  background:#e60012;
  font-size:14px;
  color:white;
}

.maru_kouiki {
  height:24px;
  width:24px;
  border-radius:50%;
  line-height:24px;
  text-align:center;

  background:#009944;
  font-size:14px;
  color:white;
}

.maru_fukushi {
  height:24px;
  width:24px;
  border-radius:50%;
  line-height:24px;
  text-align:center;

  background:#8d0983;
  font-size:14px;
  color:white;
}
*/
.maru_heli {
  height:24px;
  width:24px;
  border-radius:50%;
  line-height:24px;
  text-align:center;

  background:#0081cc;
  font-size:14px;
  color:white;
}

.maru_shitei {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;
  /*【044251_S】背景画像追加*/
  background:#FFFFFF;
  background-image:url(../img/icon/shitei_hinan.png);
  background-size:100% auto;
  /*【044251_E】*/
  font-size:14px;
  color:white;
}

.maru_kouiki {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;

  /*【044251_S】背景画像追加*/
  background:#FFFFFF;
  background-image:url(../img/icon/kouiki_hinan.png);
  background-size:100% auto;
  /*【044251_E】*/
  font-size:14px;
  color:white;
}

.maru_fukushi {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;
  /*【044251_S】背景画像追加*/
  background:#FFFFFF;
  background-image:url(../img/icon/fukushi_hinan.png);
  background-size:100% auto;
  /*【044251_E】*/
  font-size:14px;
  color:white;
}

.maru_heli {
  height:24px;
  width:24px;
  border-radius:50%;
  line-height:24px;
  text-align:center;

  background:#0081cc;
  font-size:14px;
  color:white;
}

.anno_label_bold{
  font-weight: bold;
}

/*【044251_S】*/
/*一時避難所*/
.maru_ichiji {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;

  /*background:#e60012;*/
  /*【044251_S】背景画像追加*/
  background-image:url(../img/icon/ichiji_hinan.png);
  background-size:100% auto;
  /*【044251_E】*/
  font-size:14px;
  color:white;
}
/*【044251_E】*/

/*【044625_S】*/
/*アンダーパス*/
.maru_underpass {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;

  /*background:#e60012;*/
  background-image:url(../img/icon/underpass.png);
  background-size:100% auto;
  font-size:14px;
  color:white;
}
/*【044625_E】*/

.maru_disable {
  background:#C0C0C0;
  /* border: 0.5px solid #080808; */
  color:white;
}

/*【044251_S】*/
/*対応災害*/
.saigai_tbl{
  background: #ffffff;
  table-layout: fixed;
}
/*【044251_E】*/

/*51596_S*/
.maru_bousai{
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;
  table-layout: fixed;

  /*background:#e60012;*/
  background-size:100% auto;
  font-size:14px;
  color:white;
}

.maru_hinan{
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;
  table-layout: fixed;

  /*background:#e60012;*/
  background-size:100% auto;
  font-size:14px;
  color:white;
}

.maru_youhairyo{
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;
  table-layout: fixed;

  /*background:#e60012;*/
  background-size:100% auto;
  font-size:14px;
  color:white;
}

/*51596_E*/

/*@media (max-width: 767px) {
    #titleText {
    font-size: 12px !important;
    }
}*/

/* 背景全件チェックボックス(排他制御) */
#haikei_checkbox_all{
  display: none; 
}

/* 印刷系 */
._basicCotainer {
    position: absolute;
    z-index: 999999;
    background: #ffffff;
    top: 0px;
    left: 0px;

    width:100%;
    height:100%;
    overflow:auto;
}

._printMapPanel {
    border: 1px solid #555555;
    background: #000000;
    margin-top: 3px;
    margin-left: 20px;
    width:100%;
    height:100%;
    overflow:hidden;
}

span.print-title {
    margin-left: 1em;
    font-weight: bold;
    font-size: 1.2em;
}
.print_btn {
    margin: 1em;
}

@media print {
    .no_print {
        display: none;
    }
}

@media screen {
    .only_print {
        display: none;
    }
}

#mainMenu_Link {
/*  display:none; */
}

/* センターマーカー */
.center-marker {
  position: absolute;
  top: 50%; left: 50%;}

.center-marker a {
  display: block;
  height: 62px; width: 35px;
  margin-top: -20px;  margin-left: -20px;
  background-image:url(../img/icon/marker.png);}

#lon {
  display:none;
  }

#lat {
  display:none;
  }

#rgb_sin{
  display:none;
  }

#zenkasen_ck{
  display:none;
  }

#kinugawa_ck{
  display:none;
  }

#gogyogawa_ck{
  display:none;
  }

#oonumagawa_ck{
  display:none;
  }

#hiyakogawa_ck{
  display:none;
  }

#matukawa_ck{
  display:none;
  }

#arakawadamu_ck{
  display:none;
  }

#sugenosawa_ck{
  display:none;
  }
  
#yagawa_ck{
  display:none;
  }
  
#arakawa_ck{
  display:none;
  }

#uchikawa_ck{
  display:none;
  }

#egawa_ck{
  display:none;
  }  

#nishiegawa_ck{
  display:none;
  }

#iwakawa_ck{
  display:none;
  } 
  
#zenkasen_name{
  display:none;
}

#kinugawa_name{
  display:none;
}

#gogyogawa_name{
  display:none;
}

#oonumagawa_name{
  display:none;
}

#hiyakogawa_name{
  display:none;
}

#matukawa_name{
  display:none;
}

#arakawadamu_name{
  display:none;
}

#sugenosawa_name{
  display:none;
}

#yagawa_name{
  display:none;
}

#arakawa_name{
  display:none;
}

#uchikawa_name{
  display:none;
}

#egawa_name{
  display:none;
}

#nishiegawa_name{
  display:none;
}

#iwakawa_name{
  display:none;
}

#Less_than{
  display:none;
}

#More_than{
  display:none;
}

/*51596_S*/
/*画面右下の表示系*/
/*日本語と英語でレイアウトの数値を変更*/
.kinugawa_rank{
  bottom: 130px;
}
.kinugawa_rank:lang(en) {
  bottom: 145px;
}

.map_elevation{
  bottom: 100px;
}
.map_elevation:lang(en){
  bottom: 115px;
}

.center_explanation{
  bottom: 50px;
}

@media  (max-width: 768px/*1460px*/) {
.kinugawa_rank{
  background: rgba(237, 237, 237, 0.8)!important;
}
.kinugawa_rank:lang(en) {
  background: rgba(237, 237, 237, 0.8)!important;
  bottom: 175px;
}
.map_elevation:lang(en){
  bottom: 125px;
} 
.center_explanation:lang(en){
  bottom: 50px;
}
}
/*51596_E*/