body {
    width: calc(100% - 2px);
    box-sizing: border-box;
}

div#contents {
    padding: 0 10px;
    margin: 3px 0;
}

#suiiTable {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

#suiiTableData {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 3px;
}

#scrollSuiiTable {
flex:1;
    overflow: auto;
}

#talbeLegend {
    width: 500px;
}

#legendTitle {
    text-align: center;
    background-color: #e5eaee;
    border: 1px solid #666;
    border-bottom: none;
}

#legendBody {
    width: auto;
    margin: 0;
    padding: 15px 0;
    border: 1px solid #666;
}

#legendBody .legendRow {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 3px 20px;
}

#legendBody .rect {
    width: 50px;
    height: 16px;
    border: 1px solid #666;
    text-align: center;
}

div#link_1 {
    width: 680px;
}