html {
    overflow-y: scroll;
    /*    font-family: "メイリオ Medium", "Meiryo Medium", "メイリオ"; */
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "NotoSansCJKjp-Regular", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    height: 100%;
}

body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "NotoSansCJKjp-Regular", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.container {
    position: relative;

    width: 100%;
    height: 100%;
}

.header {
    /*position: absolute;*/
    position: fixed;

    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    /*background: linear-gradient(to right, #f0f8ff, white);*/
    background: white;
    border-bottom: 1px solid #000;
    z-index: 100;
}

.system_title {
    position: absolute;
    top: 3px;
    left: 2%;
}

.site_logo {
    width: 120px;
    height: 43px;
}

.division_information {
    position: absolute;
    top: 10px;
    right: 300px;
    font: normal normal bold 11px Segoe UI;
    color: #e21111;

}

.user_information {
    position: absolute;
    top: 30px;
    right: 300px;
    font: normal normal bold 11px Segoe UI;
    color: #595757;

}

.profile {
    position: absolute;
    padding: 5px;
    top: 5px;
    right: 170px;
    color: var(--unnamed-color-2699fb);
    text-align: left;
    font: normal normal bold 14px/16px Segoe UI;
    letter-spacing: 0px;
    /*color: #2699FB;*/
    color: #595757;
    transition: .3s;
    border-radius: 12px;
    opacity: 2;
    text-decoration: none;
}

.profile:hover {
    background: #dcdcdc;
}

.profile_icon {
    vertical-align: middle;
    height: 30px;
}

.logout {
    position: absolute;
    padding: 5px;
    top: 5px;
    right: 30px;
    color: var(--unnamed-color-2699fb);
    text-align: left;
    font: normal normal bold 14px/16px Segoe UI;
    letter-spacing: 0px;
    /* color: #2699FB; */
    color: #595757;
    transition: .3s;
    border-radius: 12px;
    opacity: 2;
    text-decoration: none;
}

.logout:hover {
    background: #dcdcdc;
}

.logout_icon {
    vertical-align: middle;
    height: 30px;
}


.main_container {
    position: absolute;

    left: 12%;
    width: 88%;
    height: 100%;
    background: #F1F9FF;

    z-index: 10;
}

.main_content {
    position: absolute;

    top: 80px;
    width: 100%;
    background: #F1F9FF;
    height: auto;
}

.main_container_simple {
    position: absolute;

    /* left: 12%; */
    width: 100%;
    height: 100%;
    background: #F1F9FF;

    z-index: 10;
}

.main_content_simple {
    position: absolute;

    margin-top: 20px;
    width: 100%;
    background: #F1F9FF;
    height: auto;
}

.side_container {
    position: fixed;

    height: 100%;
    width: 12%;
    background: #2699FB 0% 0% no-repeat padding-box;
    z-index: 1;
}

.side_content {
    position: fixed;

    top: 80px;
    width: 12%;

    background: var(--unnamed-color-2699fb) 0% 0% no-repeat padding-box;
    background: #2699FB 0% 0% no-repeat padding-box;

}

.home_label {
    display: block;
    position: relative;
    color: #FFFFFF;
    margin: 0;
    padding: 7px 20px;
    transition: .3s;
    background: #2699FB 0% 0% no-repeat padding-box;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0px;
    text-decoration: none;
    /*   border-bottom: 1px solid #eef7fa;*/
    bottom: 2px;
}

.home_label:hover {
    background: #2289E1 0% 0% no-repeat padding-box;
}

.accordion {
    top: 50px;
    list-style: none;
    width: 100%;
    height: 100%;
    font: normal normal bold 12px/20px Meiryo;
    color: #FFFFFF;
    line-height: 2;
    background: #2699FB 0% 0% no-repeat padding-box;
    margin: 0;
    padding: 0;
}

.accordion>li {
    padding: 0px;
    text-align: left;
    /*   border-bottom: 1px solid #eef7fa;*/
}

.accordion li a {
    display: block;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 12px;
    transition: .3s;
    list-style: none;
}

