body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* PC Header CSS */
.master_header_pc {
  display: block;
  background: #fff;
}
#master_header ul {
  margin: 0;
  padding: 0;
}
#master_header .list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }
#master_header.afterTop {
  margin-bottom: 20px; }
#master_header .master-header-container,
#master_header .master-sub-header {
  max-width: 1396px;
  min-width: 1263px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px; }
#master_header.ipadview .master-header-container,
#master_header.ipadview .master-sub-header,
.master-header-titlepage.ipadview {
  width: 1316px;
}
h1.titlepage {
  max-width: 1396px;
  min-width: 1263px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
#master_header .master-header-container:before,
#master_header .master-header-container:after {
  content: '';
  display: table;
  width: 100%;
  clear: both; }
#master_header .master-top-header .master-header-container {
  background: #196FB9;}
#master_header .master-top-header {
  background: #196FB9;
  color: #fff;
  height: 44px; }
#master_header:before,
#master_header:after {
  content: '';
  display: table;
  width: 100%;
  clear: both; }
#master_header .jpx {
    line-height: 44px;
    font-size: 12px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    float: right;
}

#master_header .jpx:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
    height: 16px;
    width: 1px;
    background-color: #fff
}
.jpx img {
    width: 26px;
    vertical-align: middle;
    margin-right: 7px;
}
#master_header .jpx.right-none {
    margin-right: 0;
    padding-right: 0;
}
#master_header .jpx.right-none:after {
    content: none;
}
#master_header .login-reg,
#master_header .menu-language {
  float: left; }
#master_header .login-reg,
#master_header .menu-language {
  margin-top: 1px;}
#master_header .menu-language {
  margin-left: 10px; }
#master_header .master-top-menu {
  float: right;
  margin: 0; }
#master_header .master-top-menu li {
  float: left;
  margin: 0;
  background: #fff;
  border-radius: 4px; }

/* User login */
#master_header li a {
  font-size: 12px;
  color: #333;
}
#master_header li a.user_login {
  text-decoration: none;
  display: block;
  background: url(../images/pc/icon_person.svg) 17px 7px no-repeat !important;
  background-size: 18px 18px !important;
  max-width: 165px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  padding: 7px 15px 6px 32px;
  text-overflow: ellipsis;
  border: none;}
#master_header li a.user_login:hover {
  background-color: #F5F5F5;
  border-radius: 5px;
}
#master_header li a.user_login.act {
  background: url(../images/pc/icon_accountCircle.svg) 10px 8px no-repeat;
  background-size: 18px 18px;
  height: 32px;
  width: 66px;}
#master_header li a.user_login.act:after {
  right: 15px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #666666;
  border-width: 5px;
  margin-top: -3px;
}
#master_header .master-dropdown {
  position: relative;
  display: inline-block;}
#master_header .master-dropdown a {
  white-space: nowrap;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;}

#master_header .master-dropdown:hover .master-dropdown-content {
  display: block;}
#master_header .master-dropdown .master-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  border-top: 6px solid #196fb9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1000;}
#master_header .master-dropdown .master-dropdown-content ul {
  width: 320px;
  right: 0;}
#master_header .master-dropdown .master-dropdown-content li {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  float: none;
  margin: 0;
  padding: 0 15px;
  border-radius: 0px;}
#master_header .master-dropdown .master-dropdown-content li:hover {
  background: #F5F5F5;
}
#master_header .master-dropdown .master-dropdown-content li:last-child {
  border: none;}
#master_header .master-dropdown .master-dropdown-content li.cap {
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  background: #eee;
  display: block;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
#master_header .master-dropdown .master-dropdown-content li.cap:before {
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  background: #196FB9;
  position: absolute;
  border-radius: 3px;
  top: 8px;
  left: 10px;
}
#master_header .master-dropdown .master-dropdown-content li.mypage {
  font-weight: bold;
  margin-top: 0px;
  background: #F5F5F5;}
#master_header .master-dropdown .master-dropdown-content li.mypage img {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;}
#master_header .master-dropdown .master-dropdown-content li.mypage span {
  display: block;
  font-weight: normal;
  margin-top: 5px;}

#master_header .master-dropdown .master-dropdown-content li.btn-logout {
  border-bottom: none;
  margin-bottom: 44px;}
#master_header .master-dropdown .master-dropdown-content li.btn-logout a {
  width: 92px;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  text-align: center;
  padding: 7px;}
li.btn-logout a:before,
li.btn-logout a:after {
  display: none;}
#master_header .master-dropdown .master-dropdown-content li a {
  display: block;
  text-align: left;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 14px 0;}
