@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

* {
    font-family: inherit;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F6F6F7;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    overflow: auto
}

p {
    font-size: 12px;
}

input {
    max-width: 100%;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
    background: #cfcedb url(/img/arrows-down.png) no-repeat right 10px center / 8px auto;
}

.contents {
    font-size: 12px;
    color: #49494a;
}

p.error {
    font-size: 16px;
    color: #e7000e;
}

.necessity {
    font-size: 12px;
    color: #e7000e;
}

.comment {
    font-size: 10px;
    color: #e7000e;
}

a.rmenu:link, a.rmenu:visited {
    text-decoration: none;
    color: #7b7b7b;
}

a.rmenu:hover, a.rmenu:active {
    text-decoration: underline;
}

a.submenu:link, a.submenu:visited {
    text-decoration: none;
}

a.submenu:hover, a.submenu:active {
    text-decoration: underline;
}

a.url:link, a.url:visited {
    text-decoration: none;
}

a.url:hover, a.url:active {
    text-decoration: underline;
}

ul.rmenu {
    margin: 10px 0px 0px 5px;
    list-style-type: circle;
}

#login {
    background-color: #ffffff;
    margin: 30px auto 30px auto;
    min-width: 900px;
    text-align: center;
    padding: 10px;
    width: 90%;
}

#logobody {
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #7b7b7b;
}

#menubody {
    background-color: #F6F6F7;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

#logo {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#menu {
    background-color: #ddddde;
    margin: 10px 10px 10px 10px;
    padding: 0px;
}

#userinfo {
    padding: 0px;
}

#engineerinfo {
    padding: 0px;
}

#engineerlist {
    padding: 0px;
}

#clientinfo {
    padding: 0px;
}

#clientlist {
    padding: 0px;
}

#contractinfo {
    padding: 0px;
}

#contractlist {
    padding: 0px;
}

#monthlyinfo {
    padding: 0px;
}

#monthlylist {
    padding: 0px;
}

#workflow {
    padding: 0px;
}

.headlogo {
    float: left;
}

.loginuser {
    margin: 10px 20px 0px 0px;
    font-weight: bold;
    text-align: left;
    float: right;
}

.menuitem {
    margin: 10px 10px 10px 10px;
    font-size: 12px;
    text-align: left;
    color: #7b7b7b;
}

table {
    margin: 10px 10px 10px 10px;
    border-color: #939394;
    padding: 4px;
}

    table td, table th {
        border-color: #939394;
        margin: 0px;
        font-size: 14px;
        padding: 4px;
    }

.title {
    margin: 1em 1em 1em 1em;
    font-size: 14px;
    font-weight: bold;
    color: #3F3F5F;
    text-align: left;
}

.listheader td {
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    background-color: #BADCED;
    padding: 4px;
    font-size: 12px;
    vertical-align: middle;
    color: #3F3F3F;
    font-weight: bold;
    text-align: center;
    height: 20px;
}

.listfooter td {
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    background-color: #BADCED;
    padding: 4px;
    font-size: 12px;
    vertical-align: top;
    color: #3F3F3F;
    font-weight: bold;
    text-align: center;
}

.listtable {
    width: 600px;
    clear: both;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

    .listtable th {
        border-width: 1px 1px 0px 0px;
        border-style: solid;
        padding: 4px;
        font-size: 12px;
        vertical-align: top;
        color: #49494a;
        font-weight: bold;
        text-align: center;
    }

    .listtable td {
        border-width: 1px 1px 0px 0px;
        border-style: solid;
        background-color: #ffffff;
        padding: 4px;
        font-size: 12px;
        color: #49494a;
        vertical-align: top;
        text-align: left;
    }

.infotable {
    background-color: #ddddde;
    padding: 4px;
    min-width: 780px;
}

.search {
    background-color: #ddddde;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    font-size: 12px;
    text-align: left;
}

.searchcond {
    background-color: #ddddde;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    font-size: 12px;
    text-align: left;
}

.searchcond_center {
    background-color: #ddddde;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    font-size: 12px;
    text-align: center;
}

/*2016.09.08 ヘルプ実装 Kotsuka ADD Start*/
.lnkHelp {
    float: right;
}

.clearFloat {
    clear: both;
}
/*2016.09.08 ヘルプ実装 Kotsuka ADD End*/

/*2017.05.18 ソート用アイコン Naito ADD Start*/
.dg-header-asc-icon a {
    background-image: url("/img/asc.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px;
}

.dg-header-desc-icon a {
    background-image: url("/img/desc.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px;
}
/*2017.05.18 ソート用アイコン Naito ADD End */

/*2017.05.22 アクション用ボタンの位置調整 Naito ADD Start*/
div.actionButton {
    text-align: center;
}

    div.actionButton input {
        margin: 10px 5px 10px;
    }
/*2017.05.22 アクション用ボタンの位置調整 Naito ADD End*/

/*2017.09.07 金額の位置調整 Naito ADD Start*/
td.price {
    text-align: right;
}
/*2017.05.22 金額の位置調整 Naito ADD End*/

/*インフォメーション用*/
.info {
    margin: 0px 0px 0px 0px;
    padding: 4px;
    font-size: 12px;
    text-align: left;
    display: table-cell;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*ロゴ部分のオーバーレイ用*/
.overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    opacity: 0.5
}

/*CSVインポート画面用*/
.csv-title {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
