/* CSS Document */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}
        #pageHeader {
            text-align: center; /* ヘッダー内の画像を中央に配置 */
        }

        #main {
            display: flex;
            flex-direction: column; /* 子要素を縦に並べる */
            justify-content: center;
            align-items: center;
        }
        .form-container {
            margin-top: 40px;
            border: 2px solid #ccc; /* フォームを囲む枠線 */
            padding: 20px;
            border-radius: 20px; /* 角を丸める */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 影をつけて見栄えをよくする */
            background-color: #f9f9f9; /* フォームの背景色 */
            max-width: 700px;
            min-width: 450px;
        }
        #loginForm {
            text-align: center; /* フォーム内のテキストを中央に配置 */
        }
    .input-group {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .input-group label {
        width: 120px; /* ラベルの固定幅を設定 */
        margin-right: 10px;
        text-align: right; /* ラベルを右寄せ */
    }
    .input-group input[type="text"]
    .input-group input[type="password"] {
        width: 80%; /* 入力ボックスの幅を調整 */
        padding: 10px;
        border: 2px solid #2912F7;
        border-radius: 10px;
    }

        #loginForm input[type="submit"] {
            width: 50%; /* ボタンを長くする */
            padding: 10px;
            background-color: #4CAF50; /* ボタンの背景色 */
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
        }
        #loginForm input[type="submit"]:hover {
            background-color: #45a049; /* ホバー時の色 */
        }
        #footer {
            text-align: center; /* フッター内のテキストを中央に配置 */
            margin-top: 20px; /* 少し余白を追加して上の要素と分ける */
        }
        #pp{
            margin: 4px 0; /* 各フッター要素に少し余白を追加 */
            font-weight: bold;
        }
        .topindex{
            font-size: 20px;
            font-weight: bold;
            padding-left: 8%;
            text-align: left;
        }
        #acc{
            font-weight: 900;
            color: #F80404;
            margin: 4px 0; /* 各フッター要素に少し余白を追加 */
        }
         .topindex1{
            font-size: 20px;
            font-weight: bold;
            padding-left: 8%;
            text-align: center;
        }   
         .topindex2{
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }   
.form-table {
    width: 100%;
    border-collapse: collapse;
}

.form-table th,
.form-table td {
    padding: 5px;
    vertical-align: top;
}

.form-table th {
    width: 170px;
    text-align: right;
    font-weight: bold;
    background-color: #f7f7f7;
}

.form-table td {
    text-align: left;
}
button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.submit-button {
    width: 300px;
    padding: 15px;
    background-color: #d9534f;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.submit-button:hover {
    background-color: #c9302c;
}

.form-note {
    font-size: 0.9em;
    color: #888;
    margin-top: 5px;
}

.submit-cell {
    text-align: center;
    padding-top: 20px;
}
/* 郵便番号の入力フィールドの幅を12pxに設定 */
#yu1 {
    width: 80px;
}

/* 番地・部屋番号とその他建物の入力フィールドの幅を200pxに設定 */
#mail {
    width: 300px;
}
       .form-container2 {
            margin-top: 40px;
            border: 2px solid #ccc; /* フォームを囲む枠線 */
            padding: 20px;
            border-radius: 20px; /* 角を丸める */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 影をつけて見栄えをよくする */
            background-color: #f9f9f9; /* フォームの背景色 */
            width: 700px;
        }
        #loginForm2{
            text-align: center; /* フォーム内のテキストを中央に配置 */
        }
/*******************************************************