#master_header .master-dropdown .master-dropdown-content li a:hover {
  color: #196fb9}
#master_header .master-dropdown .master-dropdown-content li a:before,
#master_header .master-dropdown .master-dropdown-content li a:after {
  left: 98%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;}
#master_header .master-dropdown .master-dropdown-content li a:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;}
#master_header .master-dropdown .master-dropdown-content li a:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #666666;
  border-width: 7px;
  margin-top: -7px;}

/* menu language */
#master_header .master-langmenu {
  height: 32px;
  width: 125px;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
  padding-left: 10px;}
#master_header .master-langmenu:hover {
  background-color: #2B7ABE
}
.master-dropbtn.master-langmenu:after {
  right: 12px;
  top: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.master-dropbtn.master-langmenu:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-top: -4px;
}
img.flag {
  vertical-align: middle;
  margin-right: 6px;
  width: 28px;
  height: 20px;
  margin-top: -4px;
  border-radius: 3px;
}
.menu-language .master-dropdown-content a {
  padding: 10px 11px !important;
  font-size: 12px;}
.menu-language .master-dropdown-content a:hover {
  background: #F5F5F5}
#master_header .menu-language .master-dropdown-content {
  width: 125px;
  right: 0px; }
/* Sub Master header */
#master_header .master-sub-header .master-airtrip-logo{
    float:left;
    width:98px;
    padding:5px 0 0 0;
    line-height: 1;}
#master_header .master-sub-header .master-airtrip-logo img{
    width:100%}
.master-airtrip-logo.isDisabled {
    cursor: not-allowed;
    pointer-events: none;}    
.master-sub-header {
  text-align: right;
  padding-top: 10px;}
.master-sub-header div {
  display: inline-block;
  font-size: 12px;
  margin-left: 6px}
.master-sub-header div.travelcolumn,
.master-sub-header div.businesstrip {
  border-radius: 4px;
  background-color: #E7F3F9;
  padding: 8px 15px;}
.master-sub-header div.travelcolumn:hover,
.master-sub-header div.businesstrip:hover {
  background: #D7E9F4;
}
.master-sub-header div.travelcolumn a,
.master-sub-header div.businesstrip a {
  color: #333;
  text-decoration: none;
}
.master-sub-header div.bookinglink,
.master-sub-header div.cancellink {
  padding: 7px 0px;}
.master-sub-header div.bookinglink a,
.master-sub-header div.cancellink a {
  background-size: 18px 18px;
  display: block;
  padding-left: 25px;
  color: #0055CC;
  text-decoration: underline;}
.master-sub-header div.bookinglink a:hover,
.master-sub-header div.cancellink a:hover {
  text-decoration: none;
}
.master-sub-header div.bookinglink a {
  background: url(../images/pc/icon_event.svg) 0 0 no-repeat;
  background-size: 18px 18px;}
.master-sub-header div.cancellink a {
  background: url(../images/pc/icon_ContactMail.svg) 0 0 no-repeat;
  background-size: 18px 18px;}
/* User guide menu */
#master_header .userguide .master-guidemenu {
  height: 34px;
  width: 125px;
  line-height: 34px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  text-align: left;
  padding-left: 10px;
  margin: 0;}
#master_header .userguide .master-guidemenu:hover {
  background-color: #F5F5F5;
}
#master_header .userguide .master-dropdown-content {
  width: 240px;
  border: none !important;
  right: 0px;}
#master_header .userguide .master-dropdown-content ul {
  width: 240px;
}
.master-dropbtn.master-guidemenu:after {
  right: 15px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;}
.master-dropbtn.master-guidemenu:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #666666;
  border-width: 5px;
  margin-top: -3px;}
#li_user {
  position: relative;}
h1.titlepage {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: left;
  line-height: 1.4;
  height: auto;
  margin: 0 auto;
  padding: 16px 8px;
}
.headerborder_b {
  border-bottom: 1px solid #D9D9D9;
}
/*=== UPDATE #9704#note-38 ===*/
#master_header .master-sub-header div.businesstrip {
  background-color: #FFF4B8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
#master_header .master-sub-header div.businesstrip:hover,
#master_header .master-sub-header div.businesstrip:focus {
  background-color: #FEF1AA;
}
@media (max-width: 1024px) {
  .master-sub-header,
  #atgNav-PC .master-primary-header {
    padding-right: 10px;
  }
  h1.titlepage {
    padding-left: 10px;
    width: 100%;
  }
}
#master_header_sp {
  display: none;
}
@media (max-width: 767px) {
  #master_header_sp {
    display: block;
  }
}