.accordion>li a:before {
    position: absolute;
    top: 50%;
    left: 5px;
    font: 12px/100% 'Typicons';
    content: "";
    color: #FFF;
    margin-top: -10px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);
}

.accordion>li>ul>li {
    text-align: left;
}

.accordion>li>ul>li a:before {
    position: absolute;
    top: 58%;
    left: 1px;
    font: 12px/100% 'Typicons';
    content: "#";
    color: #FFF;
    margin-top: -10px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);
}

.accordion li a:hover {
    color: #f5f5f5;
    background: rgba(0, 0, 0, .1);
    border-top-color: #c7e4ee;
}

.arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 2;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, .3);
    margin-top: -10px;
    color: #d4ebf2;
    transition: .3s;
}

.arrow:before {
    content: url("../images/close.png");
}

.accordion li>a:hover .arrow {
    color: #2f7f99;
}

.rotate {
    content: url("../images/open.png");
    transform: rotate(90deg);
}

.subtitle {
    position: relative;
    background: #595757;
    border: 0px solid black;
    color: white;
    margin: 0px 0px 4px 0px;
    padding: 3px;
    text-align: left;
    font-size: 90%;
    font-weight: bold;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .2);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 13px;
    height: 20px;
    top: 50px;
    padding-left: 12%;
}

.subtitle_simple {
    position: fixed;
    background: #595757;
    border: 0px solid black;
    color: white;
    margin: 0px 0px 4px 0px;
    padding: 3px;
    text-align: left;
    font-size: 90%;
    font-weight: bold;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .2);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 13px;
    height: 20px;
    width: 100%;
    top: 0px;
    padding-left: 0%;
    z-index: 100;
}

.side_icon_home {
    position: relative;
    vertical-align: middle;
    max-height: 24px;
    max-width: 24px;
    left: -7px;
}

.side_icon {
    vertical-align: middle;
    padding: 3px;
    max-height: 24px;
    max-width: 24px;
}

.side_title {
    position: absolute;
    left: 30%;
    top: 25%;
}

.side_title_home {
    position: absolute;
    left: 30%;
    top: 20%;
}

/* ここまでがサイト内の共通フレーム部分 */

fieldset {
    border-radius: 3px 3px 3px 3px;
    border-color: #ccc;
}

.miniTitle {
    color: #595757;
    font-weight: bold;
    padding: 8px 3px;
}

.miniTitleSide {
    color: #595757;
    font-weight: bold;
    padding: 3px 3px;
    margin-top: 10px;
    margin-right: 440px;
}

.head_form {
    display: inline;
}

.head_logo {
    margin-top: 0.1%;
    margin-left: 2%;
    font-weight: bold;
}

.head_version {
    margin-top: 7px;
    font-size: 11px;
    /* font-size: 5%; */
    margin-left: 29%;
    /* display: flex;
    padding-top: 10px; */
}

.head_sys {
    margin: 0 0 0 auto;
    margin-right: 1%;
}

.trance_submit {
    color: #fff;
    border: none;
    background-color: transparent;
    height: 33px;
    width: 120px;
    font-weight: bold;
}

.place {
    font-size: 14px;
    font-weight: bold;
    margin-left: 3%;
    margin-top: 2px;
}

.main_form {
    text-align: center;

}

.news {
    margin: 0 auto;
    overflow: scroll;
    margin-top: 10px;
    width: 50%;
    min-width: 800px;
    height: 160px;
    border: 1px solid;
    background-color: #dfdfdf;
    text-align: left;
    font-size: 12px;
}

.main_table {
    margin: 0 auto;
    margin-top: 25px;
    /* width: 70%; */
    /* width: 800px; */
    /* min-width: 700px; */
    /* min-width: 600px; */
}

.menu_submit {
    background: url("../images/mainmenu1.png") no-repeat;
    width: 150px;
    height: 150px;
    color: #404040;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 12px;
}

.menu_submit:active {
    background: url("../images/mainmenu1_.png") no-repeat;
    color: dimgray;
    padding-left: 1px;
    padding-top: 1px;
    outline: none;
    border: solid 1px #bfbfbf;
    border-radius: 7px;
    position: relative;
    top: 1px;
    left: 1px;
}

