/***********************************************************/

/*logoBox領域関係 (ﾛｸﾞｱｳﾄ～移動取消)(左上の領域のこと)     */

/***********************************************************/

#logoBox {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 250px;
    height: 65px;
    border: 1px solid #000;
}

#helpBtn {
    position: absolute;
    top: 4px;
    left: 10px;
}

#urlBtn {
    position: absolute;
    top: 4px;
    left: 120px;
}

#qrCode {
    position: absolute;
    top: 4px;/*25px;*/
    left: 120px;
}

#logoutBtn {
    position: absolute;
    top: 25px;
    left: 10px;
}

#goMenuBtn {
    position: absolute;
    top: 25px;
    left: 120px;
}

#addFeatureBtn {
    position: absolute;
    top: 45px;
    left: 10px;
}

#moveCancelBtn {
    display: none;
    position: absolute;
    top: 45px;
    left: 120px;
    /*60px*/
    text-decoration: underline;
}

/*2012.06.04 add St 広域図 matsuoka*/

#birdMapImg {
    text-decoration: none;
    margin-right: 5px;
}

/* 2011.12.08 add start saga 広域図表示リンク表示制御を追加 */

#helpBtnImg {
    text-decoration: none;
    margin-right: 5px;
}

/*2012.06.04 add Ed 広域図 matsuoka*/

/*************************************************/

/*ｺﾝｿｰﾙ領域ﾚｲｱｳﾄ関係 (左側中～下ｒの領域のこと)  */

/*************************************************/

/* --------------left navi------------- */

#leftBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    /*670px*/
    padding: 0px;
    margin: 0px;
}

#leftMenu {
    position: absolute;
    top: 75px;
    left: 15px;
}

#leftMenuTitle {
    margin: 0px;
    font-size: 11pt;
    /*12pt nakamura mod*/
    padding-top: 2px;
    padding-left: 4px;
    color: #ffffff;
    /* 20080519 #FFFFFF*/
    background-color: #0c6538;
    /* width: 250px; */
    width: 246px;
    /* font-weight : bold; */
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    text-decoration: none;
    /* background-image: url(images/tool_bk.gif); */
}

#featureInfoBox {
    background-color: #ffffff;
    margin: 0px;
    width: 250px;
}

/******************************/

/*索引図領域関係              */

/******************************/

#birdView {
    margin: 0px;
}

#birdViewTitle {
    text-decoration: none;
    background-color: #FFFFFF;
    width: 100%;
    display: block;
    /*10pt*/
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    border-bottom: solid 0px #333;
    padding: 5px 0px;
    /*2px 0px*/
    background-image: url(images/menu_bk.gif);
    /* background-repeat: repeat-y;*/
}

/*
#birdViewBox {
 width: 100%;
 border-top: solid 1px #000;
 border-right: solid 1px #000;
 border-left: solid 1px #000;
 border-bottom: solid 0px #000;
 height : 175px ;
}
*/

#birdViewBox {
    width: 100%;
    border-top: solid 1px #9c9c9c;
    border-right: solid 1px #9c9c9c;
    border-left: solid 1px #9c9c9c;
    border-bottom: solid 1px #9c9c9c;
    height: 100%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.6);
}

#IndexMap {
    border-style: none;
    width: 100%;
    height: 100%;
}

/********************************/

/*索引図関係 (Image使用時)関係  */

/********************************/

/*idxmap*/

#IndexMapImg {
    position: absolute;
    left: 1px;
    top: 44px;
    display: none;
}

#IndexMapImgRect {
    position: absolute;
    border: 0px solid #FF0000;
    z-index: 1;
    font-size: 0px;
    display: none;
}

/****************************************************/

/*地図切替領域関係(領域廃止に伴い未使用)            */

/****************************************************/

#modeCombo {
    margin: 0px;
}

#modeComboTitle {
    text-decoration: none;
    /*
 background-color:#28B472;

 background-color:#0c6538;
*/
    /* background: -moz-linear-gradient(65deg, #5c85d6, #5c85d6);
    background: -webkit-linear-gradient(65deg, #5c85d6, #5c85d6);
    background: linear-gradient(25deg, #5c85d6, #5c85d6); */

    color: #ffffff;
    width: 100%;
    display: block;
    /*10pt*/
    padding: 5px 0px;
    /*2px 0px*/
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    /* background-image: url(images/menu_bk.gif); */
    /* background-repeat: repeat-y;*/
}

