/************************************/

/* 20080908 追加分                  */

/************************************/

/*QRコード*/

/* 20140910 QRコード隠します。
#qrimg{
  position:absolute;
  top:56px;
  left:555px;
  width:100px;
  height:100px;
  border:solid 1px #000000;
  background-color:#FFFFFF;
}
*/

/* 20090421 頂点編集用 */

#MainDIV {
    display: none;
    position: absolute;
    overflow: hidden;
    TOP: 132px;
    /*150px;*/
    /*2011.06.28 mod  164→153*/
    LEFT: 280px;
    WIDTH: 710px;
    HEIGHT: 700px;
    /*494px;*/
    /*475px;*/
    border: 1px solid red;
    Z-INDEX: 1501;
}

#figFeatureBtn {
    position: absolute;
    top: 50px;
    left: 5px;
}

#figCancelBtn {
    position: absolute;
    top: 50px;
    left: 100px;
}

#neigborSearchBoxDiv {
    position: absolute;
    left: 30px;
    top: 470px;
    width: 300px;
    background-color: #ffffff;
    border: solid 1px #808080;
    z-index: 5;
}

#neigborSearchBoxIFrame {
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: center;
}

#neigborContent {
    background-color: #ebeaf7;
    overflow-y: auto;
    overflow-x: hidden;
    height: 150px;
}

#neigborSearchTitle {
    display: flex;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #808080;
    align-items: center;
    justify-content: space-between;
}

#neigborSearchTitle>span {
    margin: 0px 5px;
}

#neigborSearchBoxCloseImg {
    margin: 0px 5px;
}

#neigborSearchResult tr {
    height: 40px;
}

#neigborSearchResult img {
    margin: 0px 4px;
}

#neigborSearchResult span {
    margin: 0px 4px;
}

/* streetview */

#streetviewIcon {
    position: absolute;
    right: 16px;
    top: 60px;
}

#streetviewIcon:hover {
    cursor: pointer;
}

.streetviewButtonArea span {
    display: none;
}

.streetviewButtonArea img:hover+span {
    position: absolute;
    top: 60px;
    right: 60px;
    display: block;
    background: #f7f7f7;
    padding: 3px;
    border: 1px solid;
    font-size: 12px;
}

.streetviewWindow {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    border: 1px solid black;
    visibility: hidden;
}

.streetviewWindow>.view {
    width: 300px;
    height: 299px;
    /* position:absolute;  */
}

#streetViewOutOfRange {
    position: absolute;
    background-color: black;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: table;
    /*初期表示*/
    visibility: hidden;
}

#streetViewOutOfRange>p {
    text-align: center;
    vertical-align: middle;
    color: white;
    margin: auto 0;
    display: table-cell;
}

/* streetview */

/* #topBox {
    background-repeat: repeat-x;
    background-image: url("./images/top_ln.gif");

    background-size: auto;
    position: relative;

} */

#headerbar{
    height: 50px;
    width: 100%;
    background-image: url(./images/headerRepeat.png);
    background-repeat: repeat-x;
    display: flex;
}

#toprightimg {
    height: 50px;
    right: 0px;
}

#titlelogo {
    /* position: absolute; */
    height: 42px;
}

#titlelogo_right {
    /* position: absolute; */
    /* right: 0px; */
}

.switch__label {
    width: 44px;
    position: relative;
    display: inline-block;
}

.switch__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    height: 20px;
    -webkit-transition: all .1s .4s;
    -moz-transition: all .1s .4s;
    -ms-transition: all .1s .4s;
    -o-transition: all .1s .4s;
    transition: all .1s .4s;
    overflow: hidden;
}

.switch__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 0;
    left: 0;
    border: 1.5px solid #aaa;
    border-radius: 20px;
    background-color: #fff;
}

.switch__content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.switch__input {
    display: none;
}

.switch__circle {
    display: block;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #aaa;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.switch__input:checked~.switch__circle {
    left: 29px;
    background-color: #fff;
}

.switch__input:checked~.switch__content {
    border-color: transparent;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.switch__input:checked~.switch__content:after {
    background-color: #0078D7;
    width: 100%;
}

a.info {
    color: rgb(69, 69, 206);
    text-decoration: none;
}

a.info:hover {
    color: #0000ff;
}