.system_submit {
    background: url("../images/mainmenu2.png") no-repeat;
    width: 150px;
    height: 150px;
    color: #f9f9f9;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 12px;
}

.system_submit:active {
    background: url("../images/mainmenu2_.png") no-repeat;
    color: #bfbfbf;
    padding-left: 1px;
    padding-top: 1px;
    outline: none;
    border: solid 1px #1e90ff;
    border-radius: 7px;
    position: relative;
    top: 1px;
    left: 1px;
}

/*
.system_submit{
    width: 150px;
    height: 150px;
    background-color: #1e90ff;
    border: none;
    border: 1px solid;
    border-color: #6495ed;
    color: #fff;
}
*/
.main_td {
    width: 150px;
}

#logout_check {
    text-align: center;
}

.logout_check_title {
    margin-top: 55px;
}

.logout_check_submit {
    margin-top: 45px;
    height: 35px;
    width: 100px;
    background-color: #6495ed;
    color: #fff;
    font-weight: bold;
}

#add_user {
    text-align: center;
}

/* .add_user_form{
    text-align: left;
} */

#edit {
    margin-top: 80px;
    margin-left: 8px;
}

#frame {
    border: none;
    width: 100%;
    height: 650px;
}

.sub_menu_submit {
    background: url("../images/submenu1.png") no-repeat;
    font-size: 11px;
    width: 125px;
    height: 55px;
    color: #f9f9f9;
    border: none;
    outline: none;
    font-weight: bold;
}

.sub_menu_submit:active {
    background: url("../images/submenu1_.png") no-repeat;
    color: #bfbfbf;
    padding-left: 8px;
    padding-top: 1px;
    outline: none;
    border-top: solid 1px #1e90ff;
    border-left: left 1px #1e90ff;
    border-radius: 7px 0 0 0;
}

/*
.sub_menu_submit{
    /* margin-top: 100px; */
/* width: 150px; */
/*    width: 120px;
    /* height: 75px; */
/*    height: 55px;
    background-color: #dfdfdf;
    border: none;
    border: 1px solid;
    border-color: #bebebe;
}*/

.sub_td {
    width: 100px;
}

.sub_menu_table {
    margin-top: 10px;
}

.center {
    display: inline-block;
}

.pagination>li {
    display: inline-block;
    width: 35px;
    font-size: 10px;
}

.flash_message {
    font-size: 12px;
    font-weight: bold;
    background-color: lime;
}

.error_message {
    font-size: 12px;
    color: RED;
    font-weight: bold;
    background-color: yellow;
}

.dummy_message {
    font-size: 12px;
}

/* Sortable */
.fa-sort:before {
    content: url("../images/sortBtn.png")
}

.fa-sort-asc:before {
    content: url("../images/ascBtn.png")
}

.fa-sort-desc:before {
    content: url("../images/descBtn.png")
}

.fa-sort-alpha-asc:before {
    content: url("../images/ascBtn.png")
}

.fa-sort-alpha-desc:before {
    content: url("../images/descBtn.png")
}

.fa-sort-amount-asc:before {
    content: url("../images/ascBtn.png")
}

.fa-sort-amount-desc:before {
    content: url("../images/descBtn.png")
}

.fa-sort-numeric-asc:before {
    content: url("../images/ascBtn.png")
}

.fa-sort-numeric-desc:before {
    content: url("../images/descBtn.png")
}

/* タブメニュー用 */
.tab {
    width: 840px;
}

.tab li {
    color: #000000;
    float: left;
    margin: 0 10px 0 0;
    padding: 7px 12px;
    border: 1px solid #000000;
    cursor: pointer;
    list-style: none;
}

.tab li.active {
    color: #fff;
    background: #000000;
    cursor: auto;
}

.content ul {
    display: none;
}

.content ul.show {
    margin-top: 50px;
    display: block;
}

/* datepicker ハイライト */
.Highlighted a {
    background-color: yellow !important;
    background-image: none !important;
    color: red !important;
}

