@charset "UTF-8";
/**
 * nav.css
 *
 * 1.0 - Elements
 * 2.0 - Class
 * 3.0 - Header
 *   3.1 - Header Link
 *   3.2 - 視聴ナビエリア
 *   3.3 - Header Menu
 * 4.0 - Footer
 *   4.1 - Footer Link（会社案内）
 *   4.2 - Footer Sitemap（サイトマップ）
 *   4.3 - Pagetop
 *   4.4 - Copyright
 * 5.0 - 検索入力
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Elements
 * ----------------------------------------------------------------------------
 */
body {
  position: relative;
}

/**
 * 2.0 - Class
 * ----------------------------------------------------------------------------
 */
/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
 */
#header {
  width: 100%;
  position: fixed;
  z-index: 100;
}
#header a {
  text-decoration: none;
}
#header .header_container {
  background-color: #fff;
}
  /* 3.1 - Header Link
  ----------------------------------*/
#header .headLink {
  width: 980px;
  height: 60px;
}
#header .headLink > li.headLink_logo h1 {
  display: block;
  width: 292px;
  height: 32px;
  background: url("../img/head/head_logo_nh.png") 0 0 no-repeat;
}
#header .headLink > li.headLink_logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .headLink > li.headLink_form {
  padding-right: 15px;
  width: 335px;
}
#header .headLink > li.headLink_shicho {
  position: relative;
  width: 280px;
  height: 60px;
  cursor: default;
}
#header .headLink > li.headLink_shicho h4 {
  display: block;
  cursor: pointer;
}
  /* 3.2 - 視聴ナビエリア
  ----------------------------------*/
#header #shicho-area {
  display: none;
  position: absolute;
  z-index: 99;
  top: 60px;
  right: 0;
  width: 980px;
  border: 8px solid #d1d1d1;
}
#header #shicho-area .shichoList {
  height: 384px;
  background: url("../img/head/head_shicho_bg_ptn.png") 0 0 repeat;
  line-height: 0;
}
#header #shicho-area .shichoList li {
  text-align: left;
  cursor: default;
}
#header #shicho-area .shichoList a {
  display: inline-block;
  overflow: hidden;
}
#header #shicho-area .shichoList_nav a {
  width: 360px;
  height: 384px;
  background: url("../img/head/head_shicho_more.png") 0 0 no-repeat;
}
#header #shicho-area .shichoList_service {
  width: 604px;
}
#header #shicho-area .shichoList_sphd a, #header #shicho-area .shichoList_jcom a {
  width: 302px;
  height: 192px;
  background: url("../img/head/head_shicho_ch_main.png") 0 0 no-repeat;
}
#header #shicho-area .shichoList_jcom a {
  background-position: -302px 0;
}
#header #shicho-area .ch-list {
  padding: 20px 80px 0;
  width: 604px;
  height: 60px;
  background-color: #e3e3e3;
  table-layout: auto;
}
#header #shicho-area .ch-list + .ch-list {
  padding-bottom: 20px;
}
#header #shicho-area .ch-list > li {
  width: 260px;
  text-align: right;
}
#header #shicho-area .ch-list > li:first-child {
  padding-right: 80px;
}
#header #shicho-area .ch-list > li a {
  padding: 20px 0;
  width: 180px;
  height: 40px;
  background: url("../img/head/head_shicho_ch.png") 0 0 no-repeat;
}
#header #shicho-area .ch-list .shichoList_cable a {
  background-position: 0 10px;
}
#header #shicho-area .ch-list .shichoList_hikaritv a {
  background-position: 0 -90px;
}
#header #shicho-area .ch-list .shichoList_au a {
  background-position: 0 -190px;
}
#header #shicho-area .ch-list .shichoList_servicelist {
  text-align: right;
}
#header #shicho-area .ch-list .shichoList_servicelist a {
  background-position: 0 -290px;
}
#header #shicho-area .inquiry-list {
  padding: 15px 20px;
  height: 62px;
  table-layout: auto;
}
#header #shicho-area .inquiry-list > li a, #header #shicho-area .inquiry-list > li p {
  display: inline-block;
  width: 260px;
  height: 32px;
  background: url("../img/head/head_shicho_inquiry.png") 0 0 no-repeat;
}
#header #shicho-area .inquiry-list .shichoList_faq a, #header #shicho-area .inquiry-list .shichoList_faq p {
  background-position: 0 0px;
}
#header #shicho-area .inquiry-list .shichoList_tel a, #header #shicho-area .inquiry-list .shichoList_tel p {
  background-position: 0 -100px;
}
#header #shicho-area .inquiry-list .shichoList_tel {
  text-align: right;
  cursor: default;
}
  /* 3.3 - Header Menu
  ----------------------------------*/
