.globalHeaderArea {
    display: block;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color:rgb(255,255,255);
    background-size: 100%;
}
.globalHeader {
    display: block;
    width: 100%;
    margin-left: 10px;
    margin-right: auto;
}
.globalIcon {
    display: block;
    float: left;
    width: 110px;
    height: 45px;
    padding-top: 10px;
    margin-left: 10px;
    background: url("/include/images/TLOGO.png");
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center;
}
.globalTitleArea {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    height: 55px;
    width: 290px;
    padding-left: 10px;
}
.globalTitle {
    position:relative;
    display: block;
    clear:both;
    width: 100%;
    font-size: 18px;
    font-weight: lighter;
    color: #111;
    letter-spacing: 12px;
    margin-left: 6px;
    text-align: left;
}
.femsNavigation {
    display: inline-block;
    float: left;
    line-height: 18px;
    height: 20px;
    width: 100%;
    margin-top:4px;
}
.lineupButton {
    position:relative;
    display: block;
    float: left;
    width: 40px;
    margin-left: 6px;
    height: 18px;
    line-height: 18px;
    margin-top: 0px;
    border-radius: 8% / 8%;
    -moz-border-radius: 8% 20% 20% 20%;
    -webkit-border-radius: 8%/8%;
    color:#fff;
    font-size:10px;
    text-align:center;
}
.globalHeader_rightbox {
    display: block;
    float: left;
    width: 400px;
    height: 50px;
    padding-top: 5px;
    padding-left: 1px;
    margin-left: 40px;
}
.globalTitle_pass {
    float: left;
    width: 230px;
    height: 49px;
    text-align: right;
    font-weight: lighter;
    color: #111;
    letter-spacing: 12px;
}
.globalTitlePass_customer {
    display:block;
    letter-spacing: 8px;
    font-style: italic;
    clear:left;
    padding-left:4px;
    margin-right:4px;
}
.globalTitlePass_time {
    display:block;
    letter-spacing: 4px;
    font-style: italic;
    clear:left;
    padding-left:4px;
    margin-top:2px;
    padding-right:10px;
    font-size:10px; /* ! 10pxがchromeの下限値*/
}
.globalLogo_ED {
    float: left;
    width: 135px;
    height: 30px;
    padding-top: 25px;
    padding-left: 15px;
    background: url("/include/images/ESPLOGO-.png") center no-repeat;
    background-size:contain;  
}
.globalHeaderLow {
    width: 100%;
    height: 6px;
    line-height: 9px;
    background:rgb(235,30,30);
    /*background-image:linear-gradient(90deg,rgb(201,209,213) 100%,rgb(185,195,199) 0%);*/
    margin: 0 auto;
}

.globalHeaderNavigation {
    display: block;
    width: 100%;
    height: 49px;
    margin-right: auto;
    background:rgb(45,44,47);
    background-image:linear-gradient(90deg,rgb(45,44,47) 100%,rgb(0,0,0) 0%);
    background-size: 100%;
}

.globalNavigationTable {
    display: block;
    float: left;
    margin-right: auto;
    min-width: 100%;
    width: 100%;
    text-align:left;
    /* margin-left: 40px; */
}

.globalNavigationList {
    display: block;
    width: 100%;
}
.globalHelpMenu {
    position: relative;
    display: block;
    width:100%;
    text-align:right;
}
.globalNavigationTable li:first-child {
    margin-left:40px;
}

ul.globalNavigationList li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    padding-left: 5px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background:rgba(234,236,239,0.4);
    background-image:linear-gradient(90deg,rgba(245,247,249,0.34) 0%,rgba(234,236,239,0.34) 100%);
    text-align: left;
    font-size: 10px;
    font-weight: lighter;
    letter-spacing: 6px;
}
.globalNavigationCurrent {
    background:rgb(230,232,234) !important;
    background-image:linear-gradient(90deg,rgb(241,242,244) 0%,rgb(230,232,234) 100%) !important;
    color: #0085b2;
}
.globalNavigationCurrent a {
    color: #323232;
}
.footer {
    position: absolute;
    width: 1024px;
    height: auto;
    background-image:linear-gradient(90deg,rgb(45,44,47) 100%,rgb(0,0,0) 0%);
    /*background:rgb(50,152,114);
    background-image:linear-gradient(90deg,rgb(50,152,114) 0%,rgb(61,194,174) 100%);*/
}

.footerLine {
    width: 100%;
    height: 4px;
    background:rgb(235,30,30);
    /*background-image:linear-gradient(90deg,rgb(201,209,213) 100%,rgb(185,195,199) 0%);*/
}
.executiveManagementBaseColor {
    background: rgb(239,80,107);
    background-image: linear-gradient(90deg,rgb(239,80,107) 0%,rgb(237,68,122) 100%);
}
.executiveManagementLineColor {
    background: rgb(244,131,68);
    background-image: linear-gradient(90deg,rgb(244,131,68) 0%,rgb(242,114,75) 100%);
}
.centerCopyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.centerAlogo {
    width: 86px;
    height: 20px;
    margin: 5px auto;
    background: url(/include/images/Av_logo_166_50.png) no-repeat;
    background-size: auto 18px;
}
