@charset "utf-8";

/* CSS login
 * @auther:
 */

/* ログイン設定 */

div#login {
    margin: 0 auto;
    width: 630px;
    text-align: center;
}

div#message {
    margin: 50px 0 0 0;
    height: 50px;
    color:red;
    font: normal normal normal 22pt/22pt 'Meiryo UI';
    text-align: center;
}

div#box {
    width: 100%;
    height: 305px;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid;
    border-color: #c0c0c0;
    text-align: center;
    line-height: 30px;
    font: normal normal normal 25pt/25pt 'Meiryo UI';
}

div.label {
    margin: 10px 0 40px 10px;
    text-align: left;
}

div.line {
    width: 500px;
    margin: 10px;
    height: 62px;
    padding: 0;
    text-align: left;
}

div.labelbox {
    float: left;
    width: 160px;
    height: 47px;
    margin: 0 0 0 0;
    padding: 8px 0 0 0;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid;
    border-color: #c0c0c0;
}
div.inputbox {
    float: left;
    margin: 0 0 0 10px;
}

div.inputbox input{
    width: 155px;
    height: 50px;
    font-size:34px;
}

button.inputbtn {
    margin: 0px;
    padding: 5px;
    width: 160px;
    height: 55px;
    font: normal normal normal 25pt/25pt 'Meiryo UI';
}

div.btnarea {
    margin: 20px 0 0 0;
    width: 350px;
    text-align: center;
}

button.loginbtn {
    margin: 0 0 0 0;
    padding: 5px;
    width: 230px;
    height: 55px;
    font: normal normal normal 25pt/25pt 'Meiryo UI';
}

div#keypanel1 {
    position: fixed;
    top: 180px;
    width: 320px;
    height: 300px;
    border: solid 2px #336699;
    background-color: #ccc;
    margin-left: 363px;
    width: 275px;
}

div#keypanel2 {
    position: fixed;
    top: 180px;
    width: 320px;
    height: 300px;
    border: solid 2px #336699;
    background-color: #fff;
    margin-left: 363px;
    width: 275px;
}

table.keypnl {
    margin: 0 0 0 10px;
}

table.keypnl .label{
    font: normal normal normal 20pt/24pt 'Meiryo UI';
}

table.keypnl button.s1{
    width: 80px;
    height: 60px;
    color: #000;
    padding: 0;
    margin: 0;
    font: normal bold normal 20pt/24pt 'Meiryo UI';
}

table.keypnl button.s2{
    width: 165px;
    height: 60px;
    color: #000;
    padding: 0;
    margin: 0;
    font: normal bold normal 20pt/24pt 'Meiryo UI';
}