/******************************/

/*表示設定領域関係            */

/******************************/

#controlDisplay {
    width: 100%;
}

#controlDisplayTitle {
    text-decoration: none;
    width: 100%;
    display: block;
    /*10pt*/
    padding: 5px 0px;
    /*2px 0px*/

    /* background: -moz-linear-gradient(65deg, #5c85d6, #5c85d6);
    background: -webkit-linear-gradient(65deg, #5c85d6, #5c85d6);
    background: linear-gradient(25deg, #5c85d6, #5c85d6); */
    color: #ffffff;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    border-bottom: solid 0px #333;
    /* background-image: url(images/menu_bk.gif); */
    /* background-repeat: repeat-y;*/
}

#controlDisplayBox {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 0px #000;
    width: 100%;
}

.tabCtrlDisplay {
    float: left;
    text-align: center;
    display: block;
    width: calc(50% - 3px);
    color: #778899;
    background: #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-decoration: none;
}

.activeTabCtrlDisplay {
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: bold;
    width: calc(50% - 3px);
    border: solid 1px #FFFFFF;
    text-decoration: none;
}

#tabItm {
    overflow: auto;
    margin: 0px;
    clear: left;
    width: 100%;
    height: 130px;
    background-color: #FFFFFF;
}

.displayControlLine {
    margin: 0px;
}

.lineTable {
    margin: 3px;
    text-align: left;
    vertical-align: middle;
    /*width : 235px ;*/
    width: auto;
    padding: 0px;
}

.lineTable TD {
    padding: 5px 0px;
    vertical-align: middle;
    border: 1px;
}

#spotResult .lineTable {
    border-collapse: collapse;
    margin: 5px;
    width: auto;
}

/*
#spotResult .lineTable TR{
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);
}
*/

#spotResult .lineTable TR {
    /* line-height: 2.9; */
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}

#spotResult .lineTable TR:hover {
    background-color: #0078d0;
    color: #fff !important;
    border-radius: 20px;
}

#spotResult .lineTable TR:last-of-type {
    border-bottom: none;
}

#spotResult .lineTable TR:hover a{
    color: #fff !important;
}
#spotResult .lineTable TR:hover td{
    color: #fff !important;
}

.checkboxCell {
    width: 16px;
}

.imgCell {
    width: 30px;
    text-align: center;
}

#modeComboBox {
    /*10pt*/
    width: 100%;
    background-color: #FFFFFF;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    padding-top: 2px;
    padding-bottom: 2px;
}

#imagetypeComboBox {
    /*10pt*/
    width: 100%;
    background-color: #F0FCFF;
    border-top: solid 1px #DCF0DC;
    border-right: solid 1px #DCF0DC;
    border-left: solid 1px #DCF0DC;
    height: 25px;
}

/******************************/

/*凡例領域関係                */

/******************************/

#legendPanel {
    width: 100%;
}

#legendTitle {
    width: 100%;
    display: block;
    /*10pt*/
    padding: 5px 0px;
    /*2px 0px*/
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    border-bottom: solid 0px #333;
    background-color: #d2d2ff;
    text-decoration: none;
    background-image: url(images/menu_bk.gif);
    /* background-repeat: repeat-y;*/
}

#legendBox {
    background-color: #FFFFFF;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 0px #000;
    width: 100%;
    height: 100px;
    overflow: auto;
}

#legendBoxExternal {
    background-color: #F0FCFF;
    border-top: solid 1px #DCF0DC;
    border-right: solid 1px #DCF0DC;
    border-left: solid 1px #DCF0DC;
    border-bottom: solid 0px #DCF0DC;
    width: 100%;
    height: 100px;
    overflow: auto;
    display: none;
    background-color: #FFFFFF;
}

/******************************/

/*近傍検索結果領域関係        */

/******************************/

#searchSpot {
    width: 100%;
}

#searchSpotTitle {
    width: 100%;
    display: block;
    /*10pt*/
    padding: 5px 0px;
    /*2px 0px*/
    border: solid 1px #333;
