@charset "UTF-8";

.header {
    text-align: center;
    background: #003366;
    color: white;
    margin: 0;
}

ul {
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    z-index: 20;
}

ul li {
    display: inline-block;
    padding: 26px 10px 20px 10px;
}

.sys {
    text-align: left;
    position: relative;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.headerTitle {
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

body {
    color: black;
    font-size: 25px;
    margin: auto;
}

table {
    margin: auto;
}

td {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    text-align: center;
    white-space: nowrap;
}

label {
    display: inline-block;
    text-align: right;
    white-space: nowrap;
    width: 300px;
}

input {
    width: 400px;
}

div {
    margin: auto;
    text-align: center;
}

img {
    margin: auto;
}

.onerecode {
    margin: auto;
}

.blueButton {
    background: #003366;
    width: 200px;
    color: white;
    font-size: 25px;
    margin: auto;
    cursor: pointer;
}

.errormsg {
    background: #FCE4D6;
    color: red;
    font-size: 25px;
    margin: auto;
}

.twofactor {
    color: royalblue;
    font-size: 25px;
}

/* 数字のみ入力可能なテキストボックスのスピンボタン非表示 Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 数字のみ入力可能なテキストボックスのスピンボタン非表示 FireFox, IE */
input[type="number"] {
    -moz-appearance: textfield;
}