<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.rj-marker-with-text {
    background-image: url('/images/markers/station.png');
    background-repeat: no-repeat;
    color:white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height:    20px;
    width:          20px;
    height:         20px;
    position: relative;
    z-index: 100;
}

.rj-marker-with-text.station-projects.no-projects {
    background-image: url('/images/markers/no_projects.png');
    color: rgb(168,168,168);
    line-height:    20px;
    width:          20px;
    height:         20px;
    z-index: 90;
}

.rj-marker-with-text.station-projects.ume {
    background-image: url('/images/markers/projects_ume.png');
    line-height:    31px;
    width:          31px;
    height:         31px;
}

.rj-marker-with-text.station-projects.take {
    background-image: url('/images/markers/projects_take.png');
    line-height:    36px;
    width:          36px;
    height:         36px;
    z-index: 110;
}

.rj-marker-with-text.station-projects.matsu {
    background-image: url('/images/markers/projects_take.png');
    line-height:    36px;
    width:          36px;
    height:         36px;
    z-index: 120;
}

.rj-info-window .pro-arrow {
    display: none;
}

.googlemap-loading {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index: 1000000;
    width: 127px;
    height: 127px;
    background-image: url('/images/loading.gif');
    
}


.train-line-select-wrapper {
  border: 1px solid #CCC;
  width:100%;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 25px;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url(/images/common/navi-l/arrow-down-red-01.png);
  background-size: 15px auto;
}



.train-line-select-wrapper.editing {
  border: 1px solid #CCC;
  overflow: visible;
}




.train-line-select-wrapper .selected-train-line {
    top: 0;
    left: 0;
    height: 20px;
    margin: 10px;
    min-width: 100px;
    color: black;
}
.train-line-select-wrapper.editing .selected-train-line {
    display: none;
}

.train-line-select-wrapper .train-line-select {
    width: 300px;
    height: 0px;
    margin: 20px;
    background-color: white;
    overflow-y: hidden;
    position: relative;
    z-index: 1000;
}
.train-line-select-wrapper.editing .train-line-select {
  width: 100%;
  height: 230px;
  margin: 0;
  top: 10px;
  overflow-y: scroll;
}


.train-line-select div {
    height: 20px;
    color: black;
    padding-left: 10px;
    background-color: white;
}



.train-line-select div:hover {
    background-color: rgb(210,225,255);
}




.map-right-quick-list-frame {
}

.map-right-quick-list-frame &gt; div {
    float: left;
}

.map-right-quick-list-frame .quick-project-list {
    margin-left: 10px;
    margin-bottom: 3px;
    width: 300px;
    height: 424px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
}

.map-right-quick-list-frame .quick-project-list .pro-text {
    max-width: 260px;
}

.map-right-quick-list-frame .quick-project-list .pro-text p.f-right {
    margin: 0;
}

.map-right-quick-list-frame .close-button {
    width: 30px;
    height: 30px;
    background-color: white;
}
  
.map-right-quick-list-frame {
  font-size: 12px;
}
.map-right-quick-list-frame .result-property-each a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px 0px 10px 10px;
  background-image:none!important;
  
}

.map-right-quick-list-frame .text-info {
  width: 190px;
  float: left;
}

.map-right-quick-list-frame .pro-img {
  float: left;
  margin-right: 10px;
  width: 60px;
}


.map-right-quick-list-frame .pro-text div {
  float: left;
  width: 35px;
}


.map-right-quick-list-frame .result-property-each a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 0px 10px 10px;
    border-bottom: 2px solid #D7D7D7;
}


.map-right-quick-list-frame .close-button {
    width: 30px;
    height: 30px;
    background-image: url(/images/close_off.jpg);
    display:block;
    cursor:pointer;
}

.map-right-quick-list-frame .close-button:hover {
    background-image: url(/images/close_on.jpg);
    
}



.result-property-each.rj-info-window {
    max-width: 378px;
    overflow: hidden;
}
.result-property-each.rj-info-window a {
    padding: 0;
    background-size: 0;
}
.main-top-2 .result-property-each.rj-info-window p.f-right {
    margin: 0;
}
.result-property-each.rj-info-window .text-info {
    max-width: 90%;
}





#detail-map {  
height:100%;
width:100%;
}





</pre></body></html>