.Highlighted a:hover {
    background-image: none !important;
    color: rgb(245, 68, 68) !important;
}

/* 土曜日のカラー設定 */
td.ui-datepicker-week-end a.ui-state-default {
    color: #00f !important;
    /* 文字色を設定 */
}

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
    color: #f00 !important;
    /* 文字色を設定 */
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝オートコンプリートの設定＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.ui-autocomplete {
    max-height: 250px;
    min-width: 400px;
    overflow-y: auto;
    overflow-x: auto;
    z-index: 1000000 !important;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    cursor: default;
    size: 8px;
}

.ui-widget-content {
    background: #FFFFFF !important;
    size: 9px;
}

.ui-state-focus {
    background: blue !important;
    color: #FFFFFF !important;
    size: 9px;
    font-weight: normal !important;
}

.searchFrame {
    position: relative;
    display: inline-block;
}

.searchFrame .clearBtn {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #999;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.1em;
    line-height: 1.1em;
    cursor: pointer;
    transition: .3s;
}

.searchFrame .clearBtn:hover {
    background: #333;
    border-color: #333;
    color: #FFF;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝テーブルデザイン＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 通常テーブル用 */
.table_container {
    max-width: 86vw;
    max-height: 33vw;
    margin-right: auto;
    overflow-x: scroll;
    overflow-y: scroll;
    border: 1px solid #696969;
}

/* 通常テーブル用 */
.table {
    background-color: #EEE;
    border-collapse: separate;
    border-radius: 2px;
    border-spacing: 0;
    margin: 0 auto;
    width: max-content;
}

.table thead th {
    position: sticky;
    top: 0;
}

.table th {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
}

.table th>a {
    color: blue;
}

.table td {
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    background-color: azure;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #ccc;
    padding: 1px 5px;
    word-break: break-all;
}

.table tr:nth-child(even) td {
    background: #fff;
}

.table tr:first-child th:first-child {
    border-radius: 2px 0 0 0;
    border-left: none;
}

.table tr:first-child th:last-child {
    border-radius: 0 2px 0 0;
    border-right: none;
}

.table tr:last-child td:last-child {
    border-bottom: none;
    border-radius: 0 0 2px 0;
}

.table tr:last-child td:first-child {
    border-bottom: none;
    border-radius: 0 0 0 2px;
}

.table tr:last-child td {
    border-bottom: none;
}

.table tbody tr:hover * {
    background: gold !important;
}

.table th:last-child {
    border-right: 1px solid #696969;
}

.table td:last-child {
    border-right: none;
}

/* マスタ用 */
.table1 {
    border: 1px solid #696969;
    background-color: #EEE;
    border-collapse: separate;
    border-radius: 2px;
    border-spacing: 0;
    margin: 0 auto;
}

.table1 thead,
.table1 tbody {
    display: block;
}

.table1 tbody {
    /*overflow-x: hidden;*/
    overflow-y: scroll;
}

.table1 tbody tr:hover * {
    background: gold !important;
}


.table1 th {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
}

.table1 th>a {
    color: blue;
}

.table1 td {
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    background-color: azure;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #ccc;
    padding: 1px 5px;
    word-break: break-all;
}

.table1 td.left-justified {
    text-align: left;
}

.table1 td span.color-box {
    /* 事業部色マスタで使用 */
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.table1 tr:nth-child(even) td {
    background: #fff;
}

.table1 tr:first-child th:first-child {
    border-radius: 2px 0 0 0;
    border-left: none;
}

.table1 tr:first-child th:last-child {
    border-radius: 0 2px 0 0;
    border-right: none;
}

.table1 tr:last-child td:last-child {
    border-bottom: none;
    border-radius: 0 0 2px 0;
}

.table1 tr:last-child td:first-child {
    border-bottom: none;
    border-radius: 0 0 0 2px;
}

.table1 tr:last-child td {
    border-bottom: none;
}

.table1 th:last-child {
    border-right: 1px solid #696969;
}

.table1 td:last-child {
    border-right: none;
}


/* 配車表用 */
.table_car_manage {
    border: 1px solid #696969;
    background-color: #EEE;
    border-collapse: separate;
    border-radius: 2px;
    border-spacing: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    table-layout: fixed;
    width: auto;
    overflow-x: scroll;
    overflow-y: scroll;
    height: 68vh;
    max-height: 68vh;
}

.thead00 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 10;
    min-width: 100px;
    width: 100px;
}

.thead01 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    top: 0px;
    left: 111px;
    z-index: 10;
    min-width: 100px;
    width: 100px;
}

