@charset "utf-8";

@import url("/resources/css/airstage-color.css");

#header .global-header .header-inner h1 a {
  /* background: url(/resources/images/img-header-logo.png) no-repeat; */ /* PNG */
  background: url(/shared/img-f000-header-logo-global.svg) no-repeat left top; /* SVG */
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 38px;
  width: 223px;
}

.select-country dt {
  font-family: fs-r, Arial, Helvetica, sans-serif !important;
}

.component-visual .visual-item .visual-text-inner  .bgbox-products-vrf {
  background: rgba(24, 110, 115, .9)!important;
}

#footer .footer-inner dl {
  float: left;
  margin-right: 4.710144927%; /*52px*/
  width: 21.467391304347828%; /*237px*/
}

#footer .footer-inner dl.last {
  margin-right: 0;
  width: 21.467391304347828%; /*237px*/
}


@media screen and (max-width:1024px) {
  #header .global-header .header-inner h1 a {
    /*background: url(/resources/images/img-header-logo.png) no-repeat;*/ /* PNG */
    background: url(/shared/img-f000-header-logo-global.svg) no-repeat left top; /* SVG */
    background-size: 223px 38px;
  }
}

@media screen and (max-width:580px) {
  #header .global-header .header-inner h1 a {
    background-size: 169px 29px;
    padding-top: 29px;
    width: 169px;
  }
}

@media screen and (max-width:580px) {
  #footer .footer-inner dl.last {
    display: block;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
  }
}


/* Padding top 20170929 */

.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}


/* New main visual 20170929 */

.component-productbtn-list {
  padding-top: 40px !important;
}
.text-title {
  font-size: 320% !important;
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2) !important;
}
.visual-text-inner .component-btn-black {
  opacity: .7 !important;
}
.fs-150per {
  font-size: 150% !important;
}
.fs-75per {
  font-size: 75% !important;
}


/* Page bottom 20171025 */

.border-image-gray {
  border: 1px solid #ccc;
  padding-bottom: 0 !important;
}

