@charset "UTF-8";



/*
   n-general-header
=================================================================== */
#n-general-header {
  position: relative;
  padding-bottom: 104px;
  line-height: 1;
}
.n-general-header_local {
  position: absolute;
  width: 100%;
  min-width: 960px;
  border-bottom: 4px solid transparent;
  background-color: #ffffff;
}
.n-general-header_local.n-general-header_orangeline {
  border-bottom-color: #f17703;
}
.n-general-header_local.n-general-header_grayline {
  border-bottom-color: #8c8c8c;
}
.n-general-header_local_inner {
  display: table;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  height: 100px;
  line-height: 1;
  font-size: 92.85714%;
}
.n-general-header_local_inner:before {
  content: " ";
  display: table;
}
.n-general-header_local_inner:after {
  content: " ";
  display: table;
  clear: both;
}
.n-general-header_local_title {
  display: table-cell;
  width: 50%;
  height: 100%;
  text-align: left;
}
.n-general-header_nocaption .n-general-header_local_title {
  width: 100%;
}
.n-general-header_local_logo {
  display: block;
  height: 100%;
  margin-left: 18px;
  background: url(../img/text_ttl.png) 0 center no-repeat;
  text-indent: -9999px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .n-general-header_local_logo {
    background: url(../img/text_ttl_2x.png) 0 center no-repeat;
    background-size: auto 29px;
  }
}
.n-general-header_local_logo:hover,
.n-general-header_local_logo:visited,
.n-general-header_local_logo:active {
  text-decoration: none;
}
.n-general-local_caption {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
  font-size: 100%;
  color: #3c3c3c;
}
.n-general-header_nocaption .n-general-local_caption {
  display: none;
}
.n-general-local_caption span{
  display: inline-block;
  padding-right: 18px;
}


