@charset "utf-8";

/* CSS login
 * @auther:
 */

/* ログイン設定 */

div#login {
    margin: 0 auto;
    width: 600px;
    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: 350px;
    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#box table {
    line-height: 1.8;
}

div#box td {
    padding: 10px;
    text-align: left;
    font: normal normal normal 25pt/25pt 'Meiryo UI';
}

.td_label {
    text-align: right;
    width: 160px;
    padding: 0;
}
.input_width {
    width: 150px;
}

div.line {
    width: 400px;
    margin: 10px;
    height: 62px;
    padding: 0;
}

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';
}

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

div#keypanel1 {
    position: fixed;
    top: 165px;
    width: 320px;
    height: 280px;
    background-color: transparent;
}

div#keypanel2 {
    position: fixed;
    top: 160px;
    width: 320px;
    height: 280px;
    background-color: transparent;
}

div#keypanel1,div#keypanel2 .box {
    margin-left: 370px;
    width: 275px;
    border: solid 2px #336699;
    background-color: #ccc;
}

table.keypnl {
    margin: 10px;
}

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';
}


