@charset "UTF-8";



/*==========================================================================
   フォントサイズを他のページと合わせる
============================================================================= */
.is-noresp #nc-category-footer .global-footer-links li {
	font-size: 112.5%;
}
.is-noresp #nc-category-footer .global-sub-footer-copyright small {
	font-size: 100%;
}
.is-noresp #nc-category-footer p {
  line-height: 1.2;
}



/*==========================================================================
   スマホ表示を上書き
============================================================================= */
.l-footer-topic-path,
#nc-category-footer {
  min-width: 960px;
}



/*==========================================================================
   n-ex-header Global Header
============================================================================= */
#n-ex-header {
  line-height: 1;
  position: relative;
  padding-bottom: 70px;
  z-index: 1000;
}
#n-ex-header .header_global {
  position: relative;
  height: 36px;
  z-index: 8;
  border-bottom: 1px solid #e6e6e6;
}
#n-ex-header .header_global a {
  color: #8e8e8f;
}
#n-ex-header .header_global_inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
#n-ex-header .header_logo {
  margin-top: 9px;
  display: inline-block;
}
#n-ex-header .header_logo img {
  vertical-align: top;
}
#n-ex-header .header_local {
  z-index: 5;
}



/* ==========================================================================
   n-ex-header Local Header
============================================================================= */
#n-ex-header .header_local {
  position: absolute;
  width: 100%;
  color: #8e8e8f;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #CE181E;
}
#n-ex-header .header_local a {
  color: #8e8e8f;
}
#n-ex-header .header_local_inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  height: 70px;
  line-height: 70px;
  font-size: 92.85714%;
}
#n-ex-header .header_local_logo {
  display: inline-block;
  margin-top: 21px;
  float: left;
  line-height: 0;
}
#n-ex-header .header_local_nav {
  float: right;
  margin-right: 0;
  list-style: none;
}
#n-ex-header .header_local_nav li {
  float: left;
  margin-left: 39px;
  list-style: none;
}
#n-ex-header .header_local_nav li a {
  display: block;
}
#n-ex-header .header_local_nav li a:hover {
  text-decoration: none;
  color: #CE181E;
}



.ex-topicPath {
  padding-top: 4px;
}


