@charset "utf-8";
/*
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
*/
    /* HTML5 display-role reset for older browsers */
/*
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }


body {
    line-height: 20px;
*/
/*
    vertical-align:baseline;
    background:transparent;
*/
}


#mapWrapper p {
    margin: 0;
    padding: 0;
    display:inline;
}

/* change border colour to suit your needs */
#mapWrapper hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

div.clear {
    clear: both;
}
#mapWrapper {
}

/* map center */
#mapWrapper #mapCenter{
    position: absolute;
    z-index: 100;
    left: 50.2%;
}
#mapWrapper #mapCenter .centerBtnBg {
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 100;
    width : 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 1);
    margin: 170px 0 0 -25px;
    position: absolute;
    top: 50%;
}
#mapWrapper #mapCenter .withLoading img{
    margin: -14px 0 0 -14px;
    position: absolute;
    top: 50%;
    left: 50%;
}
#mapWrapper #mapCenter .withAnimeStart img{
    margin: -7px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 50%;
}
#mapWrapper #mapCenter .withAnimeReplay img{
    margin: -11px 0 0 -11px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#mapWrapper #mapCenter .mapNowTime {
    font-size: 12px;
    z-index: 100;
    position: relative;
    top: 170px;
    left: 30px;
    background-color: #fff;
    padding: 5px;
    border:2px solid #0583ff;
    min-width: 70px;

    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* map bottom */
#mapWrapper #mapBottom{
    position: relative;
    z-index: 100;
    top: 450px;
    opacity: 0;
    margin: 0 auto;
    width: 300px;
}
#mapWrapper #mapBottom .alertText{
    z-index: 100;
    font-weight: bold;
    font-size: 11px;
    color: #0065e3;
    background-color: #fff;
    padding: 3px;
    margin:22px 3px 0 0;
    position: absolute;
    right: 20%;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#mapWrapper #mapBottom img{
    position: absolute;
    right:5%;
}

#mapWrapper #map_canvas {
    width: 950px;
    height: 510px;
    margin: 0 auto;
    position: relative;
}

/* Slider */
#mapWrapper #map-controll {
    margin: 0 auto;
    padding: 15px 0 0;
}

#mapWrapper #map-controll .map-controll-block {
    padding: 10px 6px;
    border: 2px solid #F0F0F0;
    border-bottom: none;
    background: #FAFAFA;
    height: 70px;
    padding-top: 20px;

}

#mapWrapper #map-controll .slider-image {
    width: 576px;
    margin: 0 auto;
    padding: 0 6px;
}

#mapWrapper #map-controll #ameyuki-slider {
    margin-top: -26px;
}

#mapWrapper #map-controll .ameyuki-slider-hour-number {
    width: 596px;
    margin: 0 auto;
    color: #7D7D7D;
    margin-top: -6px;
    font-size: 14px;
    display:table;
}

#mapWrapper #map-controll .ameyuki-slider-hour-number ul {
    display: table-row;
}
#mapWrapper #map-controll .ameyuki-slider-hour-number li {
    display: table-cell;
    text-align: center;
}
#mapWrapper #map-controll .ameyuki-slider-hour-number li#center-number {
    width: 50px;
}

#mapWrapper #map-controll .ameyuki-slider-hour-number li.now {
    color: #0097FF;
}

#mapWrapper #map-controll #nowcast-slider {
    margin-top: -26px;
}

#mapWrapper #map-controll .nowcast-slider-hour-number {
    width: 616px;
    margin: 0 auto;
    color: #7D7D7D;
    margin-top: -6px;
    font-size: 14px;
    display:table;
}

#mapWrapper #map-controll .nowcast-slider-hour-number ul {
    display: table-row;
}
#mapWrapper #map-controll .nowcast-slider-hour-number li {
    display: table-cell;
    text-align: center;
    width: 29px;
}

/* 2016/06/16 delete kawashima greenguide
#mapWrapper #map-controll .nowcast-slider-hour-number li#center-number {
    width: 24px;
}
*/

#mapWrapper #map-controll .nowcast-slider-hour-number li.now {
    color: #0097FF;
}

#mapWrapper #map-controll .nowcast-slider-hour-number .slider-hour-number-desc li{
    text-align: right;
}

#mapWrapper #map-controll .slide-controll-block{
    padding: 2px 0;
    text-align: center;
    border: 2px solid #F0F0F0;
    border-bottom: none;
    background-color: #FCFCFC;
}

#mapWrapper #map-controll .mesh-controll-block {
    padding: 4px 0 4px 4px;
    border: 2px solid #F0F0F0;
    background-color: #FAFAFA;
}

#mapWrapper #map-controll .mesh-controll-block td {
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    height: 16px;
    font-size: 16px;
}

#mapWrapper #map-controll .mesh-controll-block td.radio-area {
    width:16px;
    padding-right:4px;
}

#mapWrapper #map-controll .mesh-controll-block td a {
    color: #000;
    text-decoration: none;
}

#mapWrapper #map-controll .mesh-controll-block td.selected a {
    color: #0097FF;
}

#mapWrapper #map-controll .slide-bar {
    text-align: center;.
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 10px 0;
    width: 556px;
    margin: 0 auto;
}

#mapWrapper #map-controll .slide-handle {
    width: 34px;
    height: 42px;
    font:17px 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif !important;
}

/** jQueryのCSSを上書き **/
.ui-widget-content {
    border: none;
    background:none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default a{
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
/*
    margin-left: -17px;
*/
    margin-left: -1.020em;
    top: -20px;
}

.ui-button-text-only .ui-button-text {
    padding: 0 0.4em;
}

#mapWrapper #update_date,#mesh_info {
    padding: 0 0.4em;
    width: 300px;
    margin: 0 auto;
}

#mapWrapper #update_date {
    margin-top: 10px;
    text-align: center;
}

#mapWrapper #explain-area {
    padding: 10px;
    text-align: left;
}

#mapWrapper #explain-area li {
    float: left;
    list-style: none;
    margin-left: 10px;
}
#mapWrapper #explain-area li span.icon{
    font-size: 24px;
}

@supports (-ms-accelerator:true) {
#mapWrapper #map_canvas {
    overflow: scroll!important;
}
}

