/****************************************

		  header

*****************************************/
.g-header {
  background: #e60012;
  padding: 6px 15px; }
  .g-header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.label-lang {
  display: block;
  float: right;
  position: relative; }
  .label-lang:before {
    content: "";
    position: absolute;
    display: block;
    vertical-align: middle;
    top: 9px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #009bbe;
    border-right: 2px solid #009bbe;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    z-index: 99;
    pointer-events: none; }
  .label-lang .country-name, .label-lang select {
    display: inline-block;
    padding: 3px 6px;
    line-height: 18px;
    font-weight: bold;
    box-sizing: content-box;
    border-radius: 3px;
    vertical-align: middle; }
  .label-lang .country-name {
    margin-right: 1px;
    background-color: #555;
    color: #FFF;
    font-size: 13px; }
  .label-lang select {
    width: 116px;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    vertical-align: middle;
    padding-right: 24px;
    background-color: #ebebeb;
    color: #6F6F6F;
    font-size: 14px;
    outline: none; }
  .label-lang select::-ms-expand {
    display: none; }

.ntd-logo {
  display: block;
  float: left;
  width: 81px;
  height: 24px; }
  .ntd-logo a {
    display: block;
    height: 100%;
    width: 100%;
    background: url("../img/ntd_logo.png") center center no-repeat;
    background-size: contain;
    text-indent: -9999px; }

@media screen and (max-width: 736px) {
  .g-header {
    padding: 4px 10px; }

  .label-lang .country-name {
    display: none; } }
/****************************************

		  FOOTER

*****************************************/
.g-footer {
  background: #FFF;
  color: #6f6f6f;
  padding: 40px 0;
  text-align: center; }

.g-footer-inner {
  padding: 0 4%; }

.btn-pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 999; }
  .btn-pageTop a {
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    background: #f9dc00 url("../img/page_top.png") center center no-repeat;
    background-size: 30px 30px; }

.footer-nav {
  margin-bottom: 10px; }
  .footer-nav li {
    display: inline-block;
    margin: 10px;
    font-size: 16px; }
    .footer-nav li a {
      display: inline-block;
      padding-left: 18px;
      position: relative;
      vertical-align: middle;
      color: #6f6f6f;
      text-decoration: none; }
      .footer-nav li a:before, .footer-nav li a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }
      .footer-nav li a:before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #009bbe; }
      .footer-nav li a:after {
        left: 4px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg); }

.footer-share {
  margin-bottom: 35px; }
  .footer-share li {
    display: inline-block;
    margin: 0 5px; }
    .footer-share li a {
      display: block;
      text-indent: -9999px;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .footer-share li.sns-facebook a {
      background-image: url("../img/facebook_btn.png"); }
    .footer-share li.sns-twitter a {
      background-image: url("../img/twitter_btn.png"); }
    .footer-share li.sns-line a {
      background-image: url("../img/line_btn.png"); }

.legal-attribution {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 10px; }

.copyright {
  font-size: 13px; }

@media screen and (max-width: 736px) {
  .btn-pageTop {
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px; }
    .btn-pageTop a {
      background-size: 20px 20px; }

  .g-footer {
    padding: 20px 0; }

  .footer-nav {
    margin-bottom: 10px; }
    .footer-nav li {
      display: inline-block;
      margin: 10px;
      font-size: 12px; }
      .footer-nav li a {
        padding-left: 18px; }
        .footer-nav li a:before {
          width: 14px;
          height: 14px; }
        .footer-nav li a:after {
          left: 3px; }

  .legal-attribution {
    font-size: 11px;
    text-align: justify;
    line-height: 1.6em;
    margin-bottom: 10px; }

  .copyright {
    font-size: 13px; } }
