@charset "UTF-8";
#map {
    width: 100%;
    height: 1000px;
    z-index: 999;
}

body {padding: 0; margin: 0}
div.olControlAttribution {
    padding: 3px;
    color:#000000;
    background-color:#ffffff;
    background-color:rgba(230,255,255,0.7);
    font-size:12px;
    line-height:14px;
    bottom:5px;
    vertical-align: middle;
}

label {
    display: block;
    background-color:aquamarine;
    font-size: 20px
}






iframe { border: none; }
#popupPanel-popup {
    right: 0 !important;
    left: auto !important;
}
#popupPanel {
    width: 200px;
    border: 2px solid #000;
    background: whitesmoke;
    margin: -1px 0;
}
#popupPanel .ui-btn {
    margin: 2em 15px;
}
.phone_close{
	bottom: 5px !important;
    right: 5px !important;
    top: initial !important;
}
#confirm_btn{
    background-color: #ea5b60;
    color: white;
    border: 1px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin: 10px;
    line-break: auto;
    word-wrap: break-word;
    text-align: center;
    font-weight: 100;
    letter-spacing:4px;
}

#loaction_btn {
    background-color: #ea5b60;
    color: white;
    border: 1px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 10px;
    line-break: auto;
    word-wrap: break-word;
    text-align: center;
    font-weight: 100;
    letter-spacing: 4px;
}

#right_menu{
    width: 150px;
    border: 2px solid black;
    color: #000;
    background-color: white;
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 2px;
}




#nav_info{
    width:100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    font-size: 20px;
    color: #000;
    background: linear-gradient(to bottom,white,yellowgreen);
    display: none;
    /*background-image: url('./nav_bg.png');*/
    /*background-repeat-x: repeat;*/
    /*background-repeat-y: no-repeat;*/
}

#footer_nav_info{
    width:100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    font-size: 15px;
    color: #000;
    background: linear-gradient(to bottom,white,coral);
    /*background-image: url('./f_nav_bg.png');*/
    /*background-repeat-x: repeat;*/
    /*background-repeat-y: no-repeat;*/
    display: none;
}

#foot_container{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index: 9999;
}




.menu_item_frame {
    opacity: .90;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -khtml-opacity: .90;
    -moz-opacity: .90;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    position: absolute;
    list-style: none;
    padding: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2x 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    width: 150px;
    border: 1px solid #222;
    background-color: #333;
    text-align: left;
    color: #fff;
    z-index: 15000;
}
.menu_item_frame li:first-child {
    border-top: 0;
}
.menu_item_frame li {
    padding: 0px 10px 0px 10px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #121212;
}
.menu_item_frame li a.arrow {
    text-align: right;
    background: url(../img/arrow_l.png) no-repeat left 50%;
}
.menu_item_frame li a.right {
    text-align: right;
}
.menu_item_frame li a.arrow {
    background: url(../img/arrow_r.png) no-repeat right 50%;
}
.menu_item_frame li a {
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: smaller;
}

* {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 10.5pt;
}

.red{
    background-color: red !important;
}


#trackBar{
    display: none;
}
#control{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    float: left;
    background-size: contain;
}
.play{
    background-image: url(../img/start.png);
}
.pause{
    background-image: url(../img/pause.png);
}
.stop{
    background-image: url(../img/stop.png);
}


#flipswitchWrapper .ui-flipswitch {
    /*position:absolute;*/
    opacity: .90;
    padding: -10px -10px -10px 0px;
    width:150px;
    height:38px;
    line-height: 35px;
}
#flipswitchWrapper .ui-flipswitch-active {
    padding-left:0px;
}
#flipswitchWrapper .ui-flipswitch .ui-flipswitch-on, #flipswitchWrapper .ui-flipswitch.ui-flipswitch-active .ui-flipswitch-on {
    width:49px;
    height:38px;
    text-indent: -5em;
}
#flipswitchWrapper .ui-flipswitch.ui-flipswitch-active .ui-flipswitch-on {
    padding-top:0px;
    margin-left:100px;
    text-indent: -5em;
    line-height: inherit;
}

#flipswitchWrapper .ui-flipswitch-off {
    line-height: inherit;
}
.ui-slider-track .ui-btn.ui-slider-handle {
    width:50px !important;
}
#range_area{
    margin-right: 20px;
}

.blue{
    color: #5196cb;
}
.gps{
    background-image: url(../img/gps.png);
    background-size: cover;
    width: 50px;
    height: 60px;
    border: none !important;
}
.notifyjs-wrapper{
    z-index: 9999 !important;
}