html {
    width: 100%;
    height: 100%;
    font-size: 14px;
    min-width: 1024px;
    min-height: 693px;
    overflow: auto;
}

body {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    overflow: hidden;
    min-width: 1100px;
    min-height: 725px;
    color: rgb(255, 255, 255);
    background: rgb(70, 70, 70);
}
.cautions_label{
    color: red;
}
.loaderdiv{
    position: absolute; 
    left: 0px;
    z-index: 3;
    width:100%;
    height: 100%;
    background: rgba(100,100,100,0.3);
}

.loader { 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    z-index: 2;
    width: 150px; 
    height: 150px; 
    margin: -75px 0 0 -75px; 
    border: 16px solid #f3f3f3; 
    border-radius: 50%; 
    border-top: 16px solid #3498db; 
    width: 120px; 
    height: 120px; 
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 
    opacity: 1;
    background: rgba(100,100,100,0);
} 
.loader_area{
    display: none;
}
@-webkit-keyframes spin { 
    0% { -webkit-transform: rotate(0deg); } 
    100% { -webkit-transform: rotate(360deg); } 
} 
@keyframes spin { 
    0% { transform: rotate(0deg); } 
    100% { transform: rotate(360deg); } 
}
#content {
    width: 100%;
    height: 100%;
    position: relative;
}

.area {
    position: absolute;
    width: 18%;
    border-left: 2px solid rgb(125,125,125);
    border-right: 2px solid rgb(125,125,125);
    border-bottom: 2px solid rgb(255,255,255);
    border-top: 2px solid rgb(75,75,75);
    padding: 1%;
}

#area1 {
    height: 40%;
    top: 5%;
    left: 4%;
}

#area2 {
    height: 16%;
    top: 50%;
    left: 4%;
}

#area3 {
    height: 17%;
    top: 5%;
    left: 28%;
}

#area4 {
    height: 7%;
    top: 27%;
    left: 28%;
}

#area5 {
    height: 27%;
    top: 39%;
    left: 28%;
}

#area6 {
    height: 49%;
    top: 5%;
    left: 52%;
}

#area7 {
    height: 49%;
    top: 5%;
    left: 76%;
}

#area8 {
    width: 42%;
    height: 18%;
    top: 60%;
    left: 52%;
}

.btn {
    text-align: center;
    margin-bottom: 14px;
    clear: both;
    border-radius: 5px;
    background: linear-gradient(rgb(180, 180, 180), rgb(95, 95, 95), rgb(125, 125, 125));
    border-top: 2px solid rgb(200,200,200);
    border-left: 2px solid rgb(170,170,170);
    border-right: 2px solid rgb(90,90,90);
    border-bottom: 2px solid rgb(65,65,65);
    -ms-user-select: none; 
   -moz-user-select: -moz-none;
   /*-khtml-user-select: none;*/
   -webkit-user-select: none;
   user-select: none;

}
.btn:active{
    background: linear-gradient(rgb(125, 125, 125), rgb(95, 95, 95), rgb(180, 180, 180));
    border-top: 2px solid rgb(65,65,65);
    border-left: 2px solid rgb(90,90,90);
    border-right: 2px solid rgb(170,170,170);
    border-bottom: 2px solid rgb(200,200,200);
}
.btn:disabled{
    opacity: 0.6;
}

.new_btn {
    background: linear-gradient(rgb(180, 180, 180), rgb(180, 180, 180), rgb(125, 125, 125));
}

.disabled{
    opacity: 0.2;
    pointer-events:none;
}

#clear_btn {
    position: absolute;
    top: 71%;
    left: 4%;
    width: 8%;
}

#input_msg {
    position: absolute;
    top: 86%;
    left: 78%;
    height: calc(10% + 3px);
    width: 6%;
}

#complete {
    position: absolute;
    top: 86%;
    left: 85%;
    height: calc(10% + 3px);
    width: 11%;
}

#memo_area {
    position: absolute;
    top: 76%;
    left: 4%;
    width: 44%;
    height: 20%;
    overflow-y: scroll;
    background-color: rgb(255, 224, 192);
    line-height: 18px;
}

#memo_input {
    position: absolute;
    top: 86%;
    left: 52%;
    height: 10%;
    width: 25%;
    background-color: rgb(192, 255, 255);
    line-height: 18px;
}

.gt_half_btn {
    width: calc(64.5% - 6px);
    margin-right: calc(4% + 4px);
    clear: none;
    float: left;
}

.lt_half_btn {
    width: calc(31.5% - 6px);
    clear: none;
    float: left;
}

.half_left_btn {
    width: calc(48% - 6px);
    clear: none;
    float: left;
    margin-right: calc(4% + 4px);
}

.half_right_btn {
    width: calc(48% - 6px);
    clear: none;
    float: left;
}

.half_left_btn2 {
    width: calc(43% - 6px);
    clear: none;
    float: left;
    margin-right: 14%;
}

.half_right_btn2 {
    width: calc(43% - 6px);
    clear: none;
    float: left;
}

.long_word {
    line-height: initial;
}

#business_trip,#item_master,#account_master,#transportation_master{
    margin-bottom: 20px;
}

#journalizing_yayoi{
    margin-left: 52%;
}

#honsha_uri {
    margin-left: 52%;
}

#customer_master{
    clear: none;
    float: left;
    width: calc(48% - 6px);
    margin-right: calc(4% + 4px);
}
#siire_master{
    clear: none;
    float: left;
    width: calc(48% - 6px);
    width: calc(48% - 6px);

}
#backup_folder{
    display: none;
}
#manage_business_trip{
    clear: none;
    float: left;
    width: calc(48% - 6px);
    margin-right: calc(4% + 4px);
}
#manage_expense_info{
    clear: none;
    float: left;
    width: calc(48% - 6px);
}