/*
 * 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 5px 0px 5px;*/
  /*55224*/
  padding: 0px 10px 0px 3px;
} 

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

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

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 ;
}

/*55224_S*/
/*避難種別アイコン*/
td.off2 {
  width: 30px;
}
/*施設名*/
td.off3 {
  width: 150px;
}
/*避難場所*/
td.off4 {
  width: 45px;
  text-align: center;
}
/*避難所*/
td.off5 {
  width: 45px;
  text-align: center;
}
/*Matterport用リンク*/
td.off6 {
  width: 70px;
  text-align: center;
}
/*55224_E*/

td.off7 {
  width: 30px;
}
td.off8	 {
  width: 30px;
}


/* 浸水アニメ */
#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_ichiji {
  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;
}

/*55224_S*/
/*shitei, ichiji, fukushi 画像変更*/
.maru_shitei {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align: center;
  /*55224_S アイコン画像変更*/
  background:#FFFFFF;
  background-image:url(../img/icon//refuge_point/shitei.png);
  background-size:100% auto;
  /*55224_E*/
  font-size:14px;
  color:white;
}

.maru_ichiji {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align: center;
  /*55224_S アイコン画像変更*/
  background:#FFFFFF;
  background-image:url(../img/icon//refuge_point/ichiji.png);
  background-size:100% auto;
  /*55224_E*/
  font-size:14px;
  color:white;
}

.maru_fukushi {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align: center;
  /*55224_S アイコン画像変更*/
  background:#FFFFFF;
  background-image:url(../img/icon//refuge_point/fukushi.png);
  background-size:100% auto;
  /*55224_E*/
  font-size:14px;
  color:white;
}
/*55224_E*/

.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】*/
/*一時避難所*/

/*【044251_E】*/

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

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

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

/* 印刷系 */
._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;
    }
    /*55224_S*/
    ._basicCotainer{
      overflow: hidden;
    }
    /*55224_E*/
}

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

/*55224_S*/
/*印刷時の凡例表示設定*/
.legend_yoko {
  /* height: 240px; */
  width: 200.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  
  position: absolute;
  top:-620px;
  left: 40px;
}
.legend_tate {
  height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  position: absolute;
  top: -930px;
  left: 40px;
}
/*55224_E*/