body {
  min-width: 940px; 
  margin: 0;
}

img {
  vertical-align: bottom;
}

p,
h2,
h3,
h4,
h5,
h6,
li,
th,
td,
dt,
dd,
pre,
legend {
  color: #333;
}

p,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
div {
  max-height: 999999px;

  -webkit-text-size-adjust: 100%;
}

.recruitNavWrapper {
  position: relative;
  margin-bottom: -60px; 
  background: url(../img/common/bg_nav.png) 0 0 repeat;
}

.recruitNavWrapper {
  z-index: 1;
}
.recruitNavWrapper .recruitNavInner {
  z-index: 2;
  display: table; 
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}
.recruitNavWrapper .recruitNavItem {
  display: table-cell; 
  float: left;
}
.recruitNavWrapper .recruitNavItem:hover > a {
  background-image: url(../img/common/bg_nav.png);
}
.recruitNavWrapper .recruitNavItem.current > a {
  background-image: url(../img/common/bg_nav.png);
}
.recruitNavWrapper .recruitNavItem.current > a:hover {
  cursor: default;
}
.recruitNavWrapper .recruitNavItem.inactive > a {
  color: #333;
}
.recruitNavWrapper .recruitNavItem.inactive > a:hover {
  cursor: default;
  background-image: none;
}
.recruitNavWrapper .recruitNavItem > a {
  display: table-cell;
  box-sizing: border-box;
  height: 60px;
  padding: 13px 39px;
  text-align: center; 
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
.recruitNavWrapper .recruitNavItem > a:hover {
  text-decoration: none;
}
.recruitNavWrapper .recruitNavItem > a.btn {
  padding: 0;
}
.recruitNavWrapper .recruitNavItem > a.btn:hover {
  opacity: .8;
  background-color: #fff;

  filter: alpha(opacity=80);
}

.sub-body .recruitNavWrapper {
  margin-bottom: 0;
}

.requirements .title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}


.requirements .title.inner {
  margin: 0 auto;
  padding-top: 25px;
}

.requirements .title.inner.bgImg01 {
  padding-bottom: 40px;
  background-image: url(../img/index/parts_airplane_01.png);
  background-repeat: no-repeat;
  background-position: 50% 90%;
}

.requirements .title.wrapper {
  height: 128px;
  color: #fff;
  background: #c70017;
}

.topicPath {
  margin: 20px auto; 
  font-size: 12px;
}

.topicPath li span,
.topicPath li a {
  margin: 0;
}

.sub-menu {
  width: 940px;
  margin: 0 auto;
}
.sub-menu li {
  display: inline-block;
}
.sub-menu-button {
  display: block;
  width: 240px;
  padding: 15px 0 15px;
  text-align: center;
  color: #c70017 !important;
  border: 1px solid #c70017;
  border-bottom: 0;
  background: url(../img/common/icon_arrow_red.png) no-repeat 93% center #fff !important; 
  font-size: 16px;
}
.sub-menu-button:hover {
  color: #fff !important; 
  background: url(../img/common/icon_arrow_white.png) no-repeat 93% center #c70017 !important;
}
.sub-menu .current {
  color: #fff !important; 
  background: url(../img/common/icon_arrow_white.png) no-repeat 93% center #c70017 !important;
}
.sub-menu .current:hover {
  text-decoration: none;
}

.sub-heading {
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0 35px; 
  text-align: center;
}
.sub-heading__inner {
  position: relative; 
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
}
.sub-heading__inner:before,
.sub-heading__inner:after {
  position: absolute;
  top: 50%;
  width: 100px; 
  content: '';
  border: 1px solid #c70017;
}
.sub-heading__inner:before {
  left: -100px;
}
.sub-heading__inner:after {
  right: -100px;
}

.inactive > a {
  color: #333 !important;
}
.inactive > a:hover {
  cursor: default; 
  text-decoration: none !important;
}

.pageTop {
  box-sizing: border-box;
  width: 100%;
  max-width: 940px;
  margin: 75px auto 0;
  padding-right: 10px;
  text-align: right;
}

.footer .wrapper {
  width: 100%;
  margin-top: 40px;
  background: #c70017;
}

.footer .inner {
  width: 940px;
  margin: 0 auto;
  padding-top: 20px;
}
.footer .inner .footerLinkArea {
  text-align: center;
}
.footer .inner .footerLinkArea .linkItem {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #fff;
}
.footer .inner .footerLinkArea .linkItem:first-child {
  border-left: none;
}
.footer .inner .footerLinkArea .linkItem > a {
  color: #fff;
  font-size: 14px;
}
.footer .inner .copyright {
  padding: 20px 0 13px; 
  text-align: center;
  color: #fff;
}
.footer .inner .copyright small {
  font-style: 12px;
  line-height: 24px;
}

.staff {
  display: table;
  min-height: 124px;
}
.staff__portrait {
  display: table-cell;
  width: 34%;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.staff__text {
  display: table-cell;
  box-sizing: border-box;
  width: 66%;
  padding: 5px;
  background: url(../img/career_paths/icon_inner_link_arrow.png) no-repeat 93% 50%; 
  background-color: #c00;
}
.staff__text-inner {
  position: relative;
  box-sizing: border-box;
  height: 114px;
  padding: 15px 35px 15px 15px;
  -webkit-transition: all .15s ease-in-out;
          transition: all .15s ease-in-out; 
  border: 1px solid #fff;
}
.staff__text-dev {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.staff__text-name {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
