﻿/*
    スマホ版東京湾水質連続観測リアルタイム情報用スタイルシート
*/
html, body {
    background: #008;
    margin: 0;
}
/* 2019/01/16 平成30年度改良 故障PT-008 ADD START */
.point-trans {
    transform: translate3d(0, 0, 0);
}
/* 2019/01/16 平成30年度改良 故障PT-008 ADD END */

.lock {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

/* メニュー内ドロップダウンリスト */
.bar::after {
    -webkit-transform: rotate(45deg);
    border-bottom: .3vw solid #000;
    border-right: .3vw solid #000;
    content: '';
    display: inline-block;
    height: 1.9vw;
    left: 3.1vw;
    position: relative;
    top: -0.9vw;
    transform: rotate(45deg);
    width: 1.9vw;
}

.menu-second {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.menu-second.open {
    height: auto;
    margin: 4.7vw 0 0 4.7vw;
    opacity: 1;
    visibility: visible;
}

/* 地点選択画面ヘッダー */
.point-head {
    min-height: 68vw;
    position: relative;
    width: 100vw;
}

/* トップ画面ヘッダー */
.top-head {
    overflow: hidden;
    text-align: center;
    width: 100vw;
}

.top-head p {
    color: #fff;
    display: inline;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: 1;
    /*margin: 0;*/
    text-align: center;
    white-space: nowrap;
}

/* 地図画像 */
.map {
    height: 100vw;
    vertical-align: bottom;
    width: 100vw;
}

.buoyPoint {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.buoy-img {
    height: auto;
    vertical-align: middle;
    width: 5.9vw;
}

.buoyName {
    color: #ff2;
    font-size: 3.7vw;
    font-weight: 700;
}

/* 観測情報 */
.title {
    box-sizing: border-box;
    color: #fff;
    font-size: 6.3vw;
    margin: 0;
    line-height: 1.7 !important;
    padding: .3vw;
    text-align: left;
    text-decoration: underline;
}

.data p {
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-size: 6.3vw;
    font-weight: 700;
    line-height: 1 !important;
    margin: 0;
    padding: .3vw;
    text-align: left;
}

.unit {
    position: absolute;
    right: 9.4vw;
}

.new {
    border-radius: 50%;
    height: 7.8vw;
    text-align: left;
    vertical-align: middle;
    width: 7.8vw;
}

.date {
    text-align: right;
}

.date p {
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-size: 4.7vw;
    line-height: 1 !important;
    margin: 0;
    padding: .3vw;
}

.point-menu {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100vw;
}

.info-menu {
    display: flex;
    justify-content: space-between;
}

/* セレクトボックスデザイン */
.select-box {
    position: relative;
}

.select-box::before {
    color: #fff;
    content: "▼";
    font-size: 7vw;
    pointer-events: none;
    position: absolute;
    right: 1vw;
    top: 1vw;
    z-index: 1;
}

/* 水深プルダウン */
.depth {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #008;
    border-color: #fff;
    color: #fff;
    font-size: 6.3vw;
    padding: .6vw 1.9vw;
}

.all-info {
    background-color: #008;
    border-color: #fff;
    color: #fff;
    font-size: 6.3vw;
    /* 2019/01/15 平成30年度改良 故障PT-002 ADD START */
    padding: .6vw 1.9vw;
    /* 2019/01/15 平成30年度改良 故障PT-002 ADD END */
}

/* 2019/01/15 平成30年度改良 故障PT-002 ADD START */
.all-info::before {
    color: #fff;
    content: "▼";
    font-size: 7vw;
    pointer-events: none;
    position: absolute;
    right: 1vw;
    top: 1vw;
}
/* 2019/01/15 平成30年度改良 故障PT-002 ADD END */

.point-foot {
    bottom: 0;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 1;
}

.info-foot {
    background: #008;
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: right;
    width: 100vw;
    z-index: 1;
}

.contour {
    background-color: #008;
    border-color: #fff;
    color: #fff;
    font-size: 6.7vw;
    /* 2019/01/15 平成30年度改良 故障PT-001 ADD START */
    padding: .6vw 1.9vw;
    /* 2019/01/15 平成30年度改良 故障PT-001 ADD END */
}

.back {
    /* 2019/01/15 平成30年度改良 故障PT-002 UPD START */
    /*margin: 4.7vw 0 0;
    text-align: center;
    width: 100vw;*/
    background-color: #008;
    border-color: #fff;
    color: #fff;
    font-size: 6.3vw;
    padding: .6vw 1.9vw;
    /* 2019/01/15 平成30年度改良 故障PT-002 UPD END */
}

.invisible, .map-area, .data.top, .data.middle, .data.bottom, .data.common, .date.top, .date.middle, .date.bottom, .date.common {
    display: none;

}
