#buildingList {
    margin-bottom: 20px;
    padding: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow-x: hidden;
  }
  .building-entry {
    flex-shrink: 0;
  }
  .building-entry button {
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
  }
  /* モーダルスタイル */
  /* .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  .modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 1000px;
    border-radius: 8px;
    position: relative;
  }
  .modal-close {
    position: absolute;
    right: 10px; top: 10px;
    font-size: 20px;
    cursor: pointer;
  }*/
  #framelistFrame {
    width: 100%; 
    height: 706px;
    border: none;
  } 
