﻿
.FontFamily {
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.ErrorColor {
    font-size: 1em;
    color: magenta;
    background-color: transparent;
}

.Daikoumoku {
    width: 100px;
    text-align: left;
    vertical-align: top;
    font-size: 1em;
    border: 1px solid black;
    padding-left:5px;
}

.TextBox {
    width: 200px;
    height: 10px;
    text-align: left;
    font-size: 1em;
    overflow-wrap: break-word;
    word-break: break-word;
    border: 1px solid black;
    padding-left: 5px;
}

.Koumoku {
    width: 150px;
    height: 10px;
    text-align: left;
    font-size: 1em;
    border: 1px solid black;
    padding-left: 5px;
}
.TextBoxWidth {
    width: 93%;
}

.LargeCaution {
    width:800px;
    padding-top:12px;
}

.WidthLarge {
    width: 500px;
}

.WidthMiddle {
    width: 300px;
}

.WidthSmall {
    width: 150px;
}

.MAINDIV {
    width: 810px;
    height: 300px;
    background-color: white;
    color: black;
}

.Require {
    color: red;
    font-size: medium;
    background-color: white;
}

.PaddingLeft50px {
    padding-left: 3.125em;
    text-align: left;
}

.PaddingLeft100px {
    padding-left: 6.25em;
    text-align: left;
}

.Button {
    border-top: 1px;
    margin-right: 3pt;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    display: inline-block;
    white-space: nowrap;
    background-color: #004080;
    border-bottom-color: #004080;
    border-left-color: #004080;
    border-right-color: #004080;
    border-top-color: #004080;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0.9em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    min-width: 86px;
    cursor: pointer;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
}

    .Button:hover {
        background-color: #e6e6e6;
        border-bottom-color: #002c6c;
        border-left-color: #002c6c;
        border-right-color: #002c6c;
        border-top-color: #002c6c;
        color: black;
    }


.lightBoxBg {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}