/* 
    background: -moz-linear-gradient(65deg, #5c85d6, #5c85d6);
    background: -webkit-linear-gradient(65deg, #5c85d6, #5c85d6);
    background: linear-gradient(25deg, #5c85d6, #5c85d6); */
    color: #ffffff;
    text-decoration: none;
    /* background-image: url(images/menu_bk.gif); */
    /* background-repeat: repeat-y;*/
}

#spotOption {
    padding: 5px 0px;
    /*1px 0px*/
    width: 100%;
    /*9pt*/
    border-bottom: solid 1px #000;
    color: #ffffff;
    background-color: #d8d8d8;
}

#spotOptionArea {
    display: none;
    background-color: #fff;
    border-bottom: solid 1px #000;
}

#spotOptionCondition {
    padding: 10px;
}

#spotRadious {
    margin-top: 10px;
}

#searchSpotBox {
    width: 100%;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
}

#spotResult {
    background-color: #FFFFFF;
    overflow: auto;
    border-bottom: solid 1px #000;
    /*addnew*/
}

.spotConditonBottun {
    margin-top: 10px;
    margin-right: 10px;
    cursor : pointer;
}

.NeiCellName {
    width: 200px;
}

.NeiGO {
    padding: 5px;
    margin: 0px;
    text-align: center;
    width: 50px;
    line-height: 1;
    /* font-weight : bold ; */
    color: #ffffff;
    /* background-color: #0000ff; */
    background-color: #FF78B0;
    border-radius: 20px;
    /*
 background-image: url(images/arrow.gif);
*/
    border: none;
    height: 23px;
    cursor: pointer;
}

.NeiGO:hover {
    opacity: 0.7;
}

/******************************/

/*URL表示領域関係             */

/******************************/

#urlArea {
    display: none;
    width: 100%;
    position: absolute;
    top: 5px;
    height: 62px;
    left: 0px;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid #000;
    padding-top: 3px;
    min-width: 920px;
}

#urlClose {
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -16px;
}

/* 
#urlPC {
    display: flex;
    top: 0px;
    left: 5px;
} */

.mapUrl {
    display: flex;
    margin-top: 3px;
    margin-bottom: 3px;
}

.mapUrlText {
    /* width: 575px; */
    width: 500px;
    height: 14px;

}

.mapUrlLabel {
    /* width: 80px; */
    width: 100px;
}

/* #urlPCText {

    top: 2px;
    left: 80px;
    width: 575px;
} */

/* #urlPhone {
    display: flex;
    top: 32px;
    left: 5px;
} */

/* #urlPhoneText {

    top: 5px;
    left: 80px;
    width: 575px;
} */

.urlDetail {
    padding-left: 15px;
}

/******************************/

/*主題登録領域関係            */

/******************************/

#addFeatureMenu {
    display: none;
    height: 476px;
    width: 250px;
    margin: 0px;
    border: solid 1px;
    /* overflow : auto ;*/
}

#addFeatureMenuItems {
    position: absolute;
    top: 185px;/* 20210817 170px->185px */
    left: 1px;
    height: 290px;/* 20210817 320px->290px */
    width: 248px;
    margin: 0px;
    overflow: auto;
    /* border : solid 1px rgb(255,255,0);*/
    /* display : none ;*/
}

#clearLast {
    width: 248px;
    margin: 5px 0px 5px 0px;
}

#clearAll {
    width: 248px;
    margin: 5px 0px 5px 0px;
}

#commitGeo {
    width: 248px;
    margin: 5px 0px 5px 0px;
}

/* 20140718 takase ルート検索 */

#dispRouteArea {
    position: absolute;
    top: 75px;
    left: 15px;
}

/* 20140718 takase ルート検索 */

/* 20140725 takase 串刺し検索結果表示 */

#neigborSearchBoxTitle {
    text-decoration: none;
    background-color: #FFFFFF;
    /*2013.12.13 y_mori Mod org:FFC7B7*/
    width: 100%;
    display: block;
    padding: 6px 0px;
    background-image: url(images/menu_bk.gif);
}

/*2013.12.16 y_mori Add レイアウト統一のため*/

#neigborSearchBoxIFrame {
    border-style: none;
    width: 100%;
    height: 100%;
}

/* 20140725 takase 串刺し検索結果表示 */

#modeComboBox .selMode {
    width: 200px;
}

.spot-item:hover {
    background-color: #00AD5E !important;
    color: #fff;
}
