@charset 'UTF-8';

html {
    height:100%;
}

body {
    position: relative;
    min-height: 100%;
    top: 0px;
    height:100%;
    font-family: "メイリオ", Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:1em;
}

/* ナビゲーションバー */
.navbar {
    background: #13374D;
    border-radius: 0;
    border: none;
    height: 30px;
    min-height: 30px;
    margin: 0px;
    padding: 0px;
}

.navbar .navbar-brand {
    font-size: 1.5rem;
    font-weight: normal !important;
    color: #FFF !important;
    height: 30px !important;
    padding: 0px 0px 10px 0px !important;
    line-height: 30px;
    margin-left: 0 !important;
}

.navbar-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height:30px;
}

.navbar-default .navbar-nav>li>a {
    color:#444444;
}

.navbar-default .navbar-text {
    color:#444444;
    line-height:20px;
}

.navbar-brand{
    margin-bottom:0px;
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    font-weight: bold;
    height: auto;
    color:#444444;
}

.navbar .close_btn {
    width: 90px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 3px;
    cursor: pointer;
    left: unset;
}

.navbar .close_btn a {
    width: 90px;
    height: 24px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #AAB1B5 inset;
    font-size: 1.3rem !important;
    background: linear-gradient(#ffffff, #f3f3f5) !important;
    display: block;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    color: #00415f;
}

.map-context {
    height: calc(100% - 30px);
}

form {
    height: 100%;
}

.map-container {
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
    border-bottom: 2px groove #DDD;
}
