@charset "UTF-8";

h2.popupTitle {
    margin-top: 0px;
    font-size: 13px;
}
h4 {
    font-weight: bold;
    border-bottom: none;
}
h4 span {
    margin-top:8px;
    margin-right:10px;
    float: none;
}
#mainContents {
    padding: 0px 5px;
}
#map {
    width: 100%;
    height: 100%;
}
#mapContainer {
    position: relative;
}
#mapZoomTool {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10000;
}
.btnMapZoom a {
    display: block;
    background-color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: linear-gradient(top, #FFF, #DDD);
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-left: 7px;
    margin-bottom: 3px;
}
.btnMapZoom a:visited {
    color: #00F;
}

/* 選択中の地図名 */
.map-title {
    padding: 3px 7px 1px;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    /* 背景色 */
    background-color: #FFFFFF;
    opacity:0.75;
    z-index: 10000;
}
.map-title span {
    font-size: 11px;
}

/* レイヤーのショートカット */
.map-shortcut {
    padding: 3px 7px 1px;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    /* 背景色 */
    background-color: #FFFFFF;
    opacity:0.75;
    z-index: 10000;
}
.map-shortcut > p {
    font-size: 11px;
}

input[type="radio"] {
    margin-top: -1px;
}

/* IE9にfilterがかからないように */
#container-time:not(:target){
    filter: none;
    -ms-filter: none;
}
#layer-btn {
    border: 1px solid #CCC;
    color: #00F;
    background-color: #DDD;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: linear-gradient(top, #FFF, #DDD);
    border-radius: 4px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    position: absolute;
    top: 45px;
    right: 5px;
    padding: 5px 5px 3px;
    z-index: 10000;
}

#btn-gps {
    position: absolute;
    right: 10px;
    bottom: 20px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border: 2px solid #0099CC;
    padding: 3px;
    z-index: 10000;
    cursor: pointer;
}
#btn-gps img {
    width: 100%;
    height: 100%;
}
.gps-off,
.gps-on {
    /* background-image: url(../images/map/btn_gps_off.png); */
    background-image: url(../images/common/icon-geo-alt-fill.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
}
.gps-on {
    /* background-image: url(../images/map/btn_gps_on.png); */
    background-image: url(../images/common/icon-geo-alt-fill.svg);
    background-color: #333333;
}



#overlay, #overlayMap, #overlayLayer, #overlayFrame, #overlayGps {
    display: none;
    z-index: 10001;
}
#overlayMap .bmap-lbl ,
#overlayLayer .bmap-lbl {
    display: inline-block;
    vertical-align: top;
    line-height:1;
}
#overlayMap input[type="radio"] {
    margin-top: 0px;
}

#mapTbl {
    width:90%;
}
#mapTbl td {
    line-height:0.9;
    vertical-align: top;
    width: 50%;
}
#mapTbl img {
    width:100%;
}
.scrollArea {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.column-main {
    background-color: #FFFFFF;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 4px;
}
.overlayPanel {
    margin: 17px;
}
.hanreiTbl {
    float: left;
    margin-right: 6px;
}
.hanreiTbl th,
.hanreiTbl-sub th {
    vertical-align: top;
    padding-right: 1px;
    text-align: left;
}
.hanreiTbl-sub {
    margin-right: 6px;
}
.wrap {
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#frGraph {
    margin: 0px 10px;
}
#divGraph {
    margin: 0px 10px;
    background-color:#fff;
    padding: 3px;
    overflow-y: auto;
    /* overflow-x: hidden; */
    color: #000;
    padding: 15px 10px 5px;
}

.kirikaeBtn-large {
    float: none;
}
.hyoujiControlTbl {
    margin: 0px;
}
#hyoujiContainerNoBorder {
    position: relative;
}
#hyoujiContainerNoBorder > table {
    margin: 3px 0px 0px;
}
#mapBtn {
    float: none;
    position: absolute;
    top: 24px;
    right: 5px;
}
#g-datetime-change {
    margin-top: 5px;
}

/* -----------------------------------
   観測所ポップアップ
 * ----------------------------------- */
