#floorplan-overlay {
    position: fixed;
    top:0;
    left:0;
    width: 173px;
	height: 340px;
    border: 1px solid #aaa;
    background: #fff;
    z-index: 10;
    opacity:0.5;
  }

      .room-no-btn {
        position: absolute;
        background: #0ff;
        border: 1px solid #444;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
        font-weight: bold;
        opacity: 0.8;
      }

      /* 色が変わったとき用のクラス */
      .active-btn {
        background: #f00;
      }

#room1-btn { top: 43px; left: 108px; }
#room2-btn { top: 144px; left: 105px; }
#room3-btn { top: 240px; left: 105px; }
#room4-btn { top: 193px; left: 33px; }
#room5-btn { top: 58px; left: 10px; }
#room6-btn { top: 97px; left: 14px; }
#room7-btn { top: 128px; left: 27px; }
#room8-btn { top: 44px; left: 52px; }
#room9-btn { top: 297px; left: 36px; }
#room10-btn { top: 351px; left: 0px; }