.thead02 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    top: 0px;
    left: 222px;
    z-index: 10;
    min-width: 60px;
    width: 60px;
}

.thead1 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    top: 0px;
    z-index: 1;
    text-align: left;
    width: 100%;
}

.thead2 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    top: 27px;
    z-index: 2;
    text-align: left;
}

.thead3 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    top: 54px;
    z-index: 3;
}

.thead4 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-top: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    left: 0px;
    min-width: 100px;
    width: 100px;
    z-index: 4;
}

.thead5 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-top: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    left: 111px;
    min-width: 100px;
    width: 100px;
    z-index: 5;
}

.thead6 {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-top: 1px solid #696969;
    padding: 3px 5px;
    background: #EEE;
    position: sticky;
    left: 222px;
    min-width: 60px;
    width: 60px;
    z-index: 6;
}

.table_car_manage th>a {
    color: blue;
}

.table_car_manage tr.sel th.thead5 {
    background-color: #f39c12;
}

.table_car_manage th.thead {
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-top: 1px solid #696969;
}

.contentrow {
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-top: 1px solid #696969;
    padding: 1px 1px;
    background: #fff;
}


.table_car_manage tr:first-child th {
    border-radius: 0 0 0 0;
    border-left: none;
    border-top: none;
}

.table_car_manage tr:first-child th:nth-of-type(-n+2) {
    border-radius: 0 0 0 0;
    border-left: none;
    border-top: none;
}


.table_car_manage tr:first-child td {
    border-top: none;
}

.table_car_manage th:last-child {
    border-right: 1px solid #696969;
}

.table_car_manage td:last-child {
    border-right: 1px solid #696969;
}

.table_car_manage tr:last-child td {
    border-bottom: 1px solid #696969;
}


.fromRow {
    font-size: 6px;
    font-weight: bold;
    white-space: nowrap;
    padding: 0px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    overflow: hidden;
    max-width: 1px;
    /* 横幅を固定する対応 */
    text-align: left;
    border-top: solid 1px #696969;
}

.toRow {
    font-size: 6px;
    font-weight: bold;
    white-space: nowrap;
    padding: 0px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    overflow: hidden;
    max-width: 1px;
    /* 横幅を固定する対応 */
    text-align: right;
    border-bottom: solid 1px #696969;
}

.tooltip {
    padding: 15px;
    font-size: 14px;
    background-color: #666;
    color: #fff;
    position: absolute;
    /* width: 300px; */
    border-radius: 10px;
    text-align: left;
    z-index: 100;
}

.ag2tip {
    position: relative;
}

.ag2tipOn .tooltip {
    visibility: visible;
}

/* TABLE2 */
/* 可変式テーブル用 */
.table2 {
    background-color: azure;
    border-collapse: separate;
    border-radius: 2px;
    border-spacing: 0;
    margin: 0 auto;
    border: none;
}

.table2 thead,
.table2 tbody {
    display: block;
}

.table2 tbody {
    /*overflow-x: hidden;*/
    overflow-y: scroll;
    border: 1px solid #696969;
}

.table2 th {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    border-bottom: none;
    border-right: 1px solid #696969;
    border-top: 1px solid #696969;
    padding: 2px 5px;
    background: #EEE;
}

.table2 td {
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    background-color: azure;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #ccc;
    padding: 1px 5px;
    word-break: break-all;
}

.table2 tr:first-child th {
    border: none;
    background: #F1F9FF;
}

.table2 th:first-child {
    border-radius: 2px 0 0 0;
    border-left: 1px solid #696969;
}

.table2 th:last-child {
    border-radius: 0 2px 0 0;
    border-right: none;
}

