﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ヘッダ部品 */
.down_arrow_button {
    width: 10px;
    height: 6px;
    /* background-color: #b5b5b5; */
}

.right_arrow_button {
    width: 6px;
    height: 10px;
    /*background-color: #a4a4a4; */
}

.delimiter {
    width: 0.9px;   /* 2022.10.27 FJ)mentaki Chromeで表の罫線の幅がマチマチになる対応 1px→0.9px */
    height: 14px;
    background-color: #bfbfbf;
}

.sub_menu_title {
    position: relative;
    display: inline-block;
    width:  180px;
    height: 14px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 1.07;*/
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
}

.sub_menu_icon {
    position: relative;
    display: inline-block;
    text-align: right;
}

.sub_menu_1_item {
    position: relative;
    margin: 10px auto auto -26px;
    padding: 10px 5px 0px 10px;    
    width: 212px;
    height: 42px;
    border-radius: 10px;
    background-color: #f8f8f8;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.sub_menu_multi_item_top {
    position: relative;
    margin: 10px auto auto -26px;
    padding: 10px 5px 0px 10px;    
    width: 212px;
    height: 42px;
    border-radius: 10px 10px 0 0;
    background-color: #f8f8f8;
    border-bottom-color: #bebfbf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.sub_menu_multi_item_middle {
    position: relative;
    margin: 0px auto auto -26px;
    padding: 10px 5px 0px 10px;    
    width: 212px;
    height: 42px;
    background-color: #f8f8f8;
    border-bottom-color: #bebfbf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.sub_menu_multi_item_bottom {
    position: relative;
    margin: 0px auto auto -26px;
    padding: 10px 5px 0px 10px;    
    width: 212px;
    height: 42px;
    border-radius: 0 0 10px 10px;
    background-color: #f8f8f8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    z-index: 1;
}



/* ヘッダ */
.header1 {
    /*width: 1365px;*/
    width:100%;
    height: 52px;
    background-color: #f8f8f8;
    box-shadow: 0px 3px 2.9px 0.1px rgba(0, 0, 0, 0.2);
}
.header_copyright {
    position:absolute;
    top:14px;
    left:10px;
    /*margin: 21px auto 18px 63px;*/
    /*margin: 21px auto 18px 13px;*/
}
.header_copyright .copyright_image {
    width: 250px;
    height: 21px;
}


.header1 .system {
    /*float: left;*/
    /*margin: 15px auto 14px 20px;*/
    position: relative;
    text-align:center;
    width:100%;
}

.system .system_icon {
    position: absolute;
    /* 2020.7.8 FAE)mentaki トップタイトル大きくする対応 Edit Start */
    /*top: 15px;*/
    /*left: calc(50% - 136px);*/
    /*width: 31px;*/
    /*height: 21px;*/
    top: 8px;
    left: calc(50% - 370px);
    width: 62px;
    height: 42px;
    /* 2020.7.8 FAE)mentaki トップタイトル大きくする対応 Edit End   */
    /* background-color: #098b48; */
}

.system .system_title {
    position: absolute;
    /*top:  0px;
    left: 45px;*/
    /* 2020.7.8 FAE)mentaki トップタイトル大きくする対応 Edit Start */
    /*top:  18px;*/
    /*left: calc(50% - 100px);*/
    /*width: 300px;*/
    /*height: 18px;*/
    /*font-size: 18px;*/
    top: 4px;
    left: calc(50% - 290px);
    font-size: 48px;
    /* 2020.7.8 FAE)mentaki トップタイトル大きくする対応 Edit End   */
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 2; */
    letter-spacing: 0.2px;
    text-align: left;
    color: #098b48;
}

/* 2023.1.30 FJ)mentaki トップアイコンが使用不可のとき、ホバーを無効にする Add Start */
.system .aspNetDisabled {
    pointer-events: none;
}
/* 2023.1.30 FJ)mentaki トップアイコンが使用不可のとき、ホバーを無効にする Add End   */

.header1 .login_user {
    float: right;
    /*margin: 9px 92px 9px auto;*/
    margin: 9px 9px 9px auto;
    position: relative;
    width: 220px;
    height: 34px;
    border-radius: 17px;
    background-color: #ededed;
}

.login_user .login_user_icon {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 21px;
    height: 21px;
    /* background-color: #a1ca46; */
}

.login_user .login_user_company {
    position: absolute;
    top: 5px;
    left: 38px;
    width: 155px;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*-webkit-text-overflow: ellipsis;*/ /*20230518 マイグレ対応 Hojo*/
    -o-text-overflow: ellipsis;
}

.login_user .login_user_name {
    position: absolute;
    top: 18px;
    left: 38px;
    width: 155px;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.1px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*-webkit-text-overflow: ellipsis;*/ /*20230518 マイグレ対応 Hojo*/
    -o-text-overflow: ellipsis;
    color: #333333;
}

.login_user .login_user_button {
    position: absolute;
    top: 11px;
    left: 199px;
}

.login_user ul {
    list-style: none;
}

.login_user ul li {
    position: relative;
}

.login_user > ul {
    position: relative;
    display: none;
    padding: 0;
}

.login_user:hover > ul {
    display: block;
    position: absolute;
}
/*
.login_user:active > ul {
    position: relative;
    display: none;
    padding: 0;
}
*/
.login_user ul li {
	display: inline-block;
    position: relative;
    float:none;
    z-index:1;
}

.login_user ul li a {
    display: block;
}

.login_user .a_block {
    height: 18px;
}

