@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, span, a, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area, menu, hr, address, small, strong, i, b, article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command, datalist, keygen, output, progress, meter {
  margin: 0;
  padding: 0;
  font-size: 100%; }

textarea {
  word-wrap: break-word; }

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
  display: block; }

ul, ol, li {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

img {
  vertical-align: top; }

[hidden] {
  display: none; }

mark {
  background: none; }

em {
  font-style: normal; }

input {
  opacity: 1; }

html {
  font-size: 10px; }

body {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 1152px; }
  .ie body {
    word-break: break-all; }
  @media screen and (max-width: 768px) {
    body {
      min-width: initial; } }

button, input, select, textarea {
  font-family: inherit; }

a {
  text-decoration: none;
  color: #333; }
  .ie7 a,
  .ie8 a {
    display: inline-block;
    zoom: 1; }
  a:hover {
    color: #b3b3b3; }

.group {
  *zoom: 1; }
  .group:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ""; }

.container {
  position: relative; }
  .container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    top: 0;
    left: 0; }

.content {
  background-color: #e2f4f9;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  padding: 20px 0 70px; }
  .page-timeshift .content {
    background-color: #fdf2f2; }
  .ie7 .content,
  .ie8 .content {
    border-top: 1px solid #d9d9d9; }
  .content .content__inner {
    width: 1000px;
    margin: 0 auto; }
  .content .content__section {
    margin-top: 50px; }
    .content .content__section:first-child {
      margin-top: 0; }

.sp-block {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-block {
      display: block; } }

.header {
  position: relative;
  z-index: 1; }
  .header__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .page-share .header__inner,
      .page-static .header__inner {
        width: auto; } }
  .header__utility {
    padding: 12px 0;
    background-color: #fff; }
    .header__utility .header__inner {
      height: 60px;
      position: relative; }
  .header__logo {
    position: relative;
    float: left;
    width: 280px;
    margin-top: 12px; }
    .header__logo .area {
      display: block;
      position: absolute;
      top: 10px;
      left: 162px;
      line-height: 1; }
    .header__logo .live {
      top: 25px;
      left: 147px;
      position: absolute; }
  .header__menu {
    font-size: 12px;
    float: left; }
    .header__menu ul {
      margin-top: 7px; }
      .header__menu ul:first-child {
        margin-top: 0; }
    .header__menu .item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
      .ie7 .header__menu .item {
        display: inline;
        zoom: 1; }
    .header__menu a {
      color: #333; }
      .header__menu a:hover {
        color: #b3b3b3; }
    .header__menu .item--info {
      width: 80px; }
      .header__menu .item--info .icon--arrow-r {
        margin-right: 4px; }
    .header__menu .item--search input {
      border: 1px solid #d0d0d0;
      width: 112px;
      height: 25px;
      line-height: 25px;
      padding: 0 20px 0 8px;
      border-radius: 3px;
      background: url(../images/bg_search_01.png) center right no-repeat; }
    .header__menu .item--search input::-webkit-input-placeholder {
      color: #333; }
    .header__menu .item--search input:-moz-placeholder {
      color: #333; }
    .header__menu .item--setting {
      width: 130px;
      text-align: right; }
    .header__menu .icon--header-badge {
      margin-left: 5px;
      margin-top: -3px; }
    .header__menu .btn {
      line-height: 27px;
      text-align: center; }
    .header__menu .btn--setting,
    .header__menu .btn--login,
    .header__menu .btn--logout {
      border: 1px solid #d1d1d1;
      background-color: #f2f2f2; }
      .header__menu .btn--setting .icon,
      .header__menu .btn--login .icon,
      .header__menu .btn--logout .icon {
        margin-right: 5px;
        vertical-align: -2px; }
        .header__menu .btn--setting .icon--setting,
        .header__menu .btn--login .icon--setting,
        .header__menu .btn--logout .icon--setting {
          vertical-align: -4px; }
        .ie7 .header__menu .btn--setting .icon, .ie7
        .header__menu .btn--login .icon, .ie7
        .header__menu .btn--logout .icon {
          vertical-align: bottom; }
    .header__menu .btn--setting {
      width: 64px; }
    .header__menu .btn--login {
      width: 78px; }
    .header__menu .btn--logout {
      width: 90px; }
    .header__menu .btn--premium {
      border: 1px solid #b9d4df;
      background-color: #e2f4f9;
      width: 140px; }
      .page-timeshift .header__menu .btn--premium {
        border: 1px solid #f3c2ce;
        background-color: #fdf2f2; }
      .header__menu .btn--premium .icon {
        vertical-align: -4px; }
        .ie7 .header__menu .btn--premium .icon {
          vertical-align: bottom;
          position: relative;
          top: -1px; }
  .header__banner {
    position: absolute;
    top: 0;
    right: 0; }
  .header__search {
    padding-top: 12px;
    width: 320px;
    float: right; }
    .header__search .item__text {
      border-radius: 0 3px 3px 0;
      border: 1px solid #d1d1d1;
      border-left: none;
      height: 34px;
      line-height: 34px;
      font-size: 13px;
      width: 263px;
      background-color: #f2f2f2;
      float: right;
      padding: 0 10px; }
    .header__search .item__btn {
      border-radius: 3px 0 0 3px;
      background-color: #00a7e9;
      float: left;
      width: 35px;
      height: 34px;
      border: 1px solid #0692c9;
      border-right: none; }
      .page-timeshift .header__search .item__btn {
        background-color: #e73c64;
        border-color: #c50e39; }
  .header__nav-outer {
    width: 100%; }
    .header__nav-outer.fixed {
      position: fixed;
      top: 0;
      left: 0; }
  .header__nav {
    background-color: #00a7e9;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
    height: 48px;
    color: #fff; }
    .page-timeshift .header__nav {
      background-color: #e73c64; }
    .header__nav .item {
      float: left; }
    .header__nav .item__outer {
      background: url(../images/bg_global_nav_blue_01.png) left center no-repeat; }
      .page-timeshift .header__nav .item__outer {
        background-image: url(../images/bg_global_nav_red_01.png); }
    .header__nav .item__link {
      display: block;
      height: 35px;
      background: url(../images/bg_global_nav_blue_01.png) right center no-repeat;
      padding-top: 13px; }
      .page-timeshift .header__nav .item__link {
        background-image: url(../images/bg_global_nav_red_01.png); }
      .header__nav .item__link span {
        display: block;
        font: 0/0 a;
        font-size: 0;
        line-height: 0;
        text-shadow: none;
        color: transparent;
        margin: 0 auto; }
      .header__nav .item__link:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70); }
    .header__nav .item--active .item__link {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70); }
    .header__nav .item--active .sub-menu {
      display: block; }
    .header__nav .item__live {
      width: 139px; }
      .header__nav .item__live span {
        background-image: url(../images/sprite.png);
        background-position: -120px -349px;
        width: 82px;
        height: 22px; }
      .page-timeshift .header__nav .item__live span {
        background-image: url(../images/sprite.png);
        background-position: -202px -349px;
        width: 82px;
        height: 22px; }
    .header__nav .item__timeshift {
      width: 179px; }
      .header__nav .item__timeshift span {
        background-image: url(../images/sprite.png);
        background-position: 0px -327px;
        width: 120px;
        height: 22px; }
      .page-timeshift .header__nav .item__timeshift span {
        background-image: url(../images/sprite.png);
        background-position: 0px -349px;
        width: 120px;
        height: 22px; }
    .header__nav .item__areafree {
      width: 180px; }
      .header__nav .item__areafree span {
        background-image: url(../images/sprite.png);
        background-position: -240px -327px;
        width: 120px;
        height: 22px; }
      .page-timeshift .header__nav .item__areafree span {
        background-image: url(../images/sprite.png);
        background-position: -120px -327px;
        width: 120px;
        height: 22px; }
    .header__nav .item__program {
      width: 140px; }
      .header__nav .item__program span {
        background-image: url(../images/sprite.png);
        background-position: -162px -371px;
        width: 76px;
        height: 22px; }
      .page-timeshift .header__nav .item__program span {
        background-image: url(../images/sprite.png);
        background-position: -238px -371px;
        width: 76px;
        height: 22px; }
    .header__nav .item__radiko {
      width: 225px; }
      .header__nav .item__radiko span {
        background-image: url(../images/sprite.png);
        background-position: -157px -305px;
        width: 157px;
        height: 22px; }
      .page-timeshift .header__nav .item__radiko span {
        background-image: url(../images/sprite.png);
        background-position: 0px -305px;
        width: 157px;
        height: 22px; }
    .header__nav .item__help {
      width: 136px; }
      .header__nav .item__help span {
        background-image: url(../images/sprite.png);
        background-position: -284px -349px;
        width: 81px;
        height: 22px; }
      .page-timeshift .header__nav .item__help span {
        background-image: url(../images/sprite.png);
        background-position: -81px -371px;
        width: 81px;
        height: 22px; }
  .header__station-list {
    background-color: #3a3b3c;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 0; }
    .header__station-list li {
      display: inline-block;
      line-height: 2;
      font-size: 10px; }
      .ie7 .header__station-list li {
        display: inline;
        zoom: 1; }
      .header__station-list li a {
        display: block;
        color: #fff;
        margin-right: 11px; }
        .header__station-list li a:hover {
          color: gray; }
      .header__station-list li .icon {
        margin-right: 4px; }
  .header--not-login .header__nav .item__live {
    width: 200px; }
  .header--not-login .header__nav .item__timeshift {
    width: 200px; }
  .header--not-login .header__nav .item__areafree {
    width: 199px; }
  .header--not-login .header__nav .item__radiko {
    width: 200px; }
  .header--not-login .header__nav .item__help {
    width: 199px; }
  .header--not-login .header__station-list .btn {
    float: right;
    width: 72px;
    text-align: center;
    background: #00a7e9;
    border-radius: 2px;
    margin-top: 7px; }
    .header--not-login .header__station-list .btn a {
      line-height: 26px;
      display: block;
      color: #fff; }
    .page-timeshift .header--not-login .header__station-list .btn {
      background: #e73c64; }
  .header--not-login .header__station-list ul {
    float: left;
    width: 920px; }
  .header--not-login .sub-menu .bg {
    left: 489px; }
  .page-static .header,
  .page-share .header {
    border-bottom: 10px solid #00a7e9; }
    .page-static .header:after,
    .page-share .header:after {
      content: "";
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -3px;
      left: 0;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
    @media screen and (max-width: 768px) {
      .page-static .header,
      .page-share .header {
        height: 44px; }
        .page-static .header__logo,
        .page-share .header__logo {
          padding: 8px 0 0 15px;
          margin-top: 0;
          width: auto; }
          .page-static .header__logo img,
          .page-share .header__logo img {
            max-height: 30px; }
          .page-static .header__logo .area,
          .page-share .header__logo .area {
            top: 17px;
            left: 145px;
            font-size: 10px; }
        .page-static .header__utility,
        .page-share .header__utility {
          height: 44px;
          padding: 0; } }
  .page-share.page-timeshift .header {
    border-bottom: 10px solid #e73c64; }

.sub-menu {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  color: #333;
  padding: 40px 0;
  border-bottom: 2px solid #00a7e9;
  display: none; }
  .page-timeshift .sub-menu {
    border-bottom: 2px solid #e73c64; }
  .sub-menu__inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
  .sub-menu__item {
    width: 140px;
    float: left; }
  .sub-menu__title {
    font-size: 16px;
    font-weight: bold; }
  .sub-menu__list {
    margin-top: 12px; }
    .sub-menu__list li {
      margin-top: 7px; }
    .sub-menu__list a {
      color: #333; }
      .sub-menu__list a:hover {
        color: #b3b3b3; }
    .sub-menu__list .disabled {
      color: #666; }
  .sub-menu .bg {
    background-image: url(../images/sprite.png);
    background-position: -95px -393px;
    width: 14px;
    height: 8px;
    position: absolute;
    top: -48px;
    left: 402px; }

.channel {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 40px; }
  .channel__block {
    margin-top: 40px; }
    .channel__block:first-child {
      margin-top: 0; }
  .channel__title {
    float: left;
    font-size: 18px;
    font-weight: bold; }
  .channel__list {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    width: 760px;
    float: right; }
    .channel__list li {
      border-right: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      float: left; }
    .channel__list a {
      width: 151px;
      height: 70px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      layout-grid-line: 70px; }
      .ie7 .channel__list a {
        display: block; }

.news__main {
  float: left;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 675px;
  padding: 35px; }

.news__sub {
  float: right;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 165px;
  padding: 35px; }

.news-list__item {
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
  padding-bottom: 25px; }
  .news-list__item:first-child {
    margin-top: 0; }

.news-list__date {
  color: #00a7e9;
  font-size: 14px;
  font-weight: bold; }

.news-list__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px; }
  .news-list__title a {
    color: inherit; }
  .news-list__title .icon {
    vertical-align: -1px; }

.news-list__text {
  margin-top: 5px; }

.news-archive {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px; }
  .news-archive:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .news-archive__date {
    color: #00a7e9;
    font-size: 12px; }
  .news-archive__title {
    font-size: 16px;
    font-weight: bold; }
  .news-archive__list li {
    margin-top: 15px; }
    .news-archive__list li:first-child {
      margin-top: 0; }
  .news-archive__list a {
    display: block;
    padding: 3px 0;
    position: relative;
    color: #333;
    zoom: 1; }
    .news-archive__list a .icon {
      position: absolute;
      top: 5px;
      left: 0; }
    .news-archive__list a .title {
      font-weight: bold; }
    .news-archive__list a span {
      display: block;
      padding-left: 26px; }
  .news-archive__list.year-list li {
    margin-top: 0; }
  .news-archive__select {
    margin-top: 15px; }

.news-detail__date {
  color: #00a7e9;
  font-size: 16px;
  font-weight: bold; }

.news-detail__title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px; }

.news-detail__content {
  margin-top: 20px; }

.search-result__header {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px; }
  .search-result__header .item {
    width: 194px;
    float: left;
    margin-right: 20px; }
  .search-result__header .item__title {
    width: 56px;
    height: 42px;
    float: left;
    line-height: 42px;
    text-align: center;
    background-color: #00a7e9;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 14px;
    font-family: bold; }
    .page-timeshift .search-result__header .item__title {
      background-color: #e73c64; }
  .search-result__header .item--text {
    position: relative; }
    .search-result__header .item--text .must {
      position: absolute;
      top: 12px;
      right: 5px;
      font-size: 11px;
      font-weight: normal;
      background-color: #e73c64;
      display: inline-block;
      color: #fff;
      border-radius: 2px;
      padding: 0 5px;
      margin-left: 10px;
      vertical-align: middle; }
      .ie7 .search-result__header .item--text .must {
        display: inline;
        zoom: 1; }
    .search-result__header .item--text input {
      padding-right: 50px;
      width: 136px; }
  .search-result__header .item--submit {
    width: 102px;
    float: right;
    margin-right: 0; }
    .search-result__header .item--submit .btn {
      width: 102px;
      height: 42px;
      line-height: 40px; }
    .search-result__header .item--submit .icon {
      vertical-align: -4px; }
  .search-result__header .ui-form-select {
    width: 138px;
    height: 42px;
    float: left; }
    .search-result__header .ui-form-select select {
      width: 138px;
      height: 42px; }
  .search-result__header .form__text {
    width: 174px;
    height: 42px; }
  .search-result__header .form__select {
    height: 42px;
    border-radius: 0 3px 3px 0;
    line-height: 42px; }

.search-result__body {
  margin-top: 50px; }

.search-result__body--zero {
  background: url(../images/bg_search_zero_blue_01.png) bottom center no-repeat;
  text-align: center;
  font-size: 16px;
  padding: 0 0 300px 0; }
  .page-timeshift .search-result__body--zero {
    background: url(../images/bg_search_zero_red_01.png) bottom center no-repeat; }

.search-result__count {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px; }
  .search-result__count .num {
    font-size: 28px; }

.login__member {
  float: left;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 35px;
  width: 420px; }

.login__visitor {
  float: right;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 35px;
  width: 420px; }
  .login__visitor .login__text {
    margin-top: 55px; }

.login__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede; }

.login__btn {
  margin-top: 45px; }

.login__text {
  margin-top: 30px; }

.login-form__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px; }
  .login-form__title:first-child {
    margin-top: 0; }

.login-form__text {
  margin-top: 5px; }

.login-form .form__text {
  width: 392px;
  display: block;
  margin-bottom: 8px; }

.timetable-weekly__onair {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px; }
  .timetable-weekly__onair .img {
    float: left;
    margin-right: 20px; }
  .timetable-weekly__onair .text {
    overflow: hidden; }
  .timetable-weekly__onair .title {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold; }
  .timetable-weekly__onair .cast {
    font-size: 15px;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #d9d9d9;
    line-height: 1; }
    .ie7 .timetable-weekly__onair .cast {
      display: inline;
      zoom: 1; }
  .timetable-weekly__onair .time {
    font-size: 15px;
    display: inline-block;
    line-height: 1; }
    .ie7 .timetable-weekly__onair .time {
      display: inline;
      zoom: 1; }
  .timetable-weekly__onair .description {
    margin-top: 10px; }

.timeshift-detail,
.live-detail {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px; }
  .page-timeshift .timeshift-detail, .page-timeshift
  .live-detail {
    background-color: #fff; }
  .timeshift-detail__content,
  .live-detail__content {
    width: 1000px;
    margin: 0 auto; }
  .timeshift-detail__main,
  .live-detail__main {
    width: 740px;
    float: left;
    padding-right: 28px;
    border-right: 2px solid #d5d5d5; }
  .timeshift-detail__ad,
  .live-detail__ad {
    position: relative;
    margin-bottom: 50px; }
    .timeshift-detail__ad .img,
    .live-detail__ad .img {
      max-width: 630px; }
      .timeshift-detail__ad .img img,
      .live-detail__ad .img img {
        max-width: 630px;
        height: auto; }
    .timeshift-detail__ad .close,
    .live-detail__ad .close {
      position: absolute;
      top: 0;
      right: 0; }
      .timeshift-detail__ad .close span,
      .live-detail__ad .close span {
        display: block;
        width: 52px;
        text-align: center;
        margin-top: 3px; }
  .timeshift-detail__title,
  .live-detail__title {
    font-size: 26px;
    font-weight: bold; }
  .timeshift-detail__body,
  .live-detail__body {
    margin-top: 25px; }
  .timeshift-detail__img,
  .live-detail__img {
    float: left;
    margin-right: 28px; }
  .timeshift-detail__text,
  .live-detail__text {
    width: 356px;
    float: right; }
  .timeshift-detail__cast, .timeshift-detail__time,
  .live-detail__cast,
  .live-detail__time {
    font-size: 15px; }
  .timeshift-detail__play, .timeshift-detail__login,
  .live-detail__play,
  .live-detail__login {
    margin-top: 0px; }
  .timeshift-detail__login .btn,
  .live-detail__login .btn {
    margin-top: 5px; }
  .timeshift-detail__plan,
  .live-detail__plan {
    margin-top: 20px;
    color: #00a7e9;
    font-size: 15px;
    font-weight: bold;
    background-color: #f2f2f2;
    padding: 25px;
    border-radius: 3px; }
  .timeshift-detail__well,
  .live-detail__well {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #00a7e9;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px; }
    .page-timeshift .timeshift-detail__well, .page-timeshift
    .live-detail__well {
      color: #e73c64; }
  .timeshift-detail__share,
  .live-detail__share {
    width: 168px;
    float: left;
    margin-top: 20px; }
  .timeshift-detail__noti,
  .live-detail__noti {
    width: 168px;
    float: right;
    margin-top: 20px;
    position: relative; }
  .timeshift-detail .tooltip,
  .live-detail .tooltip {
    display: none;
    width: 180px;
    padding: 14px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 3px;
    border-radius: 3px;
    position: absolute;
    top: 62px;
    left: -20px; }
    .timeshift-detail .tooltip--open,
    .live-detail .tooltip--open {
      display: block; }
    .ie7 .timeshift-detail .tooltip,
    .ie8 .timeshift-detail .tooltip, .ie7
    .live-detail .tooltip,
    .ie8
    .live-detail .tooltip {
      border: 1px solid #d9d9d9; }
    .timeshift-detail .tooltip .bg,
    .live-detail .tooltip .bg {
      background-image: url(../images/sprite.png);
      background-position: -399px -349px;
      width: 25px;
      height: 12px;
      position: absolute;
      top: -12px;
      left: 50%;
      margin-left: -12px; }
      .ie7 .timeshift-detail .tooltip .bg,
      .ie8 .timeshift-detail .tooltip .bg, .ie7
      .live-detail .tooltip .bg,
      .ie8
      .live-detail .tooltip .bg {
        background-image: url(../images/sprite.png);
        background-position: -220px -158px;
        width: 25px;
        height: 12px; }
    .timeshift-detail .tooltip li,
    .live-detail .tooltip li {
      margin-top: 10px; }
      .timeshift-detail .tooltip li:first-child,
      .live-detail .tooltip li:first-child {
        margin-top: 0; }
  .timeshift-detail__description,
  .live-detail__description {
    padding-top: 30px;
    margin-top: 35px;
    border-top: 1px solid #d9d9d9; }
  .timeshift-detail__sites,
  .live-detail__sites {
    padding-top: 30px;
    margin-top: 35px;
    border-top: 1px solid #d9d9d9; }
    .timeshift-detail__sites .title,
    .live-detail__sites .title {
      font-size: 18px;
      font-weight: bold; }
    .timeshift-detail__sites .list,
    .live-detail__sites .list {
      margin-top: 5px; }
  .timeshift-detail__sub,
  .live-detail__sub {
    width: 202px;
    float: right; }
  .timeshift-detail__banner .item,
  .live-detail__banner .item {
    margin-top: 8px; }
    .timeshift-detail__banner .item:first-child,
    .live-detail__banner .item:first-child {
      margin-top: 0; }
  .timeshift-detail__attention,
  .live-detail__attention {
    background-color: #f2f2f2;
    padding: 20px 15px;
    margin-top: 28px; }
    .timeshift-detail__attention .text,
    .live-detail__attention .text {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #fff; }
      .timeshift-detail__attention .text:first-child,
      .live-detail__attention .text:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none; }
    .timeshift-detail__attention .icon,
    .live-detail__attention .icon {
      display: block;
      margin: 0 auto 12px; }
      .ie7 .timeshift-detail__attention .icon, .ie7
      .live-detail__attention .icon {
        width: 41px;
        margin-left: 65px;
        margin-right: 65px; }
  .timeshift-detail__timeline .timeline-container,
  .live-detail__timeline .timeline-container {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border-radius: 0 0 4px 4px;
    padding: 10px 0 10px 10px; }
    .timeshift-detail__timeline .timeline-container--open,
    .live-detail__timeline .timeline-container--open {
      display: block; }
  .timeshift-detail__timeline .timeline-col,
  .live-detail__timeline .timeline-col {
    width: 485px;
    float: left;
    margin-right: 10px; }
  .timeshift-detail__timeline .timeline-header,
  .live-detail__timeline .timeline-header {
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    font-size: 18px;
    padding: 12px; }
  .timeshift-detail__timeline .timeline-body,
  .live-detail__timeline .timeline-body {
    border: 1px solid #d9d9d9;
    border-top: none;
    border-radius: 0 0 4px 4px;
    height: 440px;
    overflow: auto;
    font-size: 12px; }
  .timeshift-detail__timeline .stream-item-wrapper,
  .live-detail__timeline .stream-item-wrapper {
    padding: 15px 10px;
    position: relative;
    min-height: 48px;
    border-top: 1px solid #d9d9d9; }
    .timeshift-detail__timeline .stream-item-wrapper a,
    .live-detail__timeline .stream-item-wrapper a {
      color: #00A7E9; }
      .timeshift-detail__timeline .stream-item-wrapper a:hover,
      .live-detail__timeline .stream-item-wrapper a:hover {
        text-decoration: underline; }
    .timeshift-detail__timeline .stream-item-wrapper .profile-name,
    .live-detail__timeline .stream-item-wrapper .profile-name {
      font-weight: bold; }
    .timeshift-detail__timeline .stream-item-wrapper .time,
    .live-detail__timeline .stream-item-wrapper .time {
      position: absolute;
      top: 15px;
      right: 10px; }
    .timeshift-detail__timeline .stream-item-wrapper img,
    .live-detail__timeline .stream-item-wrapper img {
      border-radius: 3px;
      width: 48px;
      height: 48px;
      position: absolute;
      top: 15px;
      left: 10px; }
    .timeshift-detail__timeline .stream-item-wrapper .icon,
    .live-detail__timeline .stream-item-wrapper .icon {
      vertical-align: -0.2em; }
  .timeshift-detail__timeline .stream-item,
  .live-detail__timeline .stream-item {
    margin-left: 58px; }
  .timeshift-detail__timeline .stream-item-footer,
  .live-detail__timeline .stream-item-footer {
    margin-top: 5px; }
    .timeshift-detail__timeline .stream-item-footer li,
    .live-detail__timeline .stream-item-footer li {
      display: inline-block;
      margin-right: 5px; }
      .ie7 .timeshift-detail__timeline .stream-item-footer li, .ie7
      .live-detail__timeline .stream-item-footer li {
        display: inline;
        zoom: 1; }

.top-main-slider {
  padding: 0;
  height: 300px;
  overflow: hidden;
  position: relative;
  min-width: 1000px; }
  .top-main-slider__list .item {
    text-align: center;
    width: 100%;
    height: 300px;
    overflow: hidden; }
  .top-main-slider__list .link {
    width: 100%;
    height: 300px;
    display: block; }
    .top-main-slider__list .link:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70); }
  .top-main-slider__list .img {
    background-position: center center;
    width: 100%;
    height: 300px;
    background-size: 1382px 300px;
    background-repeat: no-repeat;
    background-color: #AFE0EF; }
  .top-main-slider__nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: url(../images/bg_keyvisual_01.png) center bottom no-repeat; }
    .top-main-slider__nav .item {
      font-size: 14px;
      font-weight: bold; }
      .top-main-slider__nav .item .img {
        display: none; }
      .top-main-slider__nav .item:hover .img {
        display: block; }
      .top-main-slider__nav .item__prev {
        position: absolute;
        left: 0;
        top: 16px;
        padding-left: 35px; }
        .top-main-slider__nav .item__prev .icon {
          left: 0; }
        .top-main-slider__nav .item__prev .img {
          left: -32px; }
      .top-main-slider__nav .item__next {
        position: absolute;
        right: 0;
        top: 16px;
        padding-right: 35px; }
        .top-main-slider__nav .item__next .icon {
          right: 0; }
        .top-main-slider__nav .item__next .img {
          right: -33px; }
      .top-main-slider__nav .item .icon {
        position: absolute;
        top: -2px; }
      .top-main-slider__nav .item .img {
        position: absolute;
        top: -103px; }
    .top-main-slider__nav .inner {
      height: 54px;
      width: 1000px;
      margin: 0 auto;
      position: relative; }

.top-slider {
  padding: 20px 0;
  background-color: #f2f2f2; }
  .top-slider__inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
  .top-slider__list {
    margin-right: -20px; }
    .top-slider__list .item {
      float: left;
      margin-right: 20px;
      box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); }
      .top-slider__list .item img {
        border-radius: 4px; }
  .top-slider__nav {
    width: 100%;
    position: absolute;
    top: 46px; }
    .top-slider__nav .item {
      cursor: pointer; }
      .top-slider__nav .item span {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 44px; }
    .top-slider__nav .item--prev {
      position: absolute;
      left: -70px; }
    .top-slider__nav .item--next {
      position: absolute;
      right: -70px; }
      .ie7 .top-slider__nav .item--next {
        left: 1020px; }

.top-search {
  background-color: #00a7e9;
  padding: 20px 0 25px; }
  .top-search .heading-lv02 {
    color: #fff; }
  .top-search__form .item {
    float: left; }
  .top-search__form .item__text {
    width: 320px;
    margin-right: 36px; }
    .top-search__form .item__text .form__text {
      width: 296px;
      height: 42px;
      line-height: 42px;
      background-color: #fff; }
  .top-search__form .item__title {
    width: 82px;
    height: 42px;
    float: left;
    line-height: 42px;
    text-align: center;
    background-color: #008dc5;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 14px;
    font-family: bold; }
  .top-search__form .item__date,
  .top-search__form .item__area {
    position: relative; }
    .top-search__form .item__date .icon--cross,
    .top-search__form .item__area .icon--cross {
      position: absolute;
      top: 13px;
      left: -25px; }
  .top-search__form .item__date {
    width: 224px;
    margin-right: 36px; }
    .top-search__form .item__date .ui-form-select, .top-search__form .item__date select {
      width: 142px; }
  .top-search__form .item__area {
    width: 216px; }
    .top-search__form .item__area .ui-form-select, .top-search__form .item__area select {
      width: 134px; }
  .top-search__form .item__submit {
    width: 140px;
    float: right;
    margin-right: 0; }
    .top-search__form .item__submit .btn {
      width: 140px;
      height: 42px;
      line-height: 40px; }
    .top-search__form .item__submit .icon {
      vertical-align: -4px; }
  .top-search__form .ui-form-select {
    height: 42px;
    float: left; }
    .top-search__form .ui-form-select select {
      height: 42px; }
  .top-search__form .form__select {
    height: 42px;
    border-radius: 0 3px 3px 0;
    line-height: 42px;
    background-color: #fff; }

.top-info {
  border-top: 2px solid #00a7e9;
  background-color: #fff;
  padding-top: 45px;
  box-shadow: none; }
  .top-info__col {
    width: 490px; }
  .top-info__info {
    float: left; }
  .top-info__maintenance {
    float: right; }
  .top-info__title {
    font-size: 20px;
    font-weight: bold; }
  .top-info__list {
    margin-top: 15px;
    padding: 25px;
    border: 1px solid #00a7e9;
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px; }
    .top-info__list .item {
      border-top: 1px solid #e3e3e3;
      margin-top: 15px;
      padding-top: 15px; }
      .top-info__list .item:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: none; }
    .top-info__list .link {
      display: block;
      font-weight: bold;
      margin-top: 5px;
      padding-left: 26px;
      position: relative; }
      .top-info__list .link .icon {
        position: absolute;
        top: 1px;
        left: 0; }
    .top-info__list .date,
    .top-info__list .cat {
      color: #00a7e9;
      font-weight: bold; }
    .top-info__list .date {
      display: inline-block;
      margin-right: 5px; }
      .ie7 .top-info__list .date {
        display: inline;
        zoom: 1; }

.top-sns {
  background-color: #f2f2f2; }
  .top-sns__title {
    font-size: 20px;
    font-weight: bold; }
  .top-sns__col {
    width: 490px; }
  .top-sns__facebook {
    float: left; }
  .top-sns__twitter {
    float: right; }
  .top-sns__body {
    margin-top: 15px;
    padding: 25px;
    border: 1px solid #00a7e9;
    background-color: #fff;
    border-radius: 3px; }

.timeshift-page-nav {
  position: relative;
  width: 500px;
  margin: -54px 0 0 auto; }
  .timeshift-page-nav__btn {
    float: left;
    width: 155px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    position: relative; }
    .timeshift-page-nav__btn a {
      line-height: 44px;
      display: block; }
  .timeshift-page-nav__list {
    width: 318px;
    float: right;
    margin-bottom: 28px; }
    .timeshift-page-nav__list .item {
      width: 50%;
      float: left;
      background-color: #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      border-radius: 0 3px 3px 0;
      position: relative; }
      .timeshift-page-nav__list .item:first-child {
        border-radius: 3px 0 0 3px; }
      .timeshift-page-nav__list .item a {
        line-height: 44px;
        display: block; }
      .timeshift-page-nav__list .item--current {
        background-color: #e73c64; }
        .timeshift-page-nav__list .item--current a {
          color: #fff; }
          .timeshift-page-nav__list .item--current a:hover {
            color: #f297ac; }
    .timeshift-page-nav__list .bg {
      background-image: url(../images/sprite.png);
      background-position: -226px -226px;
      width: 15px;
      height: 9px;
      position: absolute;
      bottom: -9px;
      left: 50%;
      margin-left: -7px; }

.share.content__share {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 60px; }
  @media screen and (max-width: 768px) {
    .share.content__share {
      padding: 0;
      border-radius: 0;
      box-shadow: none; } }

.share__img {
  width: 410px;
  float: left;
  text-align: center; }
  .share__img img {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .share__img {
      width: auto;
      float: none; }
      .share__img img {
        width: 100%; } }

.share__body {
  width: 410px;
  float: right; }
  @media screen and (max-width: 768px) {
    .share__body {
      width: auto;
      float: none;
      padding: 15px; } }

.share__attention {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 20px 15px 20px 110px;
  color: #00a7e9;
  position: relative;
  min-height: 37px; }
  .share__attention p {
    line-height: 35px; }
  .share__attention .icon {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -18px; }
  .page-timeshift .share__attention {
    color: #e73c64;
    background-color: #fdf2f2; }
  @media screen and (max-width: 768px) {
    .share__attention {
      background-color: #e2f4f9;
      padding: 15px 30px;
      color: #33b7eb; }
      .share__attention p {
        line-height: 1.5;
        text-align: center; }
      .share__attention .icon {
        display: none; } }

.share__description {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .share__description {
      margin-top: 0; } }
  .share__description th {
    text-align: left;
    font-weight: normal;
    padding-right: 30px; }
    @media screen and (max-width: 768px) {
      .share__description th {
        padding-right: 15px; } }
  .share__description th, .share__description td {
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .share__description th, .share__description td {
        padding-bottom: 5px; }
        .share__description th img, .share__description td img {
          width: 60%; } }
  @media screen and (max-width: 768px) {
    .share__description .play {
      margin-top: 10px; }
      .share__description .play .btn--primary {
        font-size: 1.4rem;
        padding: 5px 0; }
        .share__description .play .btn--primary .icon--play {
          background: url(../images/sprite/icon_play_red_01.png) 0 0 no-repeat;
          width: 30px;
          height: 30px;
          background-size: 30px; } }
  .share__description .plan {
    color: #00a7e9;
    font-size: 15px;
    font-weight: bold;
    background-color: #f2f2f2;
    padding: 25px;
    border-radius: 3px; }
    @media screen and (max-width: 768px) {
      .share__description .plan {
        margin-top: 10px;
        font-size: 1.2rem;
        padding: 14px;
        text-align: center; } }
    .page-timeshift .share__description .plan {
      color: #e73c64; }

.share__detail {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf; }
  @media screen and (max-width: 768px) {
    .share__detail {
      margin-top: 20px;
      padding: 20px 15px 0; } }
  .share__detail p {
    margin-top: 20px; }
    .share__detail p:first-child {
      margin-top: 0; }

.share__download {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .share__download {
      margin-top: 20px;
      padding: 20px 25px; }
      .share__download--no-bdr {
        border-top: none;
        padding-top: 0; } }
  .share__download p {
    font-weight: bold;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .share__download p {
        font-size: 1.2rem; } }
  .share__download ul {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .share__download ul {
        margin-top: 15px; } }
  .share__download li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px; }
    .ie7 .share__download li {
      display: inline;
      zoom: 1; }
    @media screen and (max-width: 768px) {
      .share__download li {
        padding: 0 3px; } }
  @media screen and (max-width: 768px) {
    .share__download .itunes img {
      width: 122px; }
    .share__download .googleplay img {
      width: 132px; } }

@media screen and (max-width: 768px) {
  .page-share .content {
    padding: 0; }
    .page-share .content__inner {
      width: auto;
      font-size: 1.2rem; } }

.static {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 56px; }
  @media screen and (max-width: 768px) {
    .static {
      padding: 0;
      box-shadow: none;
      border-radius: 0; } }
  .static .text {
    margin-top: 25px; }
    .static .text--caution {
      color: #e73c64;
      font-weight: bold; }
    .static .text--large {
      font-size: 14px; }
  .static .table--line > tbody > tr > th,
  .static .table--line > tbody > tr > td {
    padding: 15px 0;
    vertical-align: top;
    border-top: 1px dotted #c3c2c2; }
  .static .table--line > tbody > tr:first-child > th,
  .static .table--line > tbody > tr:first-child > td {
    border-top: none; }
  .static .table--line > tbody > tr > th {
    text-align: left; }
  .static .table--normal th {
    text-align: left;
    font-weight: normal;
    padding-right: 15px; }
  .static .table--normal-02 {
    margin-top: 15px; }
    .static .table--normal-02 th {
      text-align: left;
      vertical-align: top;
      padding-right: 15px; }
    .static .table--normal-02 th, .static .table--normal-02 td {
      padding-top: 10px;
      padding-bottom: 10px; }
  .static .list {
    margin-top: 25px; }
    .static .list ul {
      margin-top: 0; }
    .static .list--inline {
      margin-top: 5px; }
      .static .list--inline > li {
        display: inline-block;
        margin-right: 10px; }
        .ie7 .static .list--inline > li {
          display: inline;
          zoom: 1; }
    .static .list--normal > li {
      list-style-type: disc;
      list-style-position: inside; }
    .static .list--numeric > li {
      text-indent: -2.5em;
      margin-left: 2.5em;
      margin-top: 5px; }
      .static .list--numeric > li:first-child {
        margin-top: 0; }
  .static .img {
    margin-top: 15px; }
  .static .pre {
    margin-top: 20px;
    padding: 13px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    font-size: 11px; }
  .static .text-center {
    text-align: center; }
  .static .text-left {
    text-align: left; }
  .static .text-bold {
    font-weight: bold; }
  .static .ml0 {
    margin-left: 0; }
  .static .ml10 {
    margin-left: 10px; }
  .static .ml20 {
    margin-left: 20px; }
  .static .ml30 {
    margin-left: 30px; }
  .static .mt0 {
    margin-top: 0; }
  .static .mt10 {
    margin-top: 10px; }
  .static .mt20 {
    margin-top: 20px; }
  .static .mt30 {
    margin-top: 30px; }

@media screen and (max-width: 768px) {
  .page-static .content {
    padding: 0; }
    .page-static .content__inner {
      width: auto;
      font-size: 1.2rem; }
  .page-static .footer__inner {
    width: auto; } }

.tutorial-app .img {
  width: 684px;
  margin-left: 130px; }
  .tutorial-app .img img {
    margin-top: 20px;
    margin-right: 20px; }

.tools-hero {
  position: relative; }
  .tools-hero--apps {
    background: url(../images/apps/img_01.png) 0 0 no-repeat;
    min-height: 270px; }
  .tools-hero--gadgets {
    margin-bottom: 50px; }
  .tools-hero--apps .tools-hero__thum {
    position: absolute;
    top: -84px;
    right: -30px; }
  .tools-hero--gadgets .tools-hero__thum {
    float: left;
    margin-right: 28px; }
  .tools-hero__lead {
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 220px; }
    .tools-hero--gadgets .tools-hero__lead {
      padding-left: 0; }
  .tools-hero__btns {
    padding-top: 40px;
    padding-left: 220px;
    position: relative;
    z-index: 1; }
    .tools-hero--gadgets .tools-hero__btns {
      padding-left: 0; }
    .tools-hero__btns li {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
      .ie7 .tools-hero__btns li {
        display: inline;
        zoom: 1; }
    .tools-hero__btns .btn--primary {
      line-height: 48px;
      border-radius: 12px;
      width: 210px; }
      .tools-hero--gadgets .tools-hero__btns .btn--primary {
        width: 240px; }

.tools-tab__nav {
  border-bottom: 1px solid #d9d9d9; }
  .tools-tab__nav ul {
    width: 700px;
    margin: 0 auto; }
  .tools-tab__nav .item {
    width: 334px;
    margin-left: 28px;
    float: left; }
    .tools-tab__nav .item:first-child {
      margin-left: 0; }
  .tools-tab__nav .item a {
    display: block;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 0;
    position: relative; }
    .tools-tab__nav .item a:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70); }
    .tools-tab__nav .item a .icon {
      background-image: url(../images/sprite.png);
      background-position: -360px -327px;
      width: 20px;
      height: 20px; }
    .tools-tab__nav .item a.active {
      background-color: #00a7e9;
      color: #fff; }
      .tools-tab__nav .item a.active .icon {
        background-image: url(../images/sprite.png);
        background-position: -226px -206px;
        width: 20px;
        height: 20px; }

.tools-tab__body {
  display: none;
  padding: 35px 0 0; }
  .tools-tab__body.active {
    display: block; }

.tools-info__col {
  width: 434px;
  float: left; }
  .tools-info__col.col-01 {
    margin-right: 20px; }

.tools-info__version {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #d9d9d9;
  padding: 22px;
  margin-top: 25px; }
  .tools-info__version .item {
    border-top: 1px solid #e9e9e9;
    padding: 12px 0; }
    .tools-info__version .item:first-child {
      border-top: none;
      padding-top: 0; }
  .tools-info__version .version {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding-right: 10px; }
    .ie7 .tools-info__version .version {
      display: inline;
      zoom: 1; }
  .tools-info__version .date {
    font-size: 10px;
    color: #666; }
  .tools-info__version .info {
    display: block; }

.tools-terms {
  margin-top: 50px; }
  .tools-terms__body {
    margin-top: 25px;
    height: 230px;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    overflow-y: scroll;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto; }

.tools-download {
  margin-top: 50px; }
  .tools-download__list .item {
    position: relative;
    padding-left: 45px;
    min-height: 38px; }
    .tools-download__list .item .icon {
      position: absolute;
      top: 0;
      left: 0; }
    .tools-download__list .item.item-01, .tools-download__list .item.item-03 {
      padding-top: 5px; }

.tools-install {
  margin-top: 50px; }
  .tools-install .tools-tab {
    margin-top: 35px; }
  .tools-install__list .item {
    position: relative;
    margin-top: 40px; }
    .tools-install__list .item:first-child {
      margin-top: 0; }
  .tools-install__list .icon {
    display: block;
    float: left;
    width: 70px;
    margin-right: 20px; }
  .tools-install__list .text {
    margin: 0;
    width: 350px;
    float: left; }
  .tools-install__list .thum {
    float: right; }
    .tools-install__list .thum img {
      width: 440px; }

.tools-well {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d9d9d9; }
  .tools-well__body {
    background-color: #f2f2f2;
    padding: 22px; }

.fun__btns {
  margin-top: 25px;
  margin-right: -30px; }
  .fun__btns .item {
    float: left;
    width: 275px;
    margin-right: 30px; }
  .fun__btns--tutorial .item {
    width: 430px;
    margin-right: 28px; }
  .fun__btns--tutorial .btn {
    display: block;
    width: 100%;
    height: 180px;
    padding: 0;
    text-align: left;
    position: relative; }
  .fun__btns--tutorial .text {
    position: absolute;
    top: 50%;
    left: 235px;
    margin-top: -10px; }
  .fun__btns--tutorial .item-02 .text {
    margin-top: -20px; }
  .fun__btns--tutorial .icon {
    position: absolute;
    top: 85px;
    right: 26px;
    margin: 0;
    display: block; }
    .ie7 .fun__btns--tutorial .icon {
      top: 0;
      left: 0;
      margin: -105px 0 0 385px; }

.fun-hero__list {
  margin: -72px -20px 50px; }
  .fun-hero__list .item {
    float: left;
    width: 20%;
    position: relative; }
    .ie7 .fun-hero__list .item {
      width: 19.8%; }
  .fun-hero__list .icon {
    position: relative;
    top: 0;
    left: -20px; }
  .fun-hero__list .title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    height: 90px;
    margin-top: 8px; }
  .fun-hero__list .img {
    text-align: center;
    margin-top: 0; }
  .fun-hero__list .text {
    text-align: center;
    margin-top: 10px; }

.timefree-hero__thum {
  float: right;
  margin-left: 25px; }

.timefree-hero__body {
  overflow: hidden; }

.timefree-hero__lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3; }

.timefree-hero__text__link {
  display: inline-block;
  margin-top: 25px;
  font-weight: bold; }

.timefree-cases {
  border-top: 4px solid #00a7e9;
  margin: 55px -56px 0;
  padding-top: 30px; }
  .timefree-cases .title {
    font-size: 32px;
    text-align: center; }
    .timefree-cases .title img {
      margin-right: 10px;
      vertical-align: bottom; }
  .timefree-cases__body {
    padding: 45px 57px 0; }
    .timefree-cases__body .col-02 {
      float: right;
      border-top: 1px solid #d9d9d9;
      padding-top: 50px;
      margin-top: 50px; }
    .timefree-cases__body .title {
      font-size: 20px;
      text-align: left; }
    .timefree-cases__body .text {
      font-size: 18px;
      text-align: center; }
  .timefree-cases__list .item {
    float: left;
    width: 390px;
    margin-top: 30px; }
    .timefree-cases__list .item:nth-child(2n) {
      margin-left: 97px; }
    .timefree-cases__list .item .img {
      position: relative;
      width: 332px;
      margin-right: auto;
      margin-left: auto; }
      .timefree-cases__list .item .img:before {
        position: absolute;
        top: -25px;
        left: -35px; }
    .timefree-cases__list .item:nth-child(1) .img:before {
      content: url(../images/timefree/icon_num_circle_01.png); }
    .timefree-cases__list .item:nth-child(2) .img:before {
      content: url(../images/timefree/icon_num_circle_02.png); }
    .timefree-cases__list .item:nth-child(3) .img:before {
      content: url(../images/timefree/icon_num_circle_03.png); }
    .timefree-cases__list .item:nth-child(4) .img:before {
      content: url(../images/timefree/icon_num_circle_04.png); }

.timefree__link {
  margin-top: 45px;
  text-align: center; }
  .timefree__link .btn {
    border-radius: 30px; }

.about-hero__thum {
  float: right;
  margin-left: 25px; }

.about-hero__body {
  overflow: hidden; }

.about-hero__lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3; }

.about-intro {
  border-top: 4px solid #00a7e9;
  margin: 55px -56px 0;
  padding-top: 30px; }
  .about-intro__body {
    padding: 0 55px; }
  .about-intro__col.col-01 {
    float: left;
    width: 303px; }
  .about-intro__col.col-02 {
    float: right;
    width: 520px; }
  .about-intro__text {
    text-align: center;
    margin-top: 15px; }
    .about-intro__text.text-01 {
      font-size: 20px; }
    .about-intro__text.text-02 {
      font-size: 28px;
      font-weight: bold; }

.about-point {
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
  margin-top: 50px; }
  .about-point__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
  .about-point__body {
    margin-top: 35px; }
    .about-point__body .col {
      width: 430px; }
    .about-point__body .col-01 {
      float: left; }
    .about-point__body .col-02 {
      float: right; }
    .about-point__body .title {
      margin-left: 5px;
      font-size: 17px;
      font-weight: bold; }
      .about-point__body .title .icon {
        vertical-align: bottom; }
    .about-point__body .img {
      margin-top: 15px; }
    .about-point__body .text {
      text-align: center;
      margin-top: 30px; }

.areafree-hero {
  position: relative;
  min-height: 430px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .areafree-hero {
      padding: 18px 10px;
      margin-bottom: 0; } }
  .areafree-hero__title {
    position: relative;
    z-index: 2;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .areafree-hero__title {
        font-size: 14px;
        text-align: center; } }
    .areafree-hero__title .text-01 {
      font-size: 25px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .areafree-hero__title .text-01 {
          font-size: 14px; } }
    .areafree-hero__title .text-02 {
      font-size: 40px;
      color: #00a7e9;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .areafree-hero__title .text-02 {
          font-size: 27px; } }
  .areafree-hero__thum {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1; }
    .areafree-hero__thum img {
      width: 580px;
      height: auto; }
    @media screen and (max-width: 768px) {
      .areafree-hero__thum {
        position: static;
        text-align: center;
        margin-top: 35px; }
        .areafree-hero__thum img {
          width: auto;
          max-width: 100%; } }
  .areafree-hero__lead {
    position: relative;
    z-index: 2; }
    .areafree-hero__lead p {
      margin-top: 25px; }
      @media screen and (max-width: 768px) {
        .areafree-hero__lead p {
          margin-top: 15px; } }
  .areafree-hero__sns {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .areafree-hero__sns {
        margin-top: 15px; } }

.areafree-entry {
  border-top: 1px solid #d9d9d9;
  margin-top: 55px;
  padding-top: 55px; }
  @media screen and (max-width: 768px) {
    .areafree-entry {
      border-top: none;
      margin: 0;
      padding: 18px; } }
  .areafree-entry__title {
    text-align: center;
    font-size: 36px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .areafree-entry__title {
        font-size: 18px; } }
    .areafree-entry__title span {
      font-size: 22px;
      font-weight: normal;
      display: block; }
      @media screen and (max-width: 768px) {
        .areafree-entry__title span {
          font-size: 14px; } }
  .areafree-entry__body .col {
    width: 430px;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .areafree-entry__body .col {
        width: auto;
        margin-top: 15px; } }
  .areafree-entry__body .col-01 {
    float: left; }
    @media screen and (max-width: 768px) {
      .areafree-entry__body .col-01 {
        float: none; } }
  .areafree-entry__body .col-02 {
    float: right; }
    @media screen and (max-width: 768px) {
      .areafree-entry__body .col-02 {
        float: none; } }
  .areafree-entry__body .title {
    margin-left: 5px;
    font-size: 20px;
    font-weight: bold; }
    .areafree-entry__body .title .icon {
      vertical-align: bottom; }
    @media screen and (max-width: 768px) {
      .areafree-entry__body .title {
        font-size: 16px; } }
  .areafree-entry__body .img {
    margin-top: 15px;
    text-align: center; }
    .areafree-entry__body .img img {
      max-width: 100%; }
  @media screen and (max-width: 768px) {
    .areafree-entry__body .text {
      margin-top: 10px;
      font-size: 14px; } }

.areafree-area {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 55px 0;
  padding: 55px 0; }
  @media screen and (max-width: 768px) {
    .areafree-area {
      border: none;
      margin: 0;
      padding: 18px; } }
  .areafree-area__title {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .areafree-area__title {
        display: block;
        font-size: 18px;
        position: relative;
        border-top: 1px solid #d9d9d9;
        padding-top: 15px; }
        .areafree-area__title:before {
          background-image: url(../images/sprite-2x.png);
          background-position: -52px -44px;
          width: 22px;
          height: 22px;
          background-size: 88px 70px;
          content: "";
          display: inline-block;
          vertical-align: -3px;
          margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    .areafree-area__body {
      margin-top: 25px; } }
  .areafree-area__body .col {
    width: 280px;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .areafree-area__body .col {
        border: 1px solid #d9d9d9;
        border-radius: 10px;
        width: auto;
        margin-top: 15px; } }
  .areafree-area__body .col-01 {
    float: left;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .areafree-area__body .col-01 {
        float: none;
        margin-right: 0; } }
  .areafree-area__body .col-02 {
    float: left;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .areafree-area__body .col-02 {
        float: none;
        margin-right: 0; } }
  .areafree-area__body .col-03 {
    float: right; }
    @media screen and (max-width: 768px) {
      .areafree-area__body .col-03 {
        float: none; } }
  .areafree-area__body .title {
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .areafree-area__body .title {
        font-size: 16px;
        padding: 10px 18px; } }
  .areafree-area__body .list {
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .areafree-area__body .list {
        padding: 18px 0;
        margin: 0 18px;
        border-top: 1px dotted #d9d9d9;
        box-sizing: border-box; } }
    .areafree-area__body .list li {
      display: inline;
      margin-right: 10px;
      font-size: 13px; }

@media screen and (max-width: 768px) {
  .areafree-price {
    background-color: #e2f4f9;
    border-top: none;
    margin: 0;
    padding: 18px; } }

.areafree-price__lead {
  text-align: center;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .areafree-price__lead {
      font-size: 14px;
      text-align: left; } }
  .areafree-price__lead .free {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #00a7e9;
    padding: 3px 25px;
    border: 3px solid #00a7e9;
    border-radius: 20px;
    margin-right: 15px; }
    .ie7 .areafree-price__lead .free {
      display: inline;
      zoom: 1; }
    @media screen and (max-width: 768px) {
      .areafree-price__lead .free {
        font-size: 14px;
        background-color: #fff; } }
  .areafree-price__lead .price {
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .areafree-price__lead .price {
        font-size: 20px; } }
  .areafree-price__lead .tax {
    font-size: 12px; }

.areafree-price__btn {
  width: 430px;
  margin: 25px auto 0; }
  @media screen and (max-width: 768px) {
    .areafree-price__btn {
      width: auto;
      margin-top: 15px; }
      .areafree-price__btn .btn {
        font-size: 14px;
        border-radius: 25px;
        padding: 12px 0; } }

.areafree-caution {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .areafree-caution {
      margin: 18px; } }

@media screen and (max-width: 768px) {
  .ui-accordion-title {
    cursor: pointer;
    position: relative; }
    .ui-accordion-title:after {
      content: "";
      background-image: url(../images/sprite-2x.png);
      background-position: -26px -44px;
      width: 26px;
      height: 26px;
      background-size: 88px 70px;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -13px; }
    .ui-accordion-title.open:after {
      background-image: url(../images/sprite-2x.png);
      background-position: 0px -44px;
      width: 26px;
      height: 26px;
      background-size: 88px 70px; }
  .ui-accordion-body {
    display: none; }
    .ui-accordion-body.open {
      display: block; } }

@media screen and (max-width: 768px) {
  .heading-area {
    border-bottom: 1px solid #d9d9d9; } }

.heading-area__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .heading-area__inner {
      padding: 15px;
      width: auto; } }

.heading-area__title {
  font-size: 18px;
  font-weight: bold; }
  .heading-area__title img {
    width: auto;
    height: 50px;
    vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .heading-area__title {
      font-size: 14px; } }

.heading-area__supplement {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px; }
  .ie7 .heading-area__supplement {
    display: inline;
    zoom: 1; }

.heading-area__link {
  position: absolute;
  top: 19px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .heading-area__link {
      display: none; } }
  .heading-area__link li {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold; }
    .ie7 .heading-area__link li {
      display: inline;
      zoom: 1; }
  .heading-area__link .current,
  .heading-area__link .disabled {
    pointer-events: none;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

.heading-area__link02 {
  position: absolute;
  top: 33px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .heading-area__link02 {
      display: none; } }
  .heading-area__link02 li {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold; }
    .ie7 .heading-area__link02 li {
      display: inline;
      zoom: 1; }
  .heading-area__link02 .current,
  .heading-area__link02 .disabled {
    pointer-events: none;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

.heading-lv02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }
  .heading-lv02__supplement {
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    font-weight: normal; }
    .ie7 .heading-lv02__supplement {
      display: inline;
      zoom: 1; }

.heading-lv02-02 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 40px;
  border-bottom: 1px solid #d9d9d9; }
  .heading-lv02-02:first-child {
    margin-top: 0; }

.heading-lv02-03 {
  font-size: 20px;
  font-weight: bold; }

.heading-lv03 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px; }

.icon {
  display: inline-block;
  vertical-align: middle; }
  .ie7 .icon {
    display: inline;
    zoom: 1; }
  .ie7 .icon {
    position: relative;
    top: -2px; }
  .icon--right {
    margin-left: 8px; }
  .icon--left {
    margin-right: 8px; }
  .icon--agree-off {
    background-image: url(../images/sprite.png);
    background-position: -430px -401px;
    width: 25px;
    height: 25px; }
    .page-timeshift .icon--agree-off {
      background-image: url(../images/sprite.png);
      background-position: 0px -441px;
      width: 25px;
      height: 25px; }
  .icon--agree-on {
    background-image: url(../images/sprite.png);
    background-position: -25px -441px;
    width: 25px;
    height: 25px; }
    .page-timeshift .icon--agree-on {
      background-image: url(../images/sprite.png);
      background-position: -50px -441px;
      width: 25px;
      height: 25px; }
  .icon--agree-01 {
    background-image: url(../images/sprite.png);
    background-position: -430px -401px;
    width: 25px;
    height: 25px; }
  .icon--agree-02 {
    background-image: url(../images/sprite.png);
    background-position: -25px -441px;
    width: 25px;
    height: 25px; }
  .icon--agree-03 {
    background-image: url(../images/sprite.png);
    background-position: 0px -441px;
    width: 25px;
    height: 25px; }
  .icon--agree-04 {
    background-image: url(../images/sprite.png);
    background-position: -50px -441px;
    width: 25px;
    height: 25px; }
  .icon--arrow-t {
    background-image: url(../images/sprite.png);
    background-position: -346px -371px;
    width: 17px;
    height: 17px; }
    .page-timeshift .icon--arrow-t {
      background-image: url(../images/sprite.png);
      background-position: -329px -371px;
      width: 17px;
      height: 17px; }
  .icon--arrow-t-02 {
    background-image: url(../images/sprite.png);
    background-position: -100px -441px;
    width: 24px;
    height: 24px; }
  .icon--arrow-r {
    background-image: url(../images/sprite.png);
    background-position: -501px -397px;
    width: 6px;
    height: 8px; }
    .page-timeshift .icon--arrow-r {
      background-image: url(../images/sprite.png);
      background-position: -501px -389px;
      width: 6px;
      height: 8px; }
  .icon--arrow-r-02 {
    background-image: url(../images/sprite.png);
    background-position: -455px -401px;
    width: 16px;
    height: 16px; }
    .page-timeshift .icon--arrow-r-02 {
      background-image: url(../images/sprite.png);
      background-position: -290px -223px;
      width: 16px;
      height: 16px; }
    .disabled .icon--arrow-r-02 {
      background-image: url(../images/sprite.png);
      background-position: -379px -371px;
      width: 16px;
      height: 16px; }
  .icon--arrow-r-03 {
    background-image: url(../images/sprite.png);
    background-position: -148px -441px;
    width: 24px;
    height: 24px;
    margin-top: -1px; }
    .page-timeshift .icon--arrow-r-03 {
      background-image: url(../images/sprite.png);
      background-position: -405px -296px;
      width: 24px;
      height: 24px; }
  .icon--arrow-r-04 {
    background-image: url(../images/sprite.png);
    background-position: -214px -441px;
    width: 14px;
    height: 14px;
    vertical-align: -2px; }
  .icon--arrow-r-05 {
    background-image: url(../images/sprite.png);
    background-position: -88px -88px;
    width: 88px;
    height: 88px;
    vertical-align: -2px; }
    .page-timeshift .icon--arrow-r-05 {
      background-image: url(../images/sprite.png);
      background-position: 0px 0px;
      width: 88px;
      height: 88px; }
  .icon--arrow-r-06 {
    background-image: url(../images/sprite.png);
    background-position: -504px -128px;
    width: 3px;
    height: 6px;
    vertical-align: 1px; }
    .page-timeshift .icon--arrow-r-06 {
      background-image: url(../images/sprite.png);
      background-position: -504px -134px;
      width: 3px;
      height: 6px; }
  .icon--arrow-r-07 {
    background-image: url(../images/sprite.png);
    background-position: -360px -327px;
    width: 20px;
    height: 20px; }
  .icon--arrow-r-08 {
    background-image: url(../images/sprite.png);
    background-position: -395px -371px;
    width: 16px;
    height: 16px; }
  .icon--arrow-d {
    background-image: url(../images/sprite.png);
    background-position: -232px -196px;
    width: 14px;
    height: 8px; }
    .page-timeshift .icon--arrow-d {
      background-image: url(../images/sprite.png);
      background-position: -81px -393px;
      width: 14px;
      height: 8px; }
  .icon--arrow-d-02 {
    background-image: url(../images/sprite.png);
    background-position: -109px -393px;
    width: 11px;
    height: 6px; }
  .icon--arrow-d-03 {
    background-image: url(../images/sprite.png);
    background-position: -124px -441px;
    width: 24px;
    height: 24px; }
  .icon--arrow-d-04 {
    background-image: url(../images/sprite.png);
    background-position: -226px -206px;
    width: 20px;
    height: 20px; }
    .page-timeshift .icon--arrow-d-04 {
      background-image: url(../images/sprite.png);
      background-position: -335px -305px;
      width: 20px;
      height: 20px; }
  .icon--arrow-d-05 {
    background-image: url(../images/sprite.png);
    background-position: 0px -466px;
    width: 15px;
    height: 15px; }
  .icon--btn-5sec-forward {
    background-image: url(../images/sprite2.png);
    background-position: 0px 0px;
    width: 40px;
    height: 33px;
    display: block; }
    .ie7 .icon--btn-5sec-forward {
      display: block; }
    .page-timeshift .icon--btn-5sec-forward {
      background-image: url(../images/sprite2.png);
      background-position: -80px 0px;
      width: 40px;
      height: 33px; }
  .icon--btn-5sec-reverse {
    background-image: url(../images/sprite2.png);
    background-position: -40px 0px;
    width: 40px;
    height: 33px;
    display: block; }
    .ie7 .icon--btn-5sec-reverse {
      display: block; }
    .page-timeshift .icon--btn-5sec-reverse {
      background-image: url(../images/sprite2.png);
      background-position: -80px -33px;
      width: 40px;
      height: 33px; }
  .icon--btn-60sec-forward {
    background-image: url(../images/sprite2.png);
    background-position: 0px -33px;
    width: 40px;
    height: 33px;
    display: block; }
    .ie7 .icon--btn-60sec-forward {
      display: block; }
    .page-timeshift .icon--btn-60sec-forward {
      background-image: url(../images/sprite2.png);
      background-position: 0px -66px;
      width: 40px;
      height: 33px; }
  .icon--btn-60sec-reverse {
    background-image: url(../images/sprite2.png);
    background-position: -40px -33px;
    width: 40px;
    height: 33px;
    display: block; }
    .ie7 .icon--btn-60sec-reverse {
      display: block; }
    .page-timeshift .icon--btn-60sec-reverse {
      background-image: url(../images/sprite2.png);
      background-position: -40px -66px;
      width: 40px;
      height: 33px; }
  .icon--login {
    background-image: url(../images/sprite.png);
    background-position: -29px -466px;
    width: 11px;
    height: 14px; }
    .page-timeshift .icon--login {
      background-image: url(../images/sprite.png);
      background-position: -40px -466px;
      width: 11px;
      height: 14px; }
  .icon--login-02 {
    background-image: url(../images/sprite.png);
    background-position: -314px -371px;
    width: 15px;
    height: 20px; }
  .icon--premium {
    background-image: url(../images/sprite.png);
    background-position: -415px -327px;
    width: 14px;
    height: 15px; }
    .page-timeshift .icon--premium {
      background-image: url(../images/sprite.png);
      background-position: -15px -466px;
      width: 14px;
      height: 15px; }
  .icon--prev {
    background-image: url(../images/sprite.png);
    background-position: -9px -481px;
    width: 9px;
    height: 16px; }
  .icon--prev-02 {
    background-image: url(../images/sprite.png);
    background-position: -429px -44px;
    width: 44px;
    height: 44px; }
    .page-timeshift .icon--prev-02 {
      background-image: url(../images/sprite.png);
      background-position: -176px -128px;
      width: 44px;
      height: 44px; }
  .icon--prev-03 {
    background-image: url(../images/sprite.png);
    background-position: -205px -401px;
    width: 36px;
    height: 36px; }
  .icon--next {
    background-image: url(../images/sprite.png);
    background-position: 0px -481px;
    width: 9px;
    height: 16px; }
  .icon--next-02 {
    background-image: url(../images/sprite.png);
    background-position: -312px -258px;
    width: 44px;
    height: 44px; }
    .page-timeshift .icon--next-02 {
      background-image: url(../images/sprite.png);
      background-position: -429px 0px;
      width: 44px;
      height: 44px; }
  .icon--next-03 {
    background-image: url(../images/sprite.png);
    background-position: -169px -401px;
    width: 36px;
    height: 36px; }
  .icon--search {
    background-image: url(../images/sprite.png);
    background-position: -429px -382px;
    width: 18px;
    height: 18px; }
    .page-timeshift .icon--search {
      background-image: url(../images/sprite.png);
      background-position: -447px -382px;
      width: 18px;
      height: 18px; }
  .icon--search-02 {
    background-image: url(../images/sprite.png);
    background-position: -377px -296px;
    width: 28px;
    height: 28px; }
    .page-timeshift .icon--search-02 {
      background-image: url(../images/sprite.png);
      background-position: -473px -389px;
      width: 28px;
      height: 28px; }
  .icon--search-03 {
    background-image: url(../images/sprite.png);
    background-position: -380px -327px;
    width: 17px;
    height: 19px; }
  .icon--search-04 {
    background-image: url(../images/sprite.png);
    background-position: -378px -401px;
    width: 26px;
    height: 26px; }
  .icon--question {
    background-image: url(../images/sprite.png);
    background-position: -355px -305px;
    width: 20px;
    height: 20px; }
  .icon--login {
    background-image: url(../images/sprite.png);
    background-position: -29px -466px;
    width: 11px;
    height: 14px; }
  .icon--visitor {
    background-image: url(../images/sprite.png);
    background-position: -473px -278px;
    width: 30px;
    height: 30px; }
  .icon--onair {
    background-image: url(../images/sprite.png);
    background-position: -473px -128px;
    width: 31px;
    height: 30px; }
    .page-timeshift .icon--onair {
      background-image: url(../images/sprite.png);
      background-position: -473px -188px;
      width: 30px;
      height: 30px; }
  .icon--program {
    background-image: url(../images/sprite.png);
    background-position: -473px -417px;
    width: 31px;
    height: 24px; }
  .icon--event {
    background-image: url(../images/sprite.png);
    background-position: -473px -336px;
    width: 31px;
    height: 28px; }
    .page-timeshift .icon--event {
      background-image: url(../images/sprite.png);
      background-position: -473px -308px;
      width: 31px;
      height: 28px; }
  .icon--plus {
    background-image: url(../images/sprite.png);
    background-position: -75px -441px;
    width: 25px;
    height: 25px; }
    .page-timeshift .icon--plus {
      background-image: url(../images/sprite.png);
      background-position: -473px -248px;
      width: 30px;
      height: 30px; }
  .icon--plus-02 {
    background-image: url(../images/sprite.png);
    background-position: -263px -240px;
    width: 44px;
    height: 44px; }
  .icon--minus {
    background-image: url(../images/sprite.png);
    background-position: -246px -195px;
    width: 44px;
    height: 44px; }
  .icon--timeline {
    background-image: url(../images/sprite.png);
    background-position: 0px -401px;
    width: 46px;
    height: 40px; }
  .icon--attention {
    background-image: url(../images/sprite.png);
    background-position: -128px -401px;
    width: 41px;
    height: 37px; }
    .page-timeshift .icon--attention {
      background-image: url(../images/sprite.png);
      background-position: -87px -401px;
      width: 41px;
      height: 37px; }
  .icon--attention-02 {
    background-image: url(../images/sprite.png);
    background-position: -429px -172px;
    width: 42px;
    height: 42px; }
  .icon--play {
    background-image: url(../images/sprite.png);
    background-position: -377px -152px;
    width: 48px;
    height: 48px; }
    .page-timeshift .icon--play {
      background-image: url(../images/sprite.png);
      background-position: -377px -200px;
      width: 48px;
      height: 48px; }
  .icon--play-02 {
    background-image: url(../images/sprite.png);
    background-position: -46px -401px;
    width: 41px;
    height: 40px; }
    .page-timeshift .icon--play-02 {
      background-image: url(../images/sprite.png);
      background-position: -429px -342px;
      width: 41px;
      height: 40px; }
  .icon--stop {
    background-image: url(../images/sprite.png);
    background-position: -429px -299px;
    width: 40px;
    height: 43px; }
    .page-timeshift .icon--stop {
      background-image: url(../images/sprite.png);
      background-position: -429px -256px;
      width: 40px;
      height: 43px; }
  .icon--stop-02 {
    background-image: url(../images/sprite.png);
    background-position: -377px -104px;
    width: 48px;
    height: 48px; }
    .page-timeshift .icon--stop-02 {
      background-image: url(../images/sprite.png);
      background-position: -377px -248px;
      width: 48px;
      height: 48px; }
  .icon--stop-03 {
    background-image: url(../images/sprite.png);
    background-position: -88px 0px;
    width: 88px;
    height: 88px; }
    .page-timeshift .icon--stop-03 {
      background-image: url(../images/sprite.png);
      background-position: 0px -88px;
      width: 88px;
      height: 88px; }
  .icon--share {
    background-image: url(../images/sprite.png);
    background-position: -356px -258px;
    width: 18px;
    height: 28px; }
    .page-timeshift .icon--share {
      background-image: url(../images/sprite.png);
      background-position: -290px -195px;
      width: 18px;
      height: 28px; }
  .icon--noti {
    background-image: url(../images/sprite.png);
    background-position: -404px -401px;
    width: 26px;
    height: 26px; }
    .page-timeshift .icon--noti {
      background-image: url(../images/sprite.png);
      background-position: -352px -401px;
      width: 26px;
      height: 26px; }
  .icon--close {
    background-image: url(../images/sprite.png);
    background-position: -377px -52px;
    width: 52px;
    height: 52px; }
  .icon--info {
    background-image: url(../images/sprite.png);
    background-position: -473px -98px;
    width: 32px;
    height: 30px; }
  .icon--maintenance {
    background-image: url(../images/sprite.png);
    background-position: -473px -364px;
    width: 34px;
    height: 25px; }
  .icon--facebook {
    background-image: url(../images/sprite.png);
    background-position: -473px -158px;
    width: 31px;
    height: 30px; }
  .icon--facebook-02 {
    background-image: url(../images/sprite.png);
    background-position: -429px -88px;
    width: 42px;
    height: 42px; }
  .icon--facebook-03 {
    background-image: url(../images/sprite.png);
    background-position: -232px -176px;
    width: 14px;
    height: 20px;
    vertical-align: -4px; }
  .icon--twitter {
    background-image: url(../images/sprite.png);
    background-position: -473px -218px;
    width: 30px;
    height: 30px; }
  .icon--twitter-02 {
    background-image: url(../images/sprite.png);
    background-position: -429px -130px;
    width: 42px;
    height: 42px; }
  .icon--twitter-03 {
    background-image: url(../images/sprite.png);
    background-position: -196px -441px;
    width: 18px;
    height: 14px; }
  .icon--cross {
    background-image: url(../images/sprite.png);
    background-position: -228px -441px;
    width: 14px;
    height: 14px; }
  .icon--area {
    background-image: url(../images/sprite.png);
    background-position: -263px -284px;
    width: 21px;
    height: 20px; }
  .icon--date {
    background-image: url(../images/sprite.png);
    background-position: -365px -349px;
    width: 16px;
    height: 20px; }
  .icon--url {
    background-image: url(../images/sprite.png);
    background-position: -429px -214px;
    width: 42px;
    height: 42px; }
  .icon--setting {
    background-image: url(../images/sprite.png);
    background-position: -381px -349px;
    width: 18px;
    height: 17px; }
    .page-timeshift .icon--setting {
      background-image: url(../images/sprite.png);
      background-position: -397px -327px;
      width: 18px;
      height: 17px; }
  .icon--header-badge {
    background-image: url(../images/sprite.png);
    background-position: -270px -441px;
    width: 13px;
    height: 13px; }
  .icon--action-reply {
    background-image: url(../images/sprite.png);
    background-position: -363px -371px;
    width: 16px;
    height: 16px; }
  .icon--action-favorite {
    background-image: url(../images/sprite.png);
    background-position: -411px -371px;
    width: 16px;
    height: 16px; }
  .icon--action-retweet {
    background-image: url(../images/sprite.png);
    background-position: -356px -286px;
    width: 16px;
    height: 16px; }
  .icon--volume {
    background-image: url(../images/sprite.png);
    background-position: -314px -305px;
    width: 21px;
    height: 20px; }
    .page-timeshift .icon--volume {
      background-image: url(../images/sprite.png);
      background-position: -284px -284px;
      width: 21px;
      height: 20px; }
  .icon--volume-btn {
    background-image: url(../images/sprite.png);
    background-position: -242px -441px;
    width: 14px;
    height: 14px; }
    .page-timeshift .icon--volume-btn {
      background-image: url(../images/sprite.png);
      background-position: -256px -441px;
      width: 14px;
      height: 14px; }
  .page-timeshift .icon--seek-btn {
    background-image: url(../images/sprite.png);
    background-position: -283px -441px;
    width: 13px;
    height: 12px; }
  .icon--circle {
    background-image: url(../images/sprite.png);
    background-position: -51px -466px;
    width: 12px;
    height: 12px; }
  .icon--num {
    background-image: url(../images/sprite.png);
    background-position: -315px -401px;
    width: 37px;
    height: 33px; }
  .icon--num-02 {
    background-image: url(../images/sprite.png);
    background-position: -278px -401px;
    width: 37px;
    height: 33px; }
  .icon--num-03 {
    background-image: url(../images/sprite.png);
    background-position: -241px -401px;
    width: 37px;
    height: 33px; }
  .icon--step {
    background-image: url(../images/sprite.png);
    background-position: -70px -176px;
    width: 70px;
    height: 64px; }
  .icon--step-02 {
    background-image: url(../images/sprite.png);
    background-position: 0px -176px;
    width: 70px;
    height: 64px; }
  .icon--step-03 {
    background-image: url(../images/sprite.png);
    background-position: -176px -64px;
    width: 70px;
    height: 64px; }
  .icon--step-04 {
    background-image: url(../images/sprite.png);
    background-position: -176px 0px;
    width: 70px;
    height: 64px; }
  .icon--enjoy {
    background-image: url(../images/sprite.png);
    background-position: -198px -240px;
    width: 65px;
    height: 65px; }
  .icon--enjoy-02 {
    background-image: url(../images/sprite.png);
    background-position: -312px -130px;
    width: 64px;
    height: 64px; }
  .icon--enjoy-03 {
    background-image: url(../images/sprite.png);
    background-position: -312px 0px;
    width: 65px;
    height: 65px; }
  .icon--enjoy-04 {
    background-image: url(../images/sprite.png);
    background-position: -312px -194px;
    width: 64px;
    height: 64px; }
  .icon--enjoy-05 {
    background-image: url(../images/sprite.png);
    background-position: -312px -65px;
    width: 65px;
    height: 65px; }
  .icon--radiko {
    background-image: url(../images/sprite.png);
    background-position: -473px -34px;
    width: 32px;
    height: 34px; }
  .icon--timefree {
    background-image: url(../images/sprite.png);
    background-position: -473px 0px;
    width: 34px;
    height: 34px; }
  .icon--areafree {
    background-image: url(../images/sprite.png);
    background-position: -473px -68px;
    width: 33px;
    height: 30px; }
  .icon--point {
    background-image: url(../images/sprite.png);
    background-position: -246px -65px;
    width: 66px;
    height: 65px; }
  .icon--point-02 {
    background-image: url(../images/sprite.png);
    background-position: -246px -130px;
    width: 66px;
    height: 65px; }
  .icon--sample {
    background-image: url(../images/sprite.png);
    background-position: -246px 0px;
    width: 66px;
    height: 65px; }
  .icon--sample-02 {
    background-image: url(../images/sprite.png);
    background-position: -132px -240px;
    width: 66px;
    height: 65px; }
  .icon--sample-03 {
    background-image: url(../images/sprite.png);
    background-position: -66px -240px;
    width: 66px;
    height: 65px; }
  .icon--sample-04 {
    background-image: url(../images/sprite.png);
    background-position: 0px -240px;
    width: 66px;
    height: 65px; }
  .icon--alert-flash {
    background-image: url(../images/icon_attention.png);
    width: 24px;
    height: 24px; }

.btn {
  border-radius: 3px;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer; }
  .ie7 .btn {
    display: inline;
    zoom: 1; }
  .btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    color: #333; }
  .btn--disabled {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); }
  .btn--br10 {
    border-radius: 10px; }
  .btn--primary {
    background-color: #00a7e9;
    color: #fff;
    font-size: 14px;
    font-weight: bold; }
    .page-timeshift .btn--primary {
      background-color: #e73c64; }
    .btn--primary:hover {
      color: #fff; }
  .btn--primary-red {
    background-color: #e73c64;
    color: #fff;
    font-size: 14px;
    font-weight: bold; }
    .btn--primary-red:hover {
      color: #fff; }
  .btn--default {
    font-size: 16px;
    padding: 9px 0;
    border: 2px solid #00a7e9; }
    .page-timeshift .btn--default {
      border: 2px solid #e73c64; }
  .btn--default-02 {
    font-size: 16px;
    padding: 9px 0;
    background-color: #f4f4f4; }
  .btn--search {
    background-color: #191919;
    font-size: 14px;
    color: #fff; }
  .btn--block {
    display: block; }
    .ie7 .btn--block,
    .ie8 .btn--block {
      width: 100%; }
  .btn--x-large {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 24px; }
  .btn--xx-large {
    display: block;
    width: 100%;
    border-radius: 50px;
    padding: 12px 0;
    font-size: 24px; }
  .btn--large {
    display: block;
    width: 100%;
    padding: 17px 0;
    font-size: 18px; }
  .btn--medium {
    width: 235px;
    padding: 9px 0;
    font-size: 16px; }
  .btn--medium-02 {
    width: 270px;
    padding: 15px 0;
    font-size: 18px; }
  .btn--timeline .supplement {
    font-size: 14px;
    margin-left: 15px;
    display: inline-block; }
    .ie7 .btn--timeline .supplement {
      display: inline;
      zoom: 1; }
  .btn--timeline .icon--timeline {
    margin-right: 35px; }
  .btn--timeline .icon--plus-02,
  .btn--timeline .icon--minus {
    margin-left: 40px; }
  .btn--timeline .icon--minus {
    display: none; }
  .btn--timeline--close {
    border-radius: 3px 3px 0 0; }
    .btn--timeline--close .icon--plus-02 {
      display: none; }
    .btn--timeline--close .icon--minus {
      display: inline-block; }
      .ie7 .btn--timeline--close .icon--minus {
        display: inline;
        zoom: 1; }
  .btn--recochoku, .btn--itunes, .btn--amazon {
    border-radius: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .btn--recochoku {
    background-image: url(../images/sprite.png);
    background-position: -140px -176px;
    width: 92px;
    height: 30px; }
  .btn--itunes {
    background-image: url(../images/sprite.png);
    background-position: 0px -371px;
    width: 81px;
    height: 30px; }
  .btn--amazon {
    background-image: url(../images/sprite.png);
    background-position: -140px -206px;
    width: 86px;
    height: 30px; }
  .btn--facebook {
    background-color: #3b5998;
    color: #fff;
    padding: 7px 0;
    width: 130px; }
    .btn--facebook:hover {
      color: #fff; }
  .btn--twitter {
    background-color: #55acee;
    color: #fff;
    padding: 8px 0 7px 0;
    width: 130px; }
    .btn--twitter:hover {
      color: #fff; }

.pagination {
  margin-top: 35px;
  text-align: center; }
  .pagination .item {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
    width: 36px;
    height: 36px; }
    .ie7 .pagination .item {
      display: inline;
      zoom: 1; }
    .pagination .item--num {
      background-color: #f2f2f2;
      border-radius: 18px;
      line-height: 36px; }
      .pagination .item--num a {
        color: #191919;
        display: block;
        width: 36px;
        height: 36px; }
        .pagination .item--num a:hover {
          color: #999999; }
    .pagination .item--prev a, .pagination .item--next a {
      display: block;
      width: 36px;
      height: 36px; }
    .pagination .item--prev .icon, .pagination .item--next .icon {
      margin-top: -3px; }
    .pagination .item--prev span, .pagination .item--next span {
      font: 0/0 a;
      font-size: 0;
      line-height: 0;
      text-shadow: none;
      color: transparent; }
    .pagination .item--current {
      background-color: #00a7e9; }
      .pagination .item--current a {
        color: #fff;
        pointer-events: none; }

.pager {
  margin-top: 35px;
  padding-top: 35px;
  text-align: center;
  border-top: 1px solid #ddd; }
  .pager .item {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px; }
    .ie7 .pager .item {
      display: inline;
      zoom: 1; }
    .pager .item--prev .icon, .pager .item--next .icon {
      margin-top: -3px;
      font-size: 14px; }
    .pager .item--prev {
      float: left; }
    .pager .item--next {
      float: right; }
  .pager__list {
    width: 510px;
    margin: 0 auto; }
  .pager__index {
    font-size: 18px;
    margin-top: -1.5em; }

.ui-form-select {
  position: relative;
  height: 37px; }
  .ui-form-select select {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 163px;
    height: 37px; }

.form__select {
  height: 37px;
  border-radius: 3px;
  background-color: #f2f2f2;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  line-height: 37px;
  padding: 0 35px 0 12px; }
  .form__select .icon {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -5px; }

.form__text {
  height: 37px;
  border-radius: 3px;
  border: none;
  background-color: #f2f2f2;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  line-height: 37px;
  padding: 0 12px; }

.form__checkbox {
  vertical-align: middle;
  margin-right: 5px; }

.program-table {
  position: relative; }
  .program-table__body {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 28px;
    position: relative;
    height: 600px; }
  .program-table__hour {
    width: 32px;
    float: left; }
    .program-table__hour .item {
      position: relative;
      text-align: center; }
      .program-table__hour .item__num {
        font-size: 20px;
        color: #fff; }
      .program-table__hour .item--hour05 {
        background-color: #03e1fc; }
      .program-table__hour .item--hour06 {
        background-color: #1ae9e2; }
      .program-table__hour .item--hour07 {
        background-color: #50eeb9; }
      .program-table__hour .item--hour08 {
        background-color: #80f788; }
      .program-table__hour .item--hour09 {
        background-color: #a7fa3c; }
      .program-table__hour .item--hour10 {
        background-color: #cbf71a; }
      .program-table__hour .item--hour11 {
        background-color: #e2f91c; }
      .program-table__hour .item--hour12 {
        background-color: #ffe000; }
      .program-table__hour .item--hour13 {
        background-color: #ffbf00; }
      .program-table__hour .item--hour14 {
        background-color: #ff9d00; }
      .program-table__hour .item--hour15 {
        background-color: #ff7000; }
      .program-table__hour .item--hour16 {
        background-color: #fc4e1e; }
      .program-table__hour .item--hour17 {
        background-color: #f23411; }
      .program-table__hour .item--hour18 {
        background-color: #cd243c; }
      .program-table__hour .item--hour19 {
        background-color: #9c0d7c; }
      .program-table__hour .item--hour20 {
        background-color: #5e13b6; }
      .program-table__hour .item--hour21 {
        background-color: #3366cc; }
      .program-table__hour .item--hour22 {
        background-color: #0e00ff; }
      .program-table__hour .item--hour23 {
        background-color: #000ad7; }
      .program-table__hour .item--hour24 {
        background-color: #0b00b1; }
      .program-table__hour .item--hour25 {
        background-color: #06008c; }
      .program-table__hour .item--hour26 {
        background-color: #101975; }
      .program-table__hour .item--hour27 {
        background-color: #131154; }
      .program-table__hour .item--hour28 {
        background-color: #0f0d27; }
  .program-table__channel-outer {
    padding-left: 32px;
    border-bottom: 1px solid #dfdfdf; }
  .program-table__channel {
    width: 149px;
    float: left;
    padding: 4px;
    border-right: 1px solid #dfdfdf; }
    .program-table__channel:first-child {
      border-left: 1px solid #dfdfdf; }
    .program-table__body--col8 .program-table__channel {
      width: 109px; }
    .program-table__channel .name {
      width: 149px;
      height: 60px;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .ie7 .program-table__channel .name,
      .ie8 .program-table__channel .name {
        layout-grid-line: 60px;
        display: block; }
      .program-table__body--col8 .program-table__channel .name {
        width: 109px; }
      .program-table__channel .name img {
        max-width: 90%; }
    .program-table__channel .link a {
      background-color: #f2f2f2;
      display: block;
      text-align: center;
      padding: 6px 0; }
  .program-table__date-outer {
    padding-left: 32px;
    border-bottom: 1px solid #dfdfdf; }
  .program-table__date {
    width: 149px;
    float: left;
    padding: 4px;
    border-right: 1px solid #dfdfdf; }
    .program-table__date:first-child {
      border-left: 1px solid #dfdfdf; }
    .program-table__body--col7 .program-table__date {
      width: 126px; }
    .program-table__body--col8 .program-table__date {
      width: 109px; }
    .program-table__date .item {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 40px; }
      .program-table__date .item--saturday {
        color: #1aa8d8; }
      .program-table__date .item--sunday {
        color: #e73c64; }
      .program-table__date .item--today {
        background-color: #00a7e9;
        color: #fff; }
    .program-table__date .week {
      font-size: 12px; }
  .program-table__outer {
    width: 1000px;
    overflow-y: scroll; }
  .program-table__items .item-outer {
    width: 157px;
    float: left;
    border-right: 1px solid #dfdfdf; }
    .program-table__items .item-outer:first-child {
      border-left: 1px solid #dfdfdf; }
    .program-table__body--col7 .program-table__items .item-outer {
      width: 134px; }
    .program-table__body--col8 .program-table__items .item-outer {
      width: 117px; }
  .program-table__items .item {
    margin: 4px 4px 0; }
    .program-table__items .item a {
      display: block;
      padding: 13px;
      background-color: #f4f4f4; }
      .program-table__body--col8 .program-table__items .item a {
        padding: 10px; }
    .program-table__items .item .title {
      font-weight: bold;
      word-wrap: break-word; }
  .program-table__items .item--past a {
    background-color: #fdf2f2; }
  .program-table__items .item--future a {
    background-color: #e2f4f9; }
  .program-table__items .item--onair a {
    color: #fff;
    background-color: #00a7e9; }
    .program-table__items .item--onair a:hover {
      background-color: #03b8ff;
      color: #e6e6e6; }
  .page-timeshift .program-table__items .item--onair a {
    background-color: #e73c64;
    color: #fff; }
    .page-timeshift .program-table__items .item--onair a:hover {
      background-color: #E96C89;
      color: #fff; }
  .program-table__pager {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    .program-table__pager .item {
      cursor: pointer; }
      .program-table__pager .item span {
        width: 44px;
        height: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block; }
    .program-table__pager .item--prev {
      position: absolute;
      left: -70px; }
    .program-table__pager .item--next {
      position: absolute;
      right: -70px; }
      .ie7 .program-table__pager .item--next {
        left: 1020px; }

.program-table-header {
  position: relative; }
  .program-table-header__list .item {
    float: left;
    margin-left: 12px;
    position: relative; }
    .program-table-header__list .item:first-child {
      margin-left: 0; }
    .program-table-header__list .item__link {
      display: block;
      width: 132px;
      height: 44px;
      line-height: 44px;
      background-color: #fff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      text-align: center;
      layout-grid-line: 44px;
      font-size: 18px;
      font-weight: bold; }
      .program-table-header__list .item__link img {
        max-width: 100px;
        vertical-align: middle; }
      .program-table-header__list .item__link.saturday {
        color: #00a7e9; }
      .program-table-header__list .item__link.sunday {
        color: #e73c64; }
      .program-table-header--col7 .program-table-header__list .item__link {
        width: 156px; }
      .program-table-header--col8 .program-table-header__list .item__link {
        width: 114px; }
      .program-table-header--logo .program-table-header__list .item__link {
        height: 52px;
        line-height: 52px;
        layout-grid-line: 52px; }
      .program-table-header__list .item__link .week {
        font-size: 12px;
        font-weight: normal; }
    .program-table-header__list .item__selected {
      border: 2px solid #00a7e9;
      height: 40px;
      line-height: 40px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
      .page-timeshift .program-table-header__list .item__selected {
        border: 2px solid #e73c64; }
      .program-table-header--logo .program-table-header__list .item__selected {
        height: 48px;
        line-height: 48px; }
    .program-table-header__list .item .bg {
      background-image: url(../images/sprite.png);
      background-position: -310px -441px;
      width: 14px;
      height: 11px;
      position: absolute;
      bottom: -9px;
      left: 50%;
      margin-left: -5px; }
      .page-timeshift .program-table-header__list .item .bg {
        background-image: url(../images/sprite.png);
        background-position: -296px -441px;
        width: 14px;
        height: 11px; }
  .program-table-header .program-table__pager {
    top: 5px; }

.img-list {
  margin-right: -20px;
  margin-top: -20px; }
  .img-list__item {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0 20px 20px 20px;
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-top: 20px; }
  .img-list__link {
    display: block; }
  .img-list__genre {
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    border-radius: 3px;
    padding: 0 15px;
    background-color: #191919;
    color: #fff; }
    .ie7 .img-list__genre {
      display: inline;
      zoom: 1; }
  .img-list .genre--live {
    background-color: #00a7e9; }
  .img-list .genre--timeshift {
    background-color: #e73c64; }
  .img-list__channel {
    width: 215px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    layout-grid-line: 52px; }
  .img-list__img {
    margin: 0 -20px;
    width: 240px;
    height: 150px;
    line-height: 150px;
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    text-align: center; }
    .img-list__img img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
      .img-list__img img.play {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 53px;
        left: 98px;
        opacity: 0.8; }
  .img-list__title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px; }
    .img-list__title.ellipsis {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .img-list__time {
    margin-top: 5px; }
  .img-list__text {
    margin-top: 5px; }
    .img-list__text.separate {
      border-top: 1px solid #d9d9d9;
      margin-top: 10px;
      padding-top: 10px; }
      .ie7 .img-list__text.separate {
        width: 195px; }
  .img-list .img-list__channel + .img-list__img img {
    border-radius: 0; }

.tune-list {
  margin-right: -20px;
  margin-top: -20px; }
  .tune-list .tune-list__item {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 280px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    padding: 20px;
    position: relative; }
  .tune-list .tune-list__img {
    position: absolute;
    top: 20px;
    left: 20px; }
  .tune-list .tune-list__text {
    min-height: 100px;
    padding-left: 120px; }
  .tune-list .tune-list__title {
    font-size: 16px;
    font-weight: bold; }
  .tune-list .tune-list__link {
    margin-top: 20px;
    margin-right: -10px; }
    .tune-list .tune-list__link .item {
      float: left;
      margin-right: 10px; }
    .tune-list .tune-list__link a {
      display: block; }
  .tune-list .tune-list__more {
    margin-top: 25px;
    font-size: 17px;
    font-weight: bold;
    text-align: center; }

.player-area {
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-top: 2px solid #00a7e9;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1); }
  .page-timeshift .player-area {
    border-color: #e73c64; }
  .player-area__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    height: 40px;
    position: relative; }
  .player-area__btn {
    float: left;
    margin-right: 20px;
    cursor: pointer; }
    .player-area__btn a {
      display: block;
      width: 41px;
      height: 40px; }
    .player-area__btn span {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block; }
  .player-area__volume {
    padding-top: 9px;
    width: 160px;
    float: left;
    margin-right: 35px; }
    .player-area__volume .icon--volume {
      margin-right: 9px; }
  .player-area .volume-bar {
    width: 114px;
    height: 2px;
    background-color: #d9d9d9;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .ie7 .player-area .volume-bar {
      display: inline;
      zoom: 1; }
    .player-area .volume-bar .bar {
      background-color: #00a7e9;
      height: 2px; }
      .page-timeshift .player-area .volume-bar .bar {
        background-color: #e73c64; }
    .player-area .volume-bar .btn {
      position: absolute;
      top: -9px;
      cursor: pointer; }
  .player-area__seek {
    padding-top: 8px; }
    .player-area__seek .start,
    .player-area__seek .seek-bar,
    .player-area__seek .end {
      display: inline-block;
      font-size: 11px;
      margin-right: 14px; }
      .ie7 .player-area__seek .start, .ie7
      .player-area__seek .seek-bar, .ie7
      .player-area__seek .end {
        display: inline;
        zoom: 1; }
  .player-area .seek-bar {
    width: 201px;
    height: 2px;
    background-color: #d9d9d9;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .ie7 .player-area .seek-bar {
      display: inline;
      zoom: 1; }
    .player-area .seek-bar .bar {
      background-color: #00a7e9;
      height: 2px; }
      .page-timeshift .player-area .seek-bar .bar {
        background-color: #e73c64; }
    .player-area .seek-bar .btn {
      position: absolute;
      top: -9px;
      cursor: pointer; }
  .player-area__detail {
    width: 320px;
    position: absolute;
    top: 10px;
    right: 0; }
    .player-area__detail .tooltip {
      position: absolute;
      left: 5px;
      top: -64px; }
    .player-area__detail .link {
      display: block; }
      .player-area__detail .link:hover img {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70); }
    .player-area__detail .img {
      position: absolute;
      top: 0;
      left: 0; }
    .player-area__detail .title {
      padding-left: 75px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: bold;
      word-wrap: normal;
      width: 235px; }
    .player-area__detail .name {
      padding-left: 75px; }

.search-area {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px 0 20px 17px; }
  .search-area__title {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px; }
    .search-area__title .must {
      font-size: 11px;
      font-weight: normal;
      background-color: #e73c64;
      display: inline-block;
      color: #fff;
      border-radius: 2px;
      padding: 0 5px;
      margin-left: 10px;
      vertical-align: middle; }
      .ie7 .search-area__title .must {
        display: inline;
        zoom: 1; }
  .search-area__item {
    width: 200px;
    float: left;
    padding: 10px 20px;
    border-left: 1px solid #d9d9d9; }
    .search-area__item:first-child {
      border-left: none;
      padding-left: 0; }
    .search-area__item--keyword {
      width: 240px; }
      .search-area__item--keyword .form__text {
        width: 216px; }
  .search-area__btn {
    margin-top: 25px;
    text-align: center; }
    .search-area__btn .btn {
      padding: 14px 0;
      width: 280px;
      font-size: 19px; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

#cboxOverlay {
  overflow: hidden; }

#cboxWrapper {
  max-width: none;
  overflow: visible; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
  border-radius: 5px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #fff;
  padding: 35px 50px;
  border-radius: 5px;
  margin: 0 auto; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0px;
  right: 0; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

#cboxClose {
  background: url(../images/sprite/icon_close_blue_01.png) 0 0 no-repeat;
  width: 52px;
  height: 52px;
  right: -25px;
  top: -25px;
  text-indent: -99999px; }
  .page-timeshift #cboxClose {
    background: url(../images/sprite/icon_close_red_01.png) 0 0 no-repeat; }

#colorbox--alert-flash .colorbox__title {
  color: red;
  font-size: 24px; }

.colorbox {
  display: none; }
  .colorbox__title {
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
    .colorbox__title.text-small {
      font-size: 16px; }
    .colorbox__title.text-left {
      text-align: left; }
  .colorbox__text {
    font-size: 16px;
    text-align: center;
    margin-top: 15px; }
    .colorbox__text.text-small {
      font-size: 13px; }
    .colorbox__text.text-left {
      text-align: left; }
  .colorbox__play {
    margin-top: 20px;
    text-align: center; }
    .colorbox__play .btn-list li {
      display: inline-block;
      vertical-align: middle; }
      .ie7 .colorbox__play .btn-list li {
        display: inline; }
      .colorbox__play .btn-list li a {
        display: block; }
        .colorbox__play .btn-list li a:hover {
          color: #333; }
        .ie7 .colorbox__play .btn-list li a {
          display: block; }
        .colorbox__play .btn-list li a.skip-btn {
          margin: 16px 20px 0; }
  .colorbox__seek {
    padding-top: 8px; }
    .colorbox__seek .start,
    .colorbox__seek .seek-bar,
    .colorbox__seek .end {
      display: inline-block;
      font-size: 12px;
      vertical-align: middle; }
      .ie7 .colorbox__seek .start, .ie7
      .colorbox__seek .seek-bar, .ie7
      .colorbox__seek .end {
        display: inline;
        zoom: 1; }
    .colorbox__seek .start,
    .colorbox__seek .end {
      padding: 0 15px; }
    .colorbox__seek .seek-bar {
      width: 302px;
      height: 4px;
      background-color: #fff;
      border: 1px solid #00a7e9;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .ie7 .colorbox__seek .seek-bar {
        display: inline;
        zoom: 1; }
      .page-timeshift .colorbox__seek .seek-bar {
        border: 1px solid #e73c64; }
      .colorbox__seek .seek-bar .bar {
        background-color: #00a7e9;
        height: 4px; }
        .ie7 .colorbox__seek .seek-bar .bar {
          position: absolute;
          left: 0; }
        .page-timeshift .colorbox__seek .seek-bar .bar {
          background-color: #e73c64; }
      .colorbox__seek .seek-bar .btn {
        position: absolute;
        top: -7px;
        cursor: pointer;
        width: 3px;
        height: 18px;
        background-color: #00a7e9; }
        .page-timeshift .colorbox__seek .seek-bar .btn {
          background-color: #e73c64; }
  .colorbox__hr {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    height: 0;
    margin-top: 30px; }
  .colorbox__link {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 30px; }
    .colorbox__link .small {
      font-weight: normal;
      font-size: 12px;
      display: block;
      padding-left: 30px; }
    .colorbox__link li {
      margin-top: 10px; }
      .colorbox__link li:first-child {
        margin-top: 0; }
    .colorbox__link.text-left {
      text-align: left; }
  .colorbox__btn {
    margin-top: 30px; }
  .colorbox__share {
    text-align: center;
    margin-top: 30px; }
    .colorbox__share li {
      display: inline-block;
      padding: 0 25px;
      font-size: 15px; }
      .ie7 .colorbox__share li {
        display: inline;
        zoom: 1; }
  .colorbox__area-list .colorbox-area-list__title {
    font-weight: bold;
    font-size: 16px; }
  .colorbox__area-list .colorbox-area-list__item {
    width: 14%;
    float: left; }
  .colorbox__area-list .colorbox-area-list__list {
    margin-top: 12px; }
    .colorbox__area-list .colorbox-area-list__list li {
      margin-top: 12px; }
  .colorbox__area-list .colorbox-area-list .disabled {
    color: #666; }

.alert {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }
  .ie .alert {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }
  .alert__inner {
    width: 1000px;
    margin: 0 auto; }
  .alert p {
    color: #fff; }
  .alert-flash {
    border: red solid;
    border-left: none;
    border-right: none;
    padding: 5px;
    font-weight: bold;
    background-color: #ffffdd;
    text-align: center;
    display: none; }
    .alert-flash .icon--alert-flash {
      margin-right: 6px; }
    .alert-flash .btn {
      background-color: #7F7F7F;
      color: white;
      margin-left: 6px;
      display: none; }
    .alert-flash a {
      color: #ff0000;
      text-decoration: underline; }
      .alert-flash a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60); }

.premium-area {
  border: 1px solid #7fb8cf;
  padding: 25px 25px 25px 96px;
  border-radius: 4px;
  margin-bottom: 50px;
  position: relative; }
  .premium-area .icon--attention-02 {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -21px; }
  .premium-area__text {
    width: 415px;
    float: left; }
  .premium-area__btn {
    width: 415px;
    float: right; }
  .premium-area__link {
    font-weight: bold;
    margin-top: 7px; }

@media screen and (max-width: 768px) {
  .timefree-close {
    padding: 0 15px; } }

.timefree-close__header {
  background-color: #fdf2f2;
  color: #e73c64;
  border: 1px solid #e73c64;
  border-radius: 4px;
  padding: 20px 0;
  width: 380px;
  margin: 15px auto 65px;
  text-align: center;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .timefree-close__header {
      width: 100%;
      margin: 25px 0 15px;
      font-size: 1.2rem;
      padding: 10px 0; } }

.timefree-close__body {
  width: 720px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  padding: 50px 0 30px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .timefree-close__body {
      width: 100%;
      margin: 30px 0 20px;
      padding: 25px 15px 20px;
      box-sizing: border-box; } }
  .timefree-close__body .title {
    font-size: 32px;
    font-weight: bold;
    color: #e73c64;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .timefree-close__body .title {
        font-size: 21px;
        top: -15px; } }
    .timefree-close__body .title span {
      background-color: #fff;
      display: inline-block;
      padding: 0 20px; }
      .ie7 .timefree-close__body .title span {
        display: inline;
        zoom: 1; }
  .timefree-close__body .text {
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .timefree-close__body .text {
        font-size: 1.2rem; } }
  .timefree-close__body .btn {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .timefree-close__body .btn {
        margin-top: 10px;
        font-size: 1.2rem; } }

.tab-list {
  position: relative; }
  .tab-list .item {
    float: left;
    margin-left: 12px;
    position: relative; }
    .tab-list .item:first-child {
      margin-left: 0; }
    .tab-list .item__link {
      display: block;
      width: 132px;
      height: 44px;
      line-height: 44px;
      background-color: #fff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      text-align: center;
      layout-grid-line: 44px;
      font-size: 16px;
      font-weight: bold; }
    .tab-list .item__selected {
      border: 2px solid #00a7e9;
      height: 40px;
      line-height: 40px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }

.link-list {
  margin-top: 35px;
  text-align: center; }
  .link-list .item {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px; }
    .ie7 .link-list .item {
      display: inline;
      zoom: 1; }
    .link-list .item .icon {
      vertical-align: -2px; }
    .link-list .item__selected {
      color: #00a7e9; }

.delivery-area {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 30px; }
  .delivery-area__item {
    margin-top: 15px; }
    .delivery-area__item:first-child {
      margin-top: 0; }
  .delivery-area__title {
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    float: left; }
  .delivery-area__list {
    float: left; }
    .delivery-area__list li {
      display: inline-block;
      margin-right: 20px; }
      .ie7 .delivery-area__list li {
        display: inline;
        zoom: 1; }

.local-nav {
  font-size: 15px;
  margin-bottom: 40px; }
  .local-nav li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px; }
    .ie7 .local-nav li {
      display: inline;
      zoom: 1; }

.footer {
  background-color: #333;
  color: #eee;
  padding: 18px 0; }
  @media screen and (max-width: 768px) {
    .page-share .footer,
    .page-static .footer {
      padding: 15px 18px; } }
  .footer a {
    color: #eee; }
  .footer__inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .page-share .footer__inner,
      .page-static .footer__inner {
        width: auto; } }
  .footer__pagetop {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .page-static .footer__pagetop {
        display: none; } }
    .footer__pagetop a {
      display: block;
      padding-right: 30px;
      position: relative; }
      .footer__pagetop a .icon {
        position: absolute;
        top: 0;
        right: 0; }
  .footer__nav ul {
    margin-top: 10px; }
    .footer__nav ul:first-child {
      margin-top: 0; }
    @media screen and (max-width: 768px) {
      .page-static .footer__nav ul {
        margin-top: 0; } }
  .footer__nav li {
    display: inline-block;
    margin-right: 20px; }
    .ie7 .footer__nav li {
      display: inline;
      zoom: 1; }
    @media screen and (max-width: 768px) {
      .page-static .footer__nav li {
        line-height: 2; }
        .page-static .footer__nav li:before {
          content: "";
          background-image: url(../images/sprite-2x.png);
          background-position: -74px -44px;
          width: 5px;
          height: 8px;
          background-size: 88px 70px;
          vertical-align: middle;
          margin-right: 5px;
          display: inline-block; } }
  .footer__nav.nav-01 {
    border-top: 1px solid #454343;
    padding-top: 22px;
    margin-top: 22px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .page-static .footer__nav.nav-01 {
        font-size: 12px;
        font-weight: normal; } }
  .footer__nav.nav-02 {
    border-top: 1px solid #454343;
    padding-top: 22px;
    margin-top: 22px;
    font-size: 11px; }
    @media screen and (max-width: 768px) {
      .page-static .footer__nav.nav-02 {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
        font-size: 12px; } }
  .footer__copyright {
    margin-top: 30px;
    font-size: 10px; }
    @media screen and (max-width: 768px) {
      .page-static .footer__copyright {
        text-align: center;
        border-top: 1px solid #434343;
        text-align: center;
        padding-top: 15px; } }
    .page-share .footer__copyright {
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .page-share .footer__copyright {
          font-size: 9px; } }
  .page-share .footer {
    text-align: center; }
  .footer__sns {
    display: none;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .footer__sns {
        display: block; } }
    .footer__sns li {
      display: inline-block;
      padding: 0 15px; }
    .footer__sns .facebook,
    .footer__sns .twitter {
      font: 0/0 a;
      font-size: 0;
      line-height: 0;
      text-shadow: none;
      color: transparent; }
    .footer__sns .facebook {
      background-image: url(../images/sprite-2x.png);
      background-position: 0px 0px;
      width: 44px;
      height: 44px;
      background-size: 88px 70px;
      display: inline-block; }
    .footer__sns .twitter {
      background-image: url(../images/sprite-2x.png);
      background-position: -44px 0px;
      width: 44px;
      height: 44px;
      background-size: 88px 70px;
      display: inline-block; }