.table2 tr:last-child td:last-child {
    border-bottom: none;
    border-radius: 0 0 2px 0;
}

.table2 tr:last-child td:first-child {
    border-bottom: none;
    border-radius: 0 0 0 2px;
}

.table2 tr:last-child td {
    border-bottom: none;
}

.table2 th:last-child {
    border-right: 1px solid #696969;
}

.table2 td:last-child {
    border-right: none;
}

/* TABLE3(横向きでヘッダが複数) */
.table3 {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #696969;
}

.table3 th {
    overflow: hidden;
    font: bold;
    padding: 0px 3px;
    font-size: 11px;
    text-align: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 25px;
    background: #EEE;
    width: 140px;
}

.table3 td {
    vertical-align: middle;
    font-size: 11px;
    text-align: left;
    background-color: azure;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 25px;
    width: 140px;
    word-break: break-all;
}

.table3 tr:first-child th {
    border-top: none;
}

.table3 tr:first-child td {
    border-top: none;
}

.table3 th:last-child {
    border-right: none;
}

.table3 td:last-child {
    border-right: none;
}

.table3 th:first-child {
    border-left: none;
}

.table3 td:first-child {
    border-left: none;
}

.table3 tr:last-child th {
    border-bottom: none;
}

.table3 tr:last-child td {
    border-bottom: none;
}

/* TABLE4(在庫調整) */
.table4 {
    border: 1px solid #696969;
    background-color: #F1F9FF;
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 0;
}

.table4 th {
    overflow: hidden;
    font: bold;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    border: none;
    padding: 5px 5px;
    background: #EEE;
    width: 100px;
}

.table4 td {
    align-items: center;
    font-size: 11px;
    text-align: left;
    background-color: #EEE;
    border: none;
    padding: 5px 5px;
    width: 180px;
    word-break: break-all;
}

.table4 tr:first-child th {
    border-radius: 5px 0 0 0;
}

.table4 tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}

.table4 tr:last-child th {
    border-radius: 0 0 0 5px;
}

.table4 tr:last-child td {
    border-radius: 0 0 5px 0;
}

/* TABLE5(入力フォーム用) */
.table5 {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

.table5 th {
    overflow: hidden;
    font: bold;
    font-size: 11px;
    text-align: left;
    border-left: 1px solid #595757;
    border-right: 1px solid #595757;
    border-bottom: 1px solid #ccc;
    height: 25px;
    background: #2699FB;
    width: 160px;
    color: #fff;
    padding: 3px 10px;
}

.table5 td {
    vertical-align: middle;
    font-size: 11px;
    text-align: left;
    background-color: azure;
    border-top: 1px solid #ccc;
    border-right: 1px solid #595757;
    height: 25px;
    width: 300px;
    word-break: break-all;
    padding: 5px 10px;
}

.table5 tr:first-child th {
    border-top: 1px solid #595757;
    border-radius: 5px 0 0 0;
}

.table5 tr:first-child td {
    border-top: 1px solid #595757;
    border-radius: 0 5px 0 0;
}

.table5 tr:last-child th {
    border-bottom: 1px solid #595757;
    border-radius: 0 0 0 5px;
}

.table5 tr:last-child td {
    border-bottom: 1px solid #595757;
    border-radius: 0 0 5px 0;
}

/* 積み込み場所の入力を大文字のみにする */
.table5 tbody tr td input[type="text"][name="from_node"] {
    text-transform: uppercase;
}

/* 納品先の入力を大文字のみにする */
.table5 tbody tr td input[type="text"][name="to_node"] {
    text-transform: uppercase;
}

/* RACKS */
.racks th {
    overflow: hidden;
    font: bold;
    font-size: 13px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-top: 1px solid #696969;
    border-left: 1px solid #696969;
    padding: 7px 7px;
    background: #EEE;
}

.racks td {
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-top: 1px solid #696969;
    border-left: 1px solid #696969;
    padding: 5px 7px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝テーブルデザインココマデ＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* ツールチップデザイン */
.hatena {
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 1em;
    line-height: 1em;
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
}