* {
    margin: 0;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

html {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    text-align: center;
    position: absolute;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;*/
    font-size: 0.8rem;

}

body {
    width: 100vw;
    height: 100vh;
    line-height: 1.5rem;
    text-align: center;
    min-height: 480px;
    min-width: 1100px;
    position: relative;
}

a {
    text-decoration: none;
}

#map {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: white;
}

td {
    padding: 0;
    text-align: left;
}

td.h {
    width: 130px;
}

tr {
    height: 0.7rem;
    line-height: 0.7rem;


}

/* BS4上書きスタイル */
.card {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1.2px solid #000;
}

/* BS4上書きスタイル */
.card-header {
    line-height: 1rem;
    padding: 0.5rem;
}

/* BS4上書きスタイル */
.card-body {
    padding: 0.7rem;
    height: 100%;
}

/*.wrapper {*/
/*    position: absolute;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    z-index: 500 !important; !* map=400 *!*/
/*    text-align: left;*/
/*    vertical-align: top;*/
/*    margin: 0;*/
/*    padding: 0.5rem;*/
/*    pointer-events: none;*/
/*}*/

.box {
    z-index: 500 !important; /* map=400 */
}

.modal {
    z-index: 1100 !important; /* map=400, blockUI=1000 */
}

.modal-back {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    pointer-events: none;
    opacity: 0.4;
    z-index: 600 !important; /* map=400 */
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none;
    opacity: 0.4;
    z-index: 900 !important; /* map=400 */
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url('/img/loader.gif') center center no-repeat;
    font-weight: bold;
    font-size: 1.5rem;
}

.tool-box {
    position: relative;
    float: left;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    padding: 0;
    width: 2.4rem;
    height: 2.4rem;
}

.btn-icon {
    position: relative;
    top: 0.3rem;
    margin: auto;
    cursor: pointer;
    font-size: 1.7rem;
}

.form-tool {
    line-height: 2rem;
    height: 2.4rem;
    padding: 0 0.3rem;
    color: #000;
    border: 1.2px solid #000;
}

.address-box {
    position: absolute;
    right: 1.5rem;
    margin-top: 2rem;
    margin-right: 0.5rem;
    /*width: 23rem;*/
    width: 25rem;
    height: 10rem;
}

.attr-box {
    position: absolute;
    right: 1.5rem;
    margin-top: 13rem;
    margin-right: 0.5rem;
    /*width: 23rem;*/
    width: 25rem;
    height: 14rem;
}

.attr-box .hidden {
    width: 100%;
    height: 33rem;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    overflow-x: scroll;
    margin-left: 0px;
}

.select-box {
    position: absolute;
    right: 1.5rem;
    margin-top: 36.5rem;
    margin-right: 0.5rem;
    /*width: 23rem;*/
    width: 30rem;
    height: 20.5rem;
}

.select-box .hidden {
    width: 100%;
    margin-top: 3px;
    height: 9rem;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    overflow-x: scroll;
}

.calc-box {
    display: none;
    position: absolute;
    top: 55px;
    left: 22px;
    width: 62rem;
    height: 40rem;
    min-width: 50rem;
    min-height: 34rem;
    overflow-x: hidden;
    overflow-y: hidden;
}

.calc-box .hidden {
    width: 100%;
    /*height: 30rem;*/
    height: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
}

.hanrei-box {
    position: absolute;
    right: 1.5rem;
    margin-top: 28rem;
    margin-right: 0.5rem;
    /*width: 23rem;*/
    width: 25rem;
    height: 22rem;
    padding: 0;
}

.hanrei-img {
    margin-top: 1rem;
    width: 21rem;
    /*height: 24rem;*/
}

.hanrei-card {
    /*background-color: rgba(255, 255, 255, 0.7);*/
    background-color: rgb(255, 255, 255);
    overflow-y: scroll;
}

.hanrei-line {
    margin: 3px 0;
}

.hanrei-title {
    margin-bottom: 1rem;
    background-color: #dddddd;
    text-align: center;
}

.hanrei-parts {
    margin-right: 1rem;
    float: left;
}

.youto-hanrei-box {
    position: absolute;
    top: 5rem;
    left: 1rem;
    width: 24rem;
    height: 41rem;
    text-align: left;
}

.youto-hanrei-card {
    /*background-color: rgba(255, 255, 255, 0.7);*/
    background-color: rgb(255, 255, 255);
    /*overflow-y: scroll;*/
}

/*.calc-table {*/
/*    min-width: 2000px;*/
/*}*/

.table-attr {
    min-width: 35rem;
    margin-top: 3px;
}

.attr-right {
    text-align: right;
    padding-right: 3rem;
}

.attr-title {
    width: 16rem;
}

.atti-cotent {
    width: 40rem;
}

.table-calc {
    min-width: 70rem;
    margin-top: 3px;
}

.calc-radio {
    width: 2rem;
}


/*#modalPatternSetInd {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 30rem;*/
/*    height: 41rem;*/
/*}*/

/*.layer-modal {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 30rem;*/
/*    height: 48rem;*/
/*}*/

/* 背景図・主題図選択 */
.theme-modal {
    display: none;
    /*display: block;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30rem;
    height: 54rem;
}

/* 背景図・主題図スクロール部 */
.theme-scroll {
    width: 100%;
    height: 21rem;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 0px;
    padding-right: 1rem;
}

/*#themeColorRangeModal {*/
/*    display: none;*/
/*    !*display: block;*!*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 30rem;*/
/*    height: 40rem;*/
/*}*/

.picture-modal {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30rem;
    height: 22rem;
}

.routing-modal {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30rem;
    height: 22rem;
}

.dist-modal {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30rem;
    height: 38.5rem;
}

.favor-modal {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30rem;
    height: 22rem;
}

.datatables_paginate {
    float: left; /* デフォルトを上書き */
}

.button-select {
    width: 6rem;
}

.select-zbms {
    width: 5.7rem;
}

.my-labels {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    color: #000098;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

.marker-circle {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px;
    border: 3px solid #fdfdfd;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    background-color: #ff0000;
}

.a-range {
    height: 1.7rem;
    width: 4rem;
}

input[type=checkbox] {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

table.calc {
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    margin: 0 1rem 1rem 0;
    float: left;
    max-width: 850px;
}

table.calc td, table.calc th {
    padding: 10px;
    border-bottom: 1px dashed #aaaaaa;
}

table.calc tr th:nth-child(odd),
table.calc tr td:nth-child(odd) {
    background: #f3f3f3;
}

.loader-back {
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.loader-msg {
    position: relative;
    top: 45%;
    transform: translateY(-55%);
}

.sponsor {
    position: absolute;
    bottom: 0.6vh;
    right: 1vw;
    z-index: 1100;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    color: red;
    background-color: rgba(255, 255, 255, 0.7);
}

.zoombtn {
	font-size:30px;
	line-height:2rem;
	font-weight:bold
}