/*
 * 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 2px 0px 2px;
} 

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

/*施設名 記号*/
td.off2 {
    width: 54px;
}

/*【044251_S】*/
/*施設名*/
td.off3 {
  width: 150px;
}

/*対応災害*/
td.off4 {
  width: 30px;
}
td.off5 {
  width: 30px;
}
td.off6 {
  width: 30px;
}
td.off7 {
  width: 30px;
}
td.off8	 {
  width: 30px;
}
td.off9	 {
  width: 30px;
}
/*【044251_E】*/

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

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

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

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

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

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

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

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

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


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

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

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

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

  /*【56134】住所検索用*/
.maru_kouiki {
  height:24px;
  width:24px;
  /*border-radius:50%;*/
  line-height:24px;
  text-align:center;

  background:#FFFFFF;
  background-image:url();
  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;
}


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

#hidden_all {
  visibility: hidden;
}


/* 印刷系 */
._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;
    }
}