.popup_pos_tr > div,
.popup_pos_tl > div {
    display: table;
}
.popup_pos_tr .olPopupContent,
.popup_pos_tl .olPopupContent {
    display: table-cell;
    vertical-align: bottom;
}
.obs_popup_content {
    position:relative;
    background-color: #FFF;
    padding: 5px;
    border:solid 1px #999;
}
.obs_popup_content_top_border,
.obs_popup_content_top {
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.obs_popup_content_top_border {
    top: -11px;
    border-bottom: 11px solid #666;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.obs_popup_content_bottom_border,
.obs_popup_content_bottom {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.obs_popup_content_bottom_border {
    bottom: -11px;
    border-top: 11px solid #666;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.popup_pos_tr .obs_popup_content,
.popup_pos_tl .obs_popup_content {
    margin-top: 0px;
    margin-bottom: 10px;
}
.popup_pos_br .obs_popup_content,
.popup_pos_bl .obs_popup_content {
    margin-top: 10px;
    margin-bottom: 0px;
}
.popup_pos_tr .obs_popup_content_bottom,
.popup_pos_br .obs_popup_content_top {
   left: 4px;
}
.popup_pos_tr .obs_popup_content_bottom_border,
.popup_pos_br .obs_popup_content_top_border {
   left: 3px;
}
.popup_pos_tl .obs_popup_content_bottom,
.popup_pos_bl .obs_popup_content_top {
    right: 4px;
}
.popup_pos_tl .obs_popup_content_bottom_border,
.popup_pos_bl .obs_popup_content_top_border {
    right: 3px;
}
.popup_pos_tr .obs_popup_content_top,
.popup_pos_tr .obs_popup_content_top_border,
.popup_pos_tl .obs_popup_content_top,
.popup_pos_tl .obs_popup_content_top_border,
.popup_pos_br .obs_popup_content_bottom,
.popup_pos_br .obs_popup_content_bottom_border,
.popup_pos_bl .obs_popup_content_bottom,
.popup_pos_bl .obs_popup_content_bottom_border {
    display: none;
}
.obs_popup_content table {
    width: 100%;
}
.obs_popup_content table th,
.obs_popup_content table td {
    border:solid 1px #DDD;
    padding: 2px 3px 1px;
    font-weight: normal;
}
.obs_popup_content table th {
    background-color: #DDD;
    width: 60px;
    white-space: nowrap;
}
.obs_popup_content table td {
}
.obs_popup_content table td.btn_close {
    text-align: center;
    padding-top: 5px;
}

/* -----------------------------------
   雨量判定図
 * ----------------------------------- */
#sec_dosha {

}
#sec_dosha #mainContainer {
    margin-top: 5px;
}
#sec_dosha #g-datetime-change {
    padding: 0px 5px;
}
#sec_dosha #leftColumn {
    width: 80px;
    float: left;
    padding: 0px 0px 0px 5px;
}
#sec_dosha #mainColumn {
    padding: 0px 5px;
}
#sec_dosha #bottomColumn {
    padding: 0px 5px;
}
#sec_dosha .popupHanreiTbl {
    border: 1px solid #CCC;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    width: 100%;
    margin-left: 0px;
    font-size: 70%;
}
#sec_dosha .popupHanreiTbl th {
    padding-left: 5px;
}
#sec_dosha .popupHanreiTbl td {
    padding-left: 5px;
    padding-right: 5px;
}
#sec_dosha .hanreiSpace {
    margin-top: 40px !important;
}
#sec_dosha .rainDateTime {
    text-align: right;
}
#sec_dosha #graphHelpText {
    font-size: 13px;
}
#sec_dosha .tableTdCenter {
    font-size: 13px;
}

/* -----------------------------------
   XRAIN
 * ----------------------------------- */
#sec_xrain {

}
#sec_xrain .tableData th,
#sec_xrain .tableData td {
    font-size: 12px;
}

/* -----------------------------------
   凡例
 * ----------------------------------- */
.hanrei_kikendo {
    border: 1px solid #CCC;
    padding: 4px 0px 3px;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, #F7F7F7, #DDDDDD);
    background: -moz-linear-gradient(top, #F7F7F7, #DDDDDD);
    background: linear-gradient(top, #F7F7F7, #DDDDDD);
    text-decoration: none;
    display: block;
    width:95%;
}

/* 2024/04/15 t.kataoka Mod -S- *************************************************** */
.kiken-provisional {
    padding-bottom: 5px;
}
/* 2024/04/15 t.kataoka Mod -E- *************************************************** */

/* -----------------------------------
    危機管理型水位計
   ----------------------------------- */
   .graph-hantei{
    padding: 2px 5px;
    border-radius: 3px
}
.wl-now  {background-color: rgb(108, 154, 208) !important;} /* 実測水位 */
.ccwl-lv-0  {background-color: rgb(216, 237, 242) !important;} /* 通常水位 */
.ccwl-lv-11 {background-color: rgb(242, 231,   0) !important;} /* 観測開始水位*/
.ccwl-lv-31 {background-color: rgb(170,   0, 170) !important; color: #ffffff !important;} /* 危険水位 */
.ccwl-lv-41 {background-color: rgb( 12,   0,  12) !important; color: #ffffff !important;} /* 氾濫開始水位 */
.hanreiTbl-sub img { vertical-align: middle; }


/* ----------------------------------- *
   地図上の凡例開閉
 * ----------------------------------- */
 .inner-legend-box *{
    font-size: 100% !important;
}
.inner-legend-box {
    position: absolute;
    bottom: 60px;
    left: 7px;
    z-index: 10000;
}
.inner-legend-box .inner-legend-container {
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.inner-legend-box .inner-legend-btn {
    position: absolute;
    border: 1px solid #0057b9;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    padding: 0px !important;
}
.inner-legend-box .inner-legend-btn:hover { cursor: pointer; }
.inner-legend-box .inner-legend-btn.hiraku:hover,
.inner-legend-box .inner-legend-btn.tojiru {
    background-color: #0057b9;
    color: #ffffff;
    margin-top: 5px;
}
.inner-legend-box .inner-legend-btn.tojiru:hover,
.inner-legend-box .inner-legend-btn.hiraku {
    background-color: #ffffff;
    color: #0057b9;
    margin-top: 5px;
}
.inner-legend-box .inner-legend-btn.hiraku:before {
    content: "凡例▶";
}
.inner-legend-box .inner-legend-btn.tojiru:before {
    content: "凡例◀";
}
.inner-legend-box .inner-legend-container table {
    font-size: 11.7px !important;
    width: 220px;
    height: 25px;
    bottom: 0px;
    position: absolute;
}
#mapName {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 11.7px !important;
    position: absolute;
    width: 140px;
    bottom: 30px;
    left: 1px;
    padding: 5px 7px 2px;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
    opacity: 0.75;
}