/*
 * stylesheet.css
 *
 * @version 201910111200
 *
 * Created on 0000/00/00, 00:00
 * Copyright FireSolutions,Inc.
 */

* {
}

body, th, td, p, div, span, input, button, select, textarea, form, option, optgroup, a {
    font-family: 'ＭＳ ゴシック', 'MS Gothic', Courier, monospace;
    font-size: small;
}

body {
    background: #ffffff;
    background-color: #ffffff;
    color: #444444;
    font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    font-size: 0.9em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

a:active {
    color: #339900;
}

heading1 {
    font-size: x-large;
    font-weight: bold;
}

.heading1 {
    font-size: 14pt;
}
.nomal {
    font-size: 10pt;
}

/* Style rules to make data tables look better */

.list-header {
    background-color: #cccccc;
    font-size: 12px
}

.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even {
    background-color: #ffffff;
    vertical-align: top;
    text-align: left;
    font-size: 12px
}

.list-row-odd {
    background-color: #cccccc;
    vertical-align: top;
    text-align: left;
    font-size: 12px
}

/* Style rules for message severity levels */

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}

.monthlyGridPanelWeekName {
    color: black;
    font-weight: bold;
    text-align: center;
}

.monthlyGridPanelRow1 {
    color: black;
    height: 10%;
}

.monthlyGridPanelRow2 {
    color: black;
    height: 90%;
}

.monthlyGridPanelRow2 ul {
    color: black;
    height: 90%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px;
    line-height: normal;
}

.monthlyGridPanelRowHoliday li {
    color: darkgreen;
}

.dataGridIndexPanelRow {
    text-align: left;
}

.weekGridPanelColum1 {
    text-align: center;
    width: 10%;
}

.weekGridPanelColum2 {
    vertical-align: top;
    text-align: left;
    width: 90%;
}

.list-row-left-even {
    vertical-align: middle;
    text-align: left;
    font-size: 12px
}

.list-row-left-odd {
    background-color: #cccccc;
    vertical-align: middle;
    text-align: left;
    font-size: 12px
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.copyRowButton, .pasteRowButton, .deleteRowButton, .insertRowButton {
    cursor: pointer;
    background-color: #cccccc;
    border-bottom-color: gray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: gray;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: center;
}

#noticeTextArea {
    width: 95%;
    max-width: 400px;
    font-size: 0.9em;
}

#container {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 100%;
    padding: 0px;
    text-align: left;
    color: white;
    background-color: red;
    background-image: url("/resources/background-image.png");
}

#header a, #header a:link, #header a:visited {
    color: white;
    text-decoration: none;
}

#header a:hover {
    color: white;
    text-decoration: underline;
}

#header a:active {
    color: #339900;
}

#header-content-left {
    float: left;
    width: 40vw;
    max-width: 200px;
    min-height: 60px;
    padding: 3px;
}

#logo {
    width: 40vw;
    max-width: 200px;
    height: auto;
    vertical-align: middle;
}

#header-content-right {
    float: right;
    width: 50vw;
    max-width: 250px;
    min-height: 60px;
    padding: 3px;
    text-align: right;
}

#progressBar {
    clear: both;
    float: none;
    width: 100%;
    background-color: #eeeeee;
}

#headermenu {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #efefef;
}

#headermenu ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

#headermenu li {
    float: left;
    width: 20%;
}

#headermenu a {
    font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    font-size: 1.2em;
}

#headermenu7 {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#headermenu7  ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

#headermenu7  li {
    float: left;
    width: 14.28%;
}

#headermenu7 a {
    font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    font-size: 1.2em;
}

#sidemenu {
    display: block;
    float: left;
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    width: 178px
}

#sidemenu  ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 168px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

#sidemenu  li {
}

.close {
    background-color: #cccccc;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 12px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

.open {
    background-color: #eeeeee;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 12px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

.tabclose {
    background-color: #cccccc;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 12px;
    height: 40px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px
}

.tabopen {
    background-color: #a0b8c8;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 12px;
    height: 40px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

#content {
    font-size: 12px;
    height: 100%;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
}

#footer {
    clear: both;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    width: 100%;
    background-color: #efefef;
}

[draggable=true] {
    -khtml-user-drag: element;
}

.smallbr {
    display: none;
}

.login_input_box {
    margin: 0px auto;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
}

.login_field_label {
    float: left;
    width: 45%;
    margin: 0.2rem 0;
    font-size: 1.2rem;
    text-align: right;
}

.login_field {
    float: left;
    width: 45%;
    margin: 0.2rem 0.5rem;
}

.login_field input {
    font-size: 1.2rem;
}

#submit_button input {
    padding: .3rem .5rem;
    font-size: 1.2rem;
}

#message_box {
    clear: both;
    padding-top: 20px;
    font-weight: bold;
    color: red;
}

#submit_button {
    clear: both;
    padding: 30px 0px;
}

#link_action {
    margin: 0px auto;
    padding: 10px 0px;
}

#link_action ul li {
    margin: 0px auto;
    padding: 5px 0px;
    width: 250px;
    list-style-type: none;
    text-align: left;
    color: blue;
}

/* タブレットの設定 */
/* @media (max-width:1619px) { */
@media (max-width:1279px) {
    table {
        width: 100%;
    }
}

/* 800サイズ以下の設定 */
@media (max-width: 767px) {
    .smallbr {
        display: block;
    }

    #headermenu a {
        font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
        font-size: 1em;
    }

    #headermenu7  li {
        float: left;
        width: 14.28%;
        height: 2em;
    }

    .login_input_box {
        margin: 0px auto;
        width: 100%;
        text-align: center;
    }

    .login_field_label {
        float: none;
        width: 100%;
        text-align: center;
    }

    .login_field {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .login_field input[type="text"], .login_field input[type="password"] {
        width: 80%;
    }

}
