body {
    font-family: 'Meiryo', 'MS PGothic', 'Hiragino Kaku Gothic ProN';
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

html, body, #mapShow {
    height: 400px;
    width: 100%;
    z-index: 0;
}

/* ヘッダー */

#header {
    position: fixed;
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 42px;
    background-color: #FFF;
    text-align: center;
    z-index: 12;
}

#header #headerLeft, #header #headerTitle, #header #headerRight {
    display: table-cell;
    vertical-align: middle;
}

#header #headerLeft, #header #headerRight {
    width: 70px;
}

#header #headerLeft a {
    display: block;
    margin: 0 auto;
}

#header #headerLeft img {
    height: 35px;
    vertical-align: middle;
}

#header #headerTitle {
    line-height: 1rem;
}

#header #headerTitle a {
    color: #183861;
    font-weight: bold;
    text-decoration: none;
}

#headerButton {
    vertical-align: middle;
/*	height:42px;*/
/*	width:40px;*/
/*	top:10px;*/
}

#noticeBtn {
	position: relative;
	top:5px;
/*	width:40px;*/
    height: 30px;
	display: inline-block;
  	text-decoration: none;
  	background: rgb(8,60,118);/*ボタン色*/
  	color: #FFF;
  	border-bottom: solid 4px #627295;
  	border-radius: 3px;
}

#topMenuBtn {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #009288;
    border-radius: 10px;
    margin: 0 auto;
}

#topMenuBtn span {
    display: block;
    position: absolute;
    width: 25px;
    border-bottom: solid 4px #FFF;
    left: 5px;
}

#topMenuBtn span:nth-child(1) {
    top: 8px;
}

#topMenuBtn span:nth-child(2) {
    top: 15px;
}

#topMenuBtn span:nth-child(3) {
    top: 22px;
}

#header #topMenu {
    position: fixed;
    height: 100%;
    top: 0;
    right: -100%;
    text-align: start;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: scroll;
    z-index: 9999;
}

#header #topMenu.active {
    right: 0;
}

.selectMenu {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    list-style-type: none;
}

.selectMenu li span {
    display: block;
    background-color: #000;
    color: #FFF;
    font-size: large;
    border-bottom: 1px solid #FFF;
    padding: 10px;
}

.selectMenu li:last-child span {
    background-color: lightgray;
    color: gray;
}

.selectMenu a {
    text-decoration: none;
}

/* フッター */

#footer {
    display: table;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 11;
}

#footer .footer-menu {
    display: table-cell;
    width: 25%;
    background-color: #183861;
    color: #FFF;
    font-size: xx-small;
    text-align: center;
    padding: 5px 0px 0px 0px;
}

#footer .btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#footer a {
    text-decoration: none;
}

/* ボディ */

#body {
    margin-top: 42px;
    padding-bottom: 40px;
}

#body-noHeader {
    padding-bottom: 50px;
}

.last-line {
    width: 100%;
    height: 15px;
    background-color: #009288;
    margin-top: 10px;
}

/* 凡例画像 */

.hanreiImg {
    max-width: 100%;
    margin: 0;
}

/* モーダルウィンドウのスタイル */

#modal {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

/* オーバーレイのスタイル */

#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(50, 50, 50, 0.9);
    width: 100%;
    height: 120%;
    z-index: 10;
}

#modal #hanrei {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

/* 選択メニュー */

.choice-area {
    width: 100%;
    margin: 0;
}

.choice-area .choice-control {
    width: 50%;
    line-height: 2rem;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background-color: #009288;
    color: #FFF;
    text-align: center;
}

.choice-control p {
    margin: 0px auto;
}

.choice-list {
    display: none;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.choice-list label {
    display: block;
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-size: large;
    border-bottom: 1px solid #FFF;
}

.choice-list label div {
    padding: 10px;
}

.close {
    background-color: lightgray;
    color: gray;
}

/* アイコンサイズ */

.icon {
    height: 15px;
}

.icon-small-height {
    vertical-align: middle;
    height: 15px;
}

.icon-small {
    vertical-align: -1.2px;
    width: 15px;
    height: 15px;
}

.border-right {
    box-sizing: border-box;
    border-right: 1px solid #FFF;
}

.icon-yellow {
    background-color: #FFD500;
    color: #4b4b4b;
    border-radius: 5px;
    font-size: x-small;
    font-weight: bold;
}

.icon-disable {
    background-color: #a0a0a0;
    color: #000;
    border-radius: 5px;
    font-size: x-small;
    font-weight: bold;
}

.btn-height {
    height: 25px;
}

/* ラベル付きマーカー */

.labeledMarker {
    background: none;
    border: none;
}

.markerSize {
    width: 15px;
    height: 15px;
}

.textLabel {
    white-space: nowrap;
    font-weight: 300;
	font-size: medium;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em;
    color: #F5A9A9;
}
.textLabel1 {
    white-space: nowrap;
    font-weight: 300;
	font-size: medium;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em;
    color: yellow;
}

/* 選択画面ヘッダ */

#selectHeader {
    display: block;
    width: 100%;
    background-color: #009288;
    color: #FFF;
    text-align: center;
}

/* 戻るリンクのあるヘッダー */

#headerLine {
    width: 100%;
    background-color: #009288;
    color: #FFF;
    text-align: center;
}

#headerLine a {
    float: left;
    color: #FFF;
    text-decoration: none;
}

/* 詳細画面各見出し*/

.detailTitle {
    margin: 10px 0px 0px 10px;
}

/* thが緑のテーブル */

.table-green {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
}

.table-green table, .table-green td, .table-green th {
    border: 1px solid black;
}

.table-green th {
    background-color: #009288;
    color: #FFF;
    font-weight: normal;
}

.table-green td {
    text-align: center;
}

/* 防災情報リンク*/

#bosaiLink {
    margin-top: 20px;
    padding: 5px;
}

.title {
    font-size: large;
}

/* お知らせ */

#notice {
    margin-top: 20px;
    padding: 5px;
	border:solid 1px #000000;
}

/* クッキーポリシ */

#cookiePolicy {
    padding: 5px;
}

/* 各種共通 */

.w100 {
    width: 100%;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.text-large {
    font-size: large;
}

.text-small {
    font-size: small;
}

/* レイヤ選択カスタマイズ */

.leaflet-control-layers {
    border: none !important;
    background-color: #FFD500;
    margin-bottom: 10px !important;
}

.leaflet-control-layers-toggle {
    background-image: url(../images/map.png) !important;
    background-size: 50px !important;
    width: 50px !important;
    height: 25px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
    .leaflet-control-layers-toggle {
        background-image: url(../images/Map@2x.png) !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:3), (min-resolution: 3dppx) {
    .leaflet-control-layers-toggle {
        background-image: url(../images/Map@3x.png) !important;
    }
}