﻿@charset "UTF-8";

html, body {
    height: 98%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
}

#wrapper2 {
    font-family: 'Lucida Grande', Meiryo, メイリオ, sans-serif;
    position: relative;
    width: 100%;
    height: 98%;
}

#wrap-header {
    padding: 10px;
    width: 96%;
    /* position: fixed; */
    z-index: 99;
    height: 1.3em;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(#fff, #fcfcfc);
    margin-left: 10px;
}

    #wrap-header .title {
        font-size: 1.2em;
    }

.wrap-main {
    display: flex;
    width: 100%;
    height: calc(98% - 1.4em - 20px);
}

.login-box {
    margin: auto;
}

.one-row {
    height: 4.5em;
    padding-bottom: 2.0em;
    text-align: center;
}

.one-row-edit {
    height: 2.5em;
    padding-bottom: 2.0em;
}

.inputbox {
    border-radius: 0.2em;
    font-size: 2.0em;
    background-color: peachpuff;
    width: 16.0em;
}

.inputbox2 {
    font-size: 2.0em;
    background-color: peachpuff;
}

.loginbox {
    border-radius: 0.2em;
    font-size: 2.0em;
    background-color: coral;
    width: 16.0em;
    margin-left: auto;
    margin-right: auto;
}

.infoTitle {
    font-size: 2.0em;
    width: 8.0em;
    float: left;
}

.infoTitle2 {
    font-size: 2.0em;
    width: 8.0em;
    margin-left: auto;
    margin-right: auto;
}

.infoBox {
    font-size: 1.0em;
    color: red;
}

