

/*
 * map
 */

#myMap {
    position: relative;
    /*-webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,0);*/
    overflow: hidden;
    height:inherit;
}

.pl_body {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
    overflow: hidden;
    position: absolute;
    left: -300px;
    top: 0px;
    width: 300px;
    height: 100%;
    padding-top: 90px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.2);
}

    .pl_body.active {
        left: 0px;
    }

.pl_container {
    /*overflow-y:hidden*/
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.poi_li_activate {
    -ms-box-shadow: 0px 0px 20px #f00;
    -webkit-box-shadow: 0px 0px 20px #f00;
    -moz-box-shadow: 0px 0px 20px #f00;
    -o-box-shadow: 0px 0px 20px #f00;
    box-shadow: 0px 0px 20px #f00;
}

.poi_pin_activate {
    -webkit-transform: scale(1.6) !important;
    -moz-transform: scale(1.6) !important;
    -o-transform: scale(1.6) !important;
    -ms-transform: scale(1.6) !important;
    transform: scale(1.6) !important;

    -webkit-filter: hue-rotate(160deg) saturate(200%);
    /*filter: hue-rotate(160deg) saturate(200%);*/
}

.poi_effect {
    -webkit-transition: 0.1s linear !important;
    -moz-transition: 0.1s linear !important;
    -o-transition: 0.1s linear !important;
    transition: 0.1s linear !important;
}

.poi_commentbox {
    padding: 0.1em 0.5em 0.5em 0.4em;
    background-color: rgb(17, 17, 17);
    border: 1px solid rgb(17, 17, 17);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*background-image: -webkit-linear-gradient(rgb(85, 85, 85), rgb(56, 56, 56));
    background-image: -moz-linear-gradient(rgb(85, 85, 85), rgb(56, 56, 56));
    background-image: -ms-linear-gradient(rgb(85, 85, 85), rgb(56, 56, 56));
    background-image: -o-linear-gradient(rgb(85, 85, 85), rgb(56, 56, 56));
    background-image: linear-gradient(rgb(85, 85, 85), rgb(56, 56, 56));*/
}

#titlebox #update {
    font-weight: lighter;
}

.pull {
    position: absolute;
}

    .pull.active {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .pull.right {
        top: 50%;
        margin-top: -18px;
        right: -17px;
    }

    .pull.bottom {
        left: 50%;
        margin: 0 -18px;
        bottom: -17px;
    }

#mappanel {
    z-index: 1 !important; /* jQueryMobileのUIが上に来てしまうため */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*overflow:hidden;*/
    background-color: #fff;
    -ms-box-shadow: 10px 0px 15px #000000;
    -webkit-box-shadow: 10px 0px 15px #000000;
    -moz-box-shadow: 10px 0px 15px #000000;
    -o-box-shadow: 10px 0px 15px #000000;
    box-shadow: 10px 0px 15px #000000;
}

#chart_panel {
    position: absolute;
    bottom: 40px;
    right: 10px;
}

#tprobe-chart img {
    cursor: pointer;
}

#tprobe-chart-ctl {
    position: absolute;
    z-index: 30; /* eleychartのグラフがz-index:20となるため、その上に描画する */
    top: 10px;
    left: 10px;
    width: 160px;
}

.chart_tprb {
    width: 830px;
    height: 600px;
}

.chart_ttip {
    font-weight: bold;
    text-align: center;
    vertical-align: central;
    margin-top: 5px;
}

    .chart_ttip p {
        margin: 0px 0px 0px 0px;
    }

    .chart_ttip .label {
        font-size: 14px;
    }

    .chart_ttip .value {
        font-size: 14px;
    }

#co2-chart {
    height: 250px;
    width: 120px;
}

#passprobe-chart {
    height: 70px;
    width: 210px;
}

#hazardLayer-chart {
    height: 120px;
    width: 180px;
}

#quakeLayer-chart {
    height: 220px;
    width: 140px;
}

#ekijyoukaLayer-chart {
    height: 95px;
    width: 130px;
}
/* 航空写真表示領域PC用 */
#modal-content {
    margin: 1.5em auto 0;
    border: 2px solid #aaa;
    background: #fff;
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 400px;
    margin-right: 80px;
}
#modal-head{
	background-color:#e0e0e0;
    width:auto;
    height:25px;
    padding-left:10px;
    padding-top:5px;
    border-bottom:1px solid #aaa;
}
#modal-content-area{
   display: block;
}
#modal-photo-area{
    box-sizing:border-box;
    width:100%;
    vertical-align:middle;
    text-align:center;
    font-size:0;
	padding:10px 10px;
}
#modal-copyright {
    text-align: right;
}
#modal-footer {
    font-weight: bold;
    padding-right: 10px;
}

