#header {
  width: 970px;
  margin: auto;
}
.whats-new {
  display: inline-block;
  font-size: 12px;
}
.header-sns-button {
  float: right;
}
.header-sns-button img {
  height: 21px;
  width: 21px;
  margin-left: 8px;
}
.login-btn {
  float: right;
  margin: 0 10px;
  display: inline-block;
  padding: 0 25px;
  background-color: #f3f3f3;
  color: #4f4f4f;
  font-weight: bold;
}
.header-english-link {
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-left: 15px;
  border: solid 1px #3859a1;
  color: #3859a1;
  padding: 0 20px 0 15px;
  border-radius: 3px;
  font-family: Helvetica, "Segoe UI", sans-serifinherit;
  line-height: 19px;
}
#header .fade {
  float:right;
}
.identify {
  display: inline-block;
  margin-bottom: 13px;
}
.logo {
  display: inline-block;
  margin-right: 5px;
}
.tagline {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #999;
  vertical-align: bottom;
}
.header-menu {
  float: right;
}
.menu-btn {
  display: inline-block;
  text-align: center;
  padding: 3px 5px 4px;
  margin-left: 8px;
  position: relative;
  float: right;
}
.menu-btn img {
  cursor: pointer;
  width: 70px;
  height: 70px;
}
.simple-search {
  display: block;
  background: unset;
  padding: 0;
}
#search-text {
  display: inline-block;
  background-color: #fff;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  float: left;
  line-height: 1.29;
  height: 25px;
  padding: 2px 4px;
  width: 450px;
}
.search-button {
  display: inline-block;
  background: #333;
  color: #fff;
  width: 35px;
  height: 25px;
}


.global-nav {
  width: 970px;
  height: 30px;
  margin: 0 auto 20px auto;
  display: table;
  line-height: 30px;
}

.asia-body .global-nav {
  background-color: #a13131;
}

.europe-body .global-nav {
  background-color: #3c5389;
}

.main-tab {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-width: 85px;
  text-align: center;
  padding: 3px 0px 0px;
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  border-top: solid 1px;
  border-bottom:solid 1px;
  cursor: default;
}

.asia-body .main-tab {
  width: 121px;
}
.europe-body .main-tab {
  width: 138px;
}

.main-tab:hover {
  background-color: #fff;
  color: #333;
  border-bottom: solid 1px #fff;
}

.main-tab:first-child:hover{
/*  border-left: solid 1px;*/
}

.main-tab:last-child:hover{
  border-right: solid 1px;
}

.global-nav .sub-tab {
  display: none;
}

.global-nav li:hover .sub-tab,
.global-nav li .sub-tab.last {
  display: block;
  z-index: 1;
  position: absolute;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  background-color: #fff;
  top: 33px;
  left: -1px;
  padding: 5px;
/*  border-top: solid 1px;*/
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  text-align: left;
  cursor: auto;
}

.asia-body .main-tab,
.asia-body .main-tab:first-child:hover,
.asia-body .main-tab:last-child:hover,
.asia-body .global-nav li:hover .sub-tab {
  border-color: #a13131;
}

.europe-body .main-tab,
.europe-body .main-tab:first-child:hover,
.europe-body .main-tab:last-child:hover,
.europe-body .global-nav li:hover .sub-tab {
  border-color: #3c5389;
}

.asia-body .global-nav li:hover .sub-tab {
  min-width: 111px;
}

.europe-body .global-nav li:hover .sub-tab {
  min-width: 128px;
}

.global-nav li .sub-tab a {
  white-space: nowrap;
}

.global-nav li .sub-tab a:hover {
  text-decoration: underline;
  color: #a8030e;
}

.sub-tab-2cels {
  width: 233px;
}

.sub-tab-3cels {
  width: 355px;
}

.sub-tab-frame {
  min-width: 116px;
  float: left;
}


.main-tab.last {
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

.main-tab.last .sub-tab {
  right: -1px;
  left: auto !important;
  /* border-top: solid 1px; */
}

/* .main-tab.last .sub-tab:after { */
/*   content: "";                  */
/*   display: block;               */
/*   line-height: 0;               */
/*   overflow: hidden;             */
/*   position: absolute;           */
/*   left: 0;                      */
/*   top: -1px;                    */
/*   width: 121px;                 */
/*   border-top: 1px solid #fff;   */
/* }                               */

.frame-name {
  background-color: #999;
  color: #fff;
  text-align: center;
  margin: 0 5px 0 0;
  cursor: default;
}

.icon--arrow-02 {
  background: url('https://tradingeconomics.pages.dev/common/images/arrow.png') no-repeat 0 center;
  padding: 0 0 0 11px;
}

.header_menu-point {
  display: inline-block;
  position: relative;
}

.header_menu-box {
  z-index: 2;
  position: absolute;
  margin: 5px 0;
  background-color: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  top: 78px;
  left: -200px;
  box-shadow: 5px 8px 8px 10px rgba(0,0,0,0.4);
}

.header_menu-box:before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  display: block;
  content: "";
  right: 12px;
  top: -4px;
  z-index: -1;
}

.header_menu-box a:hover {
  text-decoration: underline;
  color: #a8030e;
}

.keiyaku {
  font-size: 14px;
  text-align: center;
  background-color: #666;
  color: #fff;
}

.lh12 {
  line-height:12px!important;
}

.logout {
  float: right;
  margin-right: 10px;
}

.account {
  float: right;
  margin-right: 10px;
  font-size: 14px;
}

.header_menu-point {
  display: inline;
  position: relative;
}

.keiyaku {
  font-size: 14px;
  text-align: center;
  background-color: #666;
  color: #fff;
}


/* news-list 条件追加 */
.narrow-down-btn {
  padding: 3px 15px;
  border: solid 1px #333;
  text-align: left;
  display: inline-block;
  cursor: pointer;
}

.narrow-down-wrap {
  border: solid 1px #f5f5f5;
  padding: 5px 5px;
  margin: 3px 0;
  background-color: #f9f9f9;
  display: table;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.narrow-down {
  display: table-cell;
  width: 152px;
}
.narrow-down-wrap .narrow-down a {
  cursor: pointer;
}
.narrow-down-wrap .narrow-down a:hover {
  text-decoration: underline;
  color: #a8030e;
}
