/**
 * global_nav200810.css 日テレ内グローバルナビ表示関連CSS(utf8用)
 *
 * ○変更履歴
 * 2012.12.17 : m.kameyama  メニューに「プレゼント」を追加。「ショッピング」を「通販」に変更。検索窓の幅を縮小
 * 2013.03.26 : ykanazawa   幅等のパラメータの変更（コメント参照）。及び、 ntvID login（189行目）以降の追加。
 * 2015.03.19 : m.kameyama  メニュー「映画・アニメ」を分割。全ての画像を統合し、表示をスプライト処理に変更。
 *
 */

body {
	min-width: 980px;
	margin: 0px;
	padding: 0px;
}

#global_nav {
  background-color: #000 !important;
  height: 50px !important;
  position: relative;
}

.ntv-programHeader-search {
  display: block;
  width: 24px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  font-size: 24px;
  color: #fff;
  line-height: 1.0;
  text-decoration: none !important;
}
.ntv-programHeader-search .icon-search {
  font-size: 24px;
}

.ntv-programHeader-search .ntv-programHeader-text{
  font-size: 8px;
  text-align: center;
}

.ntv-programHeader-logo {
  display: block;
  width: 48px;
  height: 53px;
  background: url(/basic2014/images/logo/ntv_white.svg) no-repeat center center;
  background-size: 46px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ntv-programHeader-calendar {
  display: block;
  width: 34px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  font-size: 34px;
  line-height: 1.0;
  color: #FFF;
  text-decoration: none !important;
}
.ntv-programHeader-calendar .icon-calendar {
  font-size: 34px;
}

.ntv-programHeader-calendar .ntv-programHeader-text{
  margin-top: -4px;
  font-size: 8px;
  text-align: center;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/basic2014/fonts/icomoon.eot?hvesg3');
  src:  url('/basic2014/fonts/icomoon.eot?hvesg3#iefix') format('embedded-opentype'),
    url('/basic2014/fonts/icomoon.ttf?hvesg3') format('truetype'),
    url('/basic2014/fonts/icomoon.woff?hvesg3') format('woff'),
    url('/basic2014/fonts/icomoon.svg?hvesg3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-nav_arrows:before {
  content: "\e926";
}
.icon-nav_close:before {
  content: "\e927";
}
.icon-nav:before {
  content: "\e928";
}
.icon-run:before {
  content: "\e925";
}
.icon-balloon:before {
  content: "\e900";
}
.icon-book:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-cast:before {
  content: "\e903";
}
.icon-column:before {
  content: "\e904";
}
.icon-crown_mini:before {
  content: "\e905";
}
.icon-crown:before {
  content: "\e906";
}
.icon-dvd:before {
  content: "\e907";
}
.icon-etc:before {
  content: "\e908";
}
.icon-fashion:before {
  content: "\e909";
}
.icon-goods:before {
  content: "\e90a";
}
.icon-heart:before {
  content: "\e90b";
}
.icon-home:before {
  content: "\e90c";
}
.icon-comingsoon:before {
  content: "\e90d";
}
.icon-loading:before {
  content: "\e90e";
}
.icon-movie_mini:before {
  content: "\e90f";
}
.icon-movie:before {
  content: "\e910";
}
.icon-music:before {
  content: "\e911";
}
.icon-present:before {
  content: "\e912";
}
.icon-program:before {
  content: "\e913";
}
.icon-recipe:before {
  content: "\e914";
}
.icon-search_anime:before {
  content: "\e915";
}
.icon-search_cinema:before {
  content: "\e916";
}
.icon-search_drama:before {
  content: "\e917";
}
.icon-search_mini:before {
  content: "\e918";
}
.icon-search_news:before {
  content: "\e919";
}
.icon-search_sport:before {
  content: "\e91a";
}
.icon-search_variety:before {
  content: "\e91b";
}
.icon-search:before {
  content: "\e91c";
}
.icon-share:before {
  content: "\e91d";
}
.icon-star_mini:before {
  content: "\e91e";
}
.icon-star:before {
  content: "\e91f";
}
.icon-tag_person:before {
  content: "\e920";
}
.icon-tag_word:before {
  content: "\e921";
}
.icon-text:before {
  content: "\e922";
}
.icon-tv:before {
  content: "\e923";
}
.icon-vote:before {
  content: "\e924";
}
