body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 50px;
}

.table01 tr:hover,
.table01 tr:hover,
.hover {
    background: #CCFFCC;
    color: #000000;
}

h2 {
    border-bottom: 2px solid #000;
}

table th,
table td {
    font-size: 14px;
}

.err_msg {
    color: #ff0000;
}

.table_list {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

.table_list th {
    width: 200px;
    text-align: center;
    background: #f0f8ff;
}

.table_list th,
.table_list td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: auto;
}

.table_list td {
    font-size: 13px;
    width: auto;
    background: #fff;
}

.comments {
    margin: 3px;
    font-size: 80%;
    font-weight: 400;
    color: #008000;
}

.btn_area {
    padding: 30px 0 30px 210px;
}

.input-text {
    width: 200px;
}

.input-text_s {
    width: 100px;
}

.page_info {
    margin: 10px 0;
}

.page_link {
    margin: 10px 0;
    text-align: center;
}

.s_box {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}

.err_msg {
    color: #ff0000;
}

.taboe01 {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

.taboe01 th {
    width: 200px;
    text-align: right;
    background: #f0f8ff;
}

.taboe01 th,
.taboe01 td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.comments {
    margin: 3px;
    font-size: 80%;
    font-weight: 400;
    color: #008000;
}

.btn_area {
    padding: 30px 0 30px 210px;
}

.input-text {
    width: 200px;
}

.input-text-1 {
    width: 184px;
}

.input-text_s {
    width: 100px;
}

.result_200 {
    display: inline-block;
    padding: 1px 3px;
    background: #ff8c00;
    color: #ffffff;
    border-radius: 2px;
}

.jyutyu_comment {
    border: 2px solid #ff8c00;
    padding: 5px;
    margin: 5px 0 10px 0;
    background: #fff;
}

.ng_list {
    background: #eee;
}

h3 {
    background: #666;
    padding: 6px;
    color: #fff;
}

h4 {
    /*border-bottom:1px solid #666;*/
    padding: 5px;
    margin: 20px 0 5px 0;
}

.relation_table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 15px;
}

.relation_table th,
.relation_table td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: auto;
    background: #fff;
}

.btn_link2 {
    display: inline-block;
    padding: 10px;
    text-align: center;
    background: #00008b;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #191970;
    border-right: 2px solid #191970;
    cursor: pointer;
}

.btn_link {
    display: inline-block;
    padding: 10px;
    text-align: center;
    background: #ccc;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
}

.btn_link_line1 {
    height: 40px;
    display: block;
    padding: 20px 10px 0 10px;
    text-align: center;
    background: #ccc;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
}

.btn_link_line2 {
    height: 40px;
    display: block;
    padding: 10px;
    text-align: center;
    background: #ccc;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
}

.btn_link:hover,
.btn_link_line1:hover,
.btn_link_line2:hover {
    background: #f5f5f5;
}

.date {
    width: 110px;
    text-align: center;
}

.time {
    width: 50px;
    text-align: center;
}

.err_msg_box {
    border: 1px solid #ff0000;
    background: #ffc0cb;
    margin-bottom: 20px;
}

.btn_save {
    background: #000080;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}

input,
select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.cat10,
.cat20,
.cat30,
.cat100 {
    font-size: 11px;
    margin: 0 0 3px 0;
    display: inline-block;
    padding: 1px 4px;
    border-radius: 2px;
}

.cat10 {
    background: #f0f8ff;
}

.cat20 {
    background: #fff3dc;
}

.cat30 {
    background: #ff0000;
    color: #ffffff;
}

.cat100 {
    background: #ccc;
}

@media screen and (max-width: 1000px) {
    body {
        font-size: 12px;
    }
    .sp_no_disp {
        display: none;
    }
    .table_list th {
        font-size: 12px;
    }
    .table_list td {
        font-size: 12px;
    }
    .taboe01 th {
        font-size: 12px;
    }
    .taboe01 th,
    .taboe01 td {
        font-size: 12px;
    }
    nobr {
        display: inline-block;
        padding: 5px;
    }
    .taboe01 th {
        width: 150px;
    }
    table th,
    table td {
        font-size: 12px;
    }
    .btn_area {
        padding: 30px;
        text-align: center;
    }
}