.login_user .sub_menu_multi_item_top {
    margin: 15px auto auto 0px;
}

.login_user .sub_menu_multi_item_bottom {
    margin: 0px auto auto 0px;
}


/* ヘッダ2段（ナビ） */
.header2 {
    /*width: 1366px;*/
    width:100%;
    height: 40px;
    background-color: #eeeeee;
    box-shadow: 0px 3px 2.9px 0.1px rgba(0, 0, 0, 0.2);
}

.header2 .global_nav {
    float: left;
    position: relative;
    list-style: none;
}

.global_nav ul li {
	display: inline-block;
    position: relative;
}

.global_nav ul li > ul {
    position: relative;
    display: none;
    padding: 0;
}

.global_nav ul li:hover > ul {
    display: block;
    position: absolute;
}
/*
.global_nav ul li:active > ul {
    position: relative;
    display: none;
    padding: 0;
}
*/
.global_nav ul li ul li {
	display: block;
    position: relative;
    float:none;
    z-index:1;
}

.global_nav ul li ul li a {
    display: block;
}

.global_nav .a_block {
    height: 9px;
}

.global_nav .nav_select {
    float: left;
    /*margin: 1px auto 1px 91px;*/
    margin: 1px auto 1px 20px;
    position: relative;
}

.global_nav .nav_reservation {
    float: left;
    margin: 12px auto 11px 290px;
    position: relative;
}

.global_nav .nav_accept {
    float: left;
    margin: 11px auto 13px 154px;
    position: relative;
}

.global_nav .nav_compass {
    float: left;
    margin: 13px auto 13px 157px;
    position: relative;
}

.global_nav .nav_binoculars {
    float: left;
    margin: 14px auto 14px 211px;
    position: relative;
}

.global_nav .select_title {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 51px; /* 50px ⇒ 51px */
    height: 22px;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 1.2; */
    letter-spacing: 0.1px;
    text-align: left;
    color: #666666;
    /* color: var(--brownish-grey); */
}

.global_nav .select_company {
    position: absolute;
    top: 4px; 
    left: 65px;
    width: 165px; /* 155px ⇒ 165px */
    /* 2022.1.12 FJ)mentaki Chromeで少し上が切れるため修正 Edit Start */
    /*height: 14px;*/
    height: 16px;
    padding-top: 2px;
    /* 2022.1.12 FJ)mentaki Chromeで少し上が切れるため修正 Edit End   */
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 1.5; */
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*-webkit-text-overflow: ellipsis;*/ /*20230518 マイグレ対応 Hojo*/
    -o-text-overflow: ellipsis;
}

.global_nav .select_warehouse {
    position: absolute;
    top: 20px;
    left: 65px;
    width: 165px; /* 56px ⇒ 65px ⇒ 165px*/
    /* 2022.1.12 FJ)mentaki Chromeで少し上が切れるため修正 Edit Start */
    /*height: 14px;*/
    height: 16px;
    padding-top: 2px;
    /* 2022.1.12 FJ)mentaki Chromeで少し上が切れるため修正 Edit End   */
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 1.43; */
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*-webkit-text-overflow: ellipsis;*/ /*20230518 マイグレ対応 Hojo*/
    -o-text-overflow: ellipsis;
}

.global_nav .select_down_arrow {
    position: absolute;
    top: 17px;
    left: 235px;
}

.global_nav .select_delimiter {
    position: absolute;
    top:14px; 
    left:265px;
}

.global_nav .menu {
    top:0px;
    height: 13px;
    font-size: 13px;  /* 14px ⇒ 13px */
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
}

.global_nav .menu_icon {
    position: absolute; 
    top:2px;
    left:0px;
    width: 17px;
    height: 17px;
}

.global_nav .menu_reservation {
    position: absolute; 
    left: 36px;
    width: 54px;
}

.global_nav .reservation_down_arrow {
    position: absolute;
    top: 6px;
    left: 86px;
}

.global_nav .reservation_delimiter {
    position: absolute;
    top:2px; 
    left:128px;
}

.global_nav .menu_accept {
    position: absolute; 
    left: 36px;
    width: 54px;
}

.global_nav .accept_down_arrow {
    position: absolute;
    top: 6px;
    left: 86px;
}

.global_nav .accept_delimiter {
    position: absolute;
    top:2px; 
    left:128px;
}

.global_nav .menu_compass {
    position: absolute; 
    left: 36px;
    width: 125px;

}
.global_nav .compass_down_arrow {
    position: absolute;
    top: 6px;
    left: 155px;
}

.global_nav .compass_delimiter {
    position: absolute;
    top:2px; 
    left:190px;
}

.global_nav .menu_binoculars {
    position: absolute; 
    left: 36px;
    width: 54px;
}

.global_nav .binoculars_down_arrow {
    position: absolute;
    top: 6px;
    left: 86px;
}

.global_nav .binoculars_delimiter {
    position: absolute;
    top:2px; 
    left:128px;
}

/* 2020.7.8 FAE)mentaki トップタイトル大きくする対応 Add Start */
/* iPad用 */
@media screen and (max-device-width:1024px) {   /* max-widthは大きい値から順番に記述すること */
    .system .system_icon {
        top: 4px;
        left: calc(50% - 237px);
    }
    .system .system_title {
        top: 10px;
        left: calc(50% - 177px);
        font-size: 30px;
    }
}
/* 2020.7.8 FAE)mentaki トップタイトル大きくする対応 Add End   */