#floorplan-overlay {
    position: fixed;
    top:0;
    left:0;
    width: 209px;
	height: 281px;
    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: 166px; left: 134px; }
#room2-btn { top: 166px; left: 45px; }
#room3-btn { top: 63px; left: 45px; }
#room4-btn { top: 60px; left: 160px; }
#room5-btn { top: 65px; left: 100px; }
#room6-btn { top: 31px; left: 103px; }
#room7-btn { top: 237px; left: 45px; }
#room8-btn { top: 400px; left: 100px; }


