﻿body {
    font-family: Lucida Sans Unicode !important;
}

.whole {
    margin: 0px 20px 0px 20px;
}

.frmTitle {
    font-size: 24px;
    color: #ffffff;
    background-color: #06c;
    padding: 8px;
    height: 50px;
}

.txt {
    border: solid 1px #d3d3d3;
    border-radius: 4px;
    width: 30%;
}

.ddl {
    border: solid 1px #d3d3d3;
    border-radius: 4px;
}

.btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background-color: #06c;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s !important;
    border: 0px;
    z-index: 1;
}

    .btn:hover {
        color: #ffffff !important;
        background-color: #007af3;
        cursor: pointer
    }

    .btn:focus {
        background-color: #06c !important
    }

    .btn:active {
        background-color: #06c;
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px) !important
    }

.accentbtn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background-color: #ffce96;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s !important;
    border: 0px;
    z-index: 1;
}

    .accentbtn:hover {
        color: #000000 !important;
        background-color: #ffbe76;
        cursor: pointer
    }

    .accentbtn:focus {
        background-color: #ffbe76 !important
    }

    .accentbtn:active {
        background-color: #ffbe76;
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px) !important
    }

.row {
    margin-bottom: 20px;
    text-align: center
}

.pre {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    text-align: left;
    border: none;
    max-height: 700px;
    overflow-y: scroll;
    font-family: Lucida Sans Unicode;
    border: solid 2px;
    border-color: #06c;
    border-radius: 0px;
}

.info-Title {
    font-size: 20px;
    height: 40px;
    padding: 10px;
    color: #ffffff;
    background-color: #06c;
    align-items: center;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.main {
    padding: 20px;
    margin: 20px;
}

.disp_none {
    display: none !important;
}

th {
    color: #ffffff;
    border-color: #000000;
    background-color: #06c;
    height: 50px;
}

th, td {
    padding: 4px !important;
    text-align: center !important;
}

.item_center {
    display: flex !important;
    align-items: center !important;
}

.p {
    margin-bottom: 0px;
}

.freezing {
    color: white;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-width: 0;
    z-index: 10;
}

menu {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    display: block;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    display: block;
    margin: 0;
}

.menu > li {
    float: left;
    width: 25%;
}

.menu__single:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.menu > .menu__single {
    position: relative;
}

.menu__single .menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
}

.menu__single:hover > .menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

.login_margin {
    margin: 2px
}

/*カレンダー*/
.input-group.date .dropdown-menu {
    display: block;
}

.header-aria {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #000000;
    text-align: left;
    font-size: 24px;
}

.li_index {
    position: relative;
    z-index: 10;
}
