#yjContentsHeader {
  background-color: #f3f5f8;
  border-top: 1px solid #d8dbe3;
}
.globalnav {
  clear: both;
  width: 100%;
  background-color: #0E347B;
  text-align: center;
  border-top: none;
}
.globalnav-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 950px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-left: 1px solid #879abd;
  display: table;
  white-space: nowrap;
}
.globalnav-list__item {
  display: table-cell;
  border-right: 1px solid #879abd;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  width: 1%;
}
.globalnav-list__item a {
  display: block;
  padding: 13px 5px;
  vertical-align: middle;
  color: #f3f5f8;
}
.globalnav-list__item.is-active a {
  background-color: #6e85b0;
}
.globalnav-list__item:nth-of-type(10) {
  position: relative;
  width: 7%;
}
.globalnav-list__item:nth-of-type(10) a {
  display: block;
  position: absolute;
  width: 118px;
  height: 14px;
}
@supports (-ms-ime-align:auto) {
  .globalnav-list__item:nth-of-type(10) a {
    width: 117px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  .globalnav-list__item:nth-of-type(10) a {
    width: 118px;
  }
}
@-moz-document url-prefix() {
  .globalnav-list__item:nth-of-type(10) a {
    width: 120px;
  }
}
::-webkit-full-page-media, :future, :root .globalnav-list__item:nth-of-type(10) a {
    width: 117px;
}
@media all and (-ms-high-contrast: none) {
  .globalnav-list__item:nth-of-type(10) a {
    width: 119px;
    margin-top: -25px;
  }
}
.globalnav-list__item:nth-of-type(10)::before {
  position: absolute;
  top: 8px;
  left: 9px;
  content: "\30CD\30C3\30C8\30D5\30EA\30C3\30AF\30B9";
  color: #FFF;
	font-size: 14px;
  z-index:1;
  pointer-events: none;
}
@-moz-document url-prefix(){
  .globalnav-list__item:nth-of-type(10)::before {
    left: 10px;
  }
}
.globalnav-list__item:nth-of-type(10)::after {
  position: absolute;
  top: 24px;
  left: 38px;
  content: "sponsored";
  color: #FFF;
	font-size: 10px;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none){
  .globalnav-list__item:nth-of-type(10) {
    width: 1.5%;
  }
}
@supports (-ms-ime-align:auto) {
  .globalnav-list__item:nth-of-type(10) {
    width: 1.5%;
  }
}
@media all and (-ms-high-contrast: none) {
  .globalnav-list__item:nth-of-type(10) {
    width: 1.7%;
  }
}
.globalnav-list__item a:hover {
  background-color: #3e5d95;
}