#header #headMenu {
  position: relative;
  background-color: #000;
}
#header #headMenu .headMenu_body {
  margin: 0 auto;
  display: table;
  width: 830px;
  /*width: 980px;*/
  height: 40px;
  table-layout: auto;
  text-align: center;
}
#header #headMenu .headMenu_body > li > a, #header #headMenu .headMenu_body > li > p {
  display: table-cell;
  position: relative;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
}
#header #headMenu .headMenu_body > li > a:hover, #header #headMenu .headMenu_body > li > p:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#header #headMenu .headMenu_body > li > a span, #header #headMenu .headMenu_body > li > p span {
  position: relative;
  display: inline-block;
}
#header #headMenu .headMenu_body > li > a span:after, #header #headMenu .headMenu_body > li > p span:after {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 23px;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #d90000;
}
#header #headMenu .headMenu_body > li:hover span:after, #header #headMenu .headMenu_body > li.on span:after {
  content: '';
  display: inline-block;
}
#header #headMenu #service-list {
  display: none;
  position: absolute;
  right: 0;
  padding: 20px 30px;
  border-top: 1px solid #d90000;
  width: 380px;
  background-color: #000;
  cursor: default;
}
#header #headMenu #service-list .table-cell > li {
  vertical-align: top;
}
#header #headMenu #service-list .serviceLink > li {
  padding: 5px 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#header #headMenu #service-list .serviceLink > li a {
  color: #fff;
}
#header #headMenu #service-list .serviceLink > li.serviceLink_arrow {
  padding: 0;
}
#header #headMenu #service-list .serviceLink > li.serviceLink_arrow a {
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 14px;
}
#header #headMenu #service-list .serviceLink > li.serviceLink_arrow a:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("../img/head/head_icon_arrow.png") 0 0 no-repeat;
}

/**
 * 4.0 - Footer
 * ----------------------------------------------------------------------------
 */
#footer {
  margin-bottom: -20px;
  position: relative;
}
#footer .footer_container {
  margin-top: 30px;
  padding-bottom: 30%;
  background: url("../img/foot/foot_bg_taneda.png") center bottom no-repeat;
  background-size: contain;
}
#footer .common_inner {
  width: 980px;
}
#footer a {
  color: #6f6f6f;
  text-decoration: none;
  font-weight: bold;
}
#footer .arrow a {
  position: relative;
  padding-left: 10px;
}
#footer .arrow a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url("../img/foot/foot_icon_arrow.png") 0 0 no-repeat;
}
  /* 4.1 - Footer Link（会社案内）
  ----------------------------------*/
#footer #footLink {
  border: 1px solid #d1d1d1;
  height: 60px;
}
#footer #footLink [class*="footLink_"] {
  text-align: center;
}
#footer #footLink .footLink_logo {
  width: 240px;
  border-right: 1px solid #d1d1d1;
}
#footer #footLink .footLink_logo h1 {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#footer #footLink .footLink_logo h1 a {
  display: block;
  width: 200px;
  height: 22px;
}
#footer #footLink .footLink_link > .inline-block > li {
  padding-left: 20px;
}
#footer #footLink .footLink_link > .inline-block > li:first-child {
  padding-left: 0;
}
#footer #footLink .footLink_link > .inline-block > li a {
  font-size: 12px;
  line-height: 12px;
}
#footer #footLink [class*="footLink_sns_"] {
  width: 60px;
  border-left: 1px solid #d1d1d1;
}
  /* 4.2 - Footer Sitemap（サイトマップ）
  ----------------------------------*/
#footer #footSitemap {
  margin-top: 20px;
  padding-bottom: 20px;
}
#footer #footSitemap .footSitemap_item {
  padding: 0 20px;
  color: #6f6f6f;
  border-left: 1px solid #d1d1d1;
  vertical-align: top;
}
#footer #footSitemap .footSitemap_item:first-child {
  padding-left: 0;
  width: 240px;
  border-left: none;
}
#footer #footSitemap .footSitemap_item:first-child + .footSitemap_item {
  width: 190px;
}
#footer #footSitemap .footSitemap_item.footSitemap_item--last {
  padding-right: 0;
  width: 200px;
}
#footer #footSitemap .footSitemap_item .footSitemap_title {
  font-weight: bold;
}
#footer #footSitemap .footSitemap_item .footSitemap_body > li {
  margin-top: 10px;
}
#footer #footSitemap .footSitemap_item .footSitemap_body > li:first-child {
  margin-top: 0;
}
#footer #footSitemap .footSitemap_item .footSitemap_body > li a {
  font-size: 12px;
  line-height: 12px;
}
  /* 4.3 - Pagetop
  ----------------------------------*/
#footer .pagetop_inner {
  margin: 0 auto;
  padding: 15px 0;
  height: 70px;
  width: 980px;
  text-align: right;
}
#footer .pagetop_inner .btn--pagetop {
  display: none;
  position: relative;
  z-index: 99;
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
}
#footer .pagetop_inner .btn--pagetop.fixed {
  position: fixed;
  bottom: 10px;
}
#footer .pagetop_inner .btn--pagetop .ico--pagetop {
  width: 40px;
  height: 40px;
  background-image: url("../img/icon_pagetop.png");
}
  /* 4.4 - Copyright
  ----------------------------------*/
#footer .copyright-area {
  padding-top: 15px;
  height: 85px;
  text-align: center;
  background-color: #fff;
}
#footer .copyright-area p {
  text-align: center;
  font-size: 10px;
}

/**
 * 5.0 - 検索入力
 * ----------------------------------------------------------------------------
 */
.searchKeyword-area {
  position: relative;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}
.searchKeyword-area input {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.searchKeyword-area input.searchBox {
  padding: 0 0 0 10px;
  /*padding: 0 30px 0 10px;*/
  width: 100%;
  height: 32px;
  /*background-color: #fff;*/
  /*border: 1px solid #d1d1d1;*/
  font-size: 14px;
  line-height: 1;
}
.searchKeyword-area input.searchBox:focus {
  outline: none;
  color: #000;
}
.searchKeyword-area input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("../img/icon_search_btn.png") 0 0 no-repeat;
  overflow: hidden;
}
.searchKeyword-area input[type="submit"].input--gray {
  background-position: 0 -100px;
}

/* IE8 ハック */
html>/**/body .searchKeyword-area input.searchBox {
    padding /*\**/: 10px 10px 0 10px \9;
}