/* ヘッダー全体を固定表示 */
div.navbar-expand-xl.navbar.static-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1050;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ヘッダー内のコンテナも固定に合わせて調整 */
div.custom-container {
    max-width: 100%;
}

/* コンテンツがヘッダーの下に隠れないように余白を追加 */
/*body {
    padding-top: 100px; /* ヘッダーの高さに合わせて調整 */
/*}

/* モーダル（詳細フォーム）の幅を広げる */
.modal-dialog {
    max-width: 90% !important;
    width: 90% !important;
}


#Code {
    margin-top: 100px; /* ヘッダーの高さに応じて調整。例：100px */
}

label[for="Code"] {
    display: none;
}

#Code {
    width: 150px;
    padding: 6px 10px;
    font-size: 16px;
}
