﻿@charset "utf-8";

/*--- s_index.css ---*/
#header #hd_btns_left {
    height: 68px;
    width: 96%;
    margin: 1px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 150px;
}

#header #hd_btns_left h1{line-height:24px;font-weight:bold;color:#333;}

#header #hd_btns_left input {
    border: 1px solid #999;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-box-shadow:0 0 1px #333;
    -moz-box-shadow:0 0 1px #333;
    -ms-box-shadow:0 0 1px #333;
   /* box-shadow:0 0 1px #333;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#cfcfcf),color-stop(0,#fff),color-stop(1,#fff));
    background-image:-moz-linear-gradient(-90deg,#cfcfcf 0,#fff 6%,#fff 100%);
    background-image:linear-gradient(-90deg,#cfcfcf 0,#fff 6%,#fff 100%);*/
    text-shadow:1px 1px 0 #fff;
    font-size:14px;
    height: 24px;
    min-width: 67%;
    line-height: 24px;
}
#header #hd_btns_left .btnSearch {
    position: absolute;
    top: 10px;
    right: 49px;
}
#header #hd_btns_left .tool8 {
    position: absolute;
    top: 10px;
    right: 87px;
}
#header #hd_btns_left .tool_down_btn
{
    position: absolute;
    top: 10px;
    right: 3px;
}
#header #hd_btns_left .tool_list_btn 
{
    position: absolute;
    top: 10px;
    right: 1px;
}

#header #hd_btns_right {
    width: 100%;
    height: auto;
    background-color: rgba(153,153,153,0.5);
    border-top: 1px solid #eee;
    margin: 5px auto 0;
    padding: 4px 0;
    position: relative;
}

.btnOuter {
    width: 96%;
    margin: 0 auto;
}

.btnOuter a {
    margin: 0 0px;
}
    
#header #hd_btns_right img {
    vertical-align: bottom;
}

#header{
    background-color:rgba(255,255,255,0.8);
    height: 60px;
    width: 100%;
    overflow: hidden;
    /*
    float:left;
    clear:both;
    */
    position:relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    padding-bottom: 8px;
 }

 #header form {
    width: calc(100vw - 120px);
    padding-left: 0px;
}

/* 機能メニューアイコン------------------------------------- */
#header .tool_list_btn,
#header .btnSearch {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #787878;
    border-radius: 4px;
    background-color: #232323;
    vertical-align: bottom;
    position: relative;
}
#header .tool_list_btn img,
#header .btnSearch img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate(8px, 8px);
    fill: #fff;
}

.header_btns{
    height: auto !important;
 }
 
/* 共通------------------------------------- */
.btnOuter a {
    margin-bottom: 4px;    
    display: inline-table;    
    width: 116px;
}
.menubtn {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 0 7px 0 24px;
    background-color: #3366FF;
    border: 1px solid #003399;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;

background: #3366ff; /* Old browsers */
background: -moz-linear-gradient(top, #3366ff 0%, #3366ff 50%, #3366cc 54%, #3366cc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3366ff 0%,#3366ff 50%,#3366cc 54%,#3366cc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3366ff 0%,#3366ff 50%,#3366cc 54%,#3366cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366ff', endColorstr='#3366cc',GradientType=0 ); /* IE6-9 */

    position: relative;
}

/* 個別------------------------------------- */
    /*凡例*/
    .icon-ps::before {
        content: "";
        display: inline-block;
        width: 14px; height: 14px;
        position: absolute;
            top: 7px; left: 6px;
    }
.icon-slc-map::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 0; }
.icon-menu::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 0; }
.icon-slc-ps::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -40px; }
.icon-sch-around::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -80px; }
.icon-sch-root::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -80px; }
.icon-chg-map::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -20px; }
.icon-chg-layer::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -100px; }
.icon-chg-bgimg::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -100px; }
.icon-url::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -120px; }
.icon-leg-ps::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -60px; }
.icon-legend::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -140px; }
.icon-help::before { background: url(../../Content/images/pages/menubtn_ico_all.png) no-repeat 0 -160px; }
/* css */
/*.sample {
    background-image: linear-gradient(-90deg,rgba(115,115,115,0.8) 0,rgba(75,75,75,0.8) 50%,rgba(75,75,75,0.8) 51%,rgba(51,51,51,0.8) 100%);
border-radius:5px;
position:relative;
}*/
/* css */
#shisetuballoon {
    background-image: linear-gradient(-90deg,rgba(115,115,115,0.8) 0,rgba(75,75,75,0.8) 50%,rgba(75,75,75,0.8) 51%,rgba(51,51,51,0.8) 100%);
    border-radius: 5px;
    position: relative;
    top:280px;
    left:110px;
    width:230px;
}
#shisetuballoon #shisetulist-scroll {
    max-height:300px;
    width:90%;
    overflow:auto;  
}
#shisetuballoon #olPopupCloseBox {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 1;
    background: url(../../Content/images/plugin/icon/btnClose.svg) no-repeat;
    cursor: pointer;  
}
.shisetulistTop {
    background-color: transparent;
    height:100%;
    width:100%;
    position: relative;
}
.shisetulistBottom {
    background-color: transparent;
    height:100%;
    width:100%;
    position: relative;
}

    .shisetulistTop:after {
        border: 16px solid transparent;
        border-bottom-color: rgba(115,115,115,0.8);
        border-top-width: 0;
        top: -15px;
        content: "";
        display: block;
        right: 1px;
        position: absolute;
        width: 0;
    }

    .shisetulistBottom:after {
        border: 16px solid transparent;
        border-top-color: rgba(115,115,115,0.8);
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        right: 1px;
        position: absolute;
        width: 0;
    }