#modal-photo-area > img {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    vertical-align: middle;
}
/* 航空写真表示領域スマホ用 */
#modal-content_mobile {
    border: 2px solid #aaa;
    background: #fff;
    display: none;
    z-index: 100;
    position: absolute;
    bottom: 60px;
    left:49.5%;
    padding:0 0 20px 0;
    font-size:10px;
}
#modal-head_mobile{
	background-color:#e0e0e0;
    width:auto;
    height:18px;
    text-align:center;
    border-bottom:1px solid #aaa;
}
#modal-photo-area_mobile{
    text-align:center;
    font-size:0;
	padding:5px 5px;
}
#modal-photo-area_mobile:before{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
#modal-photo-area_mobile > img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
#modal-copyright_mobile {
    text-align: right;
}
/* カスタムinfobox用 vics規制のinfoboxで使用*/
.customInfobox {
    margin-left: -26px;
    margin-top: 9px;
    height: auto;
    overflow: hidden;
}

.infobox-body{
    font-size:13px;
}

.customInfobox .infobox-body{
    width:240px;
    opacity:0.95;
    padding:0px !important;
    border: 1px solid #727272;
    background:#333;
    color:#bbb;
    margin-bottom:8px;
}

.infobox-title {
    overflow: hidden;
    text-decoration: none;
    line-height: 1.1;
    font-weight: normal;
    width: 230px;
    text-shadow: none;
    display: block !important;
}

.customInfobox .infobox-title {
    margin: 0 !important;
    font-size: 1.2em !important;
    border-bottom: 1px solid #000000 !important;
    padding: 10px 0px 0px 10px !important;
    background-color: #e0e0e0 !important;
}

.customInfobox .infobox-info {
    width: 230px;
    text-shadow: none;
    display: block !important;
    color: #000000;
    background-color: #ffffff !important;
    padding: 6px 0px 6px 10px;
    margin: 0px !important;
    margin-bottom:8px;
}

.customInfobox .infobox-stalk{
    left: 0 !important;
    background: url("images/pc/infoboxPointer.png") no-repeat;
    width: 29px;
    height: 38px;
    position: relative;
    bottom: 1px;
}

/* カスタムinfobox用 vics規制のinfoboxで使用*/


.customInfobox .powersupply-info-body {
    width: 240px;
    opacity: 0.95;
    padding: 0px !important;
    border: 1px solid #727272;
    background: #333;
    color: #bbb;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom:8px;
}


.customInfobox .powersupply-info-title {
    margin: 0 !important;
    font-size: 1.2em !important;
    border-bottom: 1px solid #000000 !important;
    padding: 10px 0px 5px 10px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background-color: #4a76d5;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.1;
    font-weight: normal;
    width: 230px;
    text-shadow: none;
    display: block !important;
}

.customInfobox .powersupply-info-title-gray {
    margin: 0 !important;
    font-size: 1.2em !important;
    border-bottom: 1px solid #000000 !important;
    padding: 10px 0px 5px 10px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background-color: #808080;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.1;
    font-weight: normal;
    width: 230px;
    text-shadow: none;
    display: block !important;
}

.customInfobox .powersupply-info {
    width: 230px;
    text-shadow: none;
    display: block !important;
    color: #000000;
    background-color: #ffffff !important;
    padding: 6px 0px 6px 10px;
    margin: 0px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom:8px;
}

/* カスタムinfobox用 アイコン集約のinfoboxで使用*/
.customInfobox .powersupply-info-body-cluster {
    width: 240px;
    /*width: 300px;*/
    opacity: 0.95;
    padding: 0px !important;
    border: 1px solid #727272;
    background: #333;
    color: #bbb;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 8px;
}

.customInfobox .powersupply-info-title-cluster {
    margin: 0 !important;
    font-size: 1.2em !important;
    border-bottom: 1px solid #000000 !important;
    padding: 10px 0px 5px 10px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background-color: #4a76d5;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.1;
    font-weight: normal;
    /*.customInfobox .powersupply-info-body-clusterのwidthより-10px（scrollbar文）を設定する*/
    width: 230px;
    /*width: 290px;*/
    text-shadow: none;
    display: block !important;
}

.customInfobox .powersupply-info-cluster {
    /*.customInfobox .powersupply-info-body-clusterのwidthより-10px（scrollbar文）を設定する*/
    width: 230px;
    /*width: 290px;*/
    height: 200px;
    text-shadow: none;
    display: block !important;
    color: #000000;
    background-color: #ffffff !important;
    padding: 6px 0px 6px 10px;
    margin: 0px !important;
    /*【customization_1】の場合、以下2行を有効にする*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*【customization_2】の場合、以下2行を有効にする*/
    /*border-bottom-left-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    margin-bottom: 8px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*overflow: scroll;*/
    position: relative;
}

.customInfobox .powersupply-info-body-cluster span {
    display: block !important;
    left: 0 !important;
    /*.customInfobox .powersupply-info-body-clusterのwidthと同じ値を設定する*/
    width: 240px;
    /*width: 300px;*/
    height: 10px;
    position: relative;
    margin: 0px !important;
    background-color: #ffffff !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* カスタムinfobox用 アイコン集約のinfoboxで使用*/