@charset "UTF-8";
/***** iPhone landscape view CSS (767px) *****/
/*max-device-width*/
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* =================================================
    Container Layout
  ================================================= */
  html body {
    padding-top: 80px;
    min-width: 0;
  }

  #contents {
    /*table-layout: auto;*/
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }

  #main_contents, #sub_contents {
    display: block;
    width: 100%;
  }

  #sub_contents {
    margin-top: 70px;
    padding-left: 0;
    width: 100%;
  }

  /* =================================================
    block
  ================================================= */
  .block {
    margin-bottom: 7px;
    padding: 10px;
    word-break: break-all;
  }

  /* =================================================
    parts
  ================================================= */
  img {
    max-width: 100%;
  }

  /* =================================================
    btn
  ================================================= */
  .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .buttons ul li + li {
    margin-left: 10px;
  }

  .btnL {
    width: 100%;
  }

  .btnLL {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .rss {
    display: none;
  }

  /* =================================================
    form
  ================================================= */
  input, select {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px;
    width: 100%;
  }

  textarea {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
  }

  .formstyle {
    /* 姓名 */
    /* 生年月日 */
    /* 郵便番号 */
  }
  .formstyle ul li + li {
    margin-top: 20px !important;
  }
  .formstyle .optionBox {
    margin: 20px 0 0 30px;
  }
  .formstyle .check {
    margin: 20px 0 10px;
    text-align: left;
  }
  .formstyle .buttons ul {
    display: table;
    width: 100%;
  }
  .formstyle .buttons ul li {
    display: table-cell;
    width: 50%;
  }
  .formstyle .buttons ul li + li {
    padding: 0 0 0 5px;
  }
  .formstyle .buttons .btn {
    width: 100%;
  }
  .formstyle .seimei li {
    display: inline-block;
    width: 47%;
    width: calc(50% - 10px);
  }
  .formstyle .seimei label {
    text-align: left;
    width: auto;
  }
  .formstyle #birthday_year, .formstyle #birthday_month, .formstyle #birthday_day {
    margin: 0;
    width: auto;
  }
  .formstyle .zip {
    width: auto;
  }

  /* step */
  .stepBar {
    margin: 10px 0;
  }
  .stepBar ul li {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
  }
  .stepBar ul li + li {
    margin-left: 10px;
  }
  .stepBar ul li + li:before {
    left: -10px;
    width: 10px;
  }
  .stepBar ul li span {
    font-size: 10px;
    font-size: 1rem;
  }

  /* 視聴方法選択 */
  #atx_platform_group table {
    margin: 10px;
  }

  /* =================================================
    tab
  ================================================= */
  .tab_content .tab {
    font-size: 0;
  }
  .tab_content .tab li a, .tab_content .tab li span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 10px;
  }
  .tab_content.col2 .tab li {
    width: 49%;
    width: calc((100% - 5px) / 2);
  }
  .tab_content.col2 .tab li + li {
    margin-left: 5px;
  }
  .tab_content.col2 .tab li a, .tab_content.col2 .tab li span {
    padding: 12px 5px;
  }

  /* =================================================
    title
  ================================================= */
  .ttl01 {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
  }

  .ttl02R {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 10px;
  }

  .ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .ttl03 {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* =================================================
    table
  ================================================= */
  table {
    margin: 0 0 10px;
  }
  table th, table td {
    padding: 10px;
  }

  table.w100 th {
    width: 100%;
  }

  table.sptable {
    border-top: 1px solid #ddd;
    width: 100%;
  }
  table.sptable th, table.sptable td {
    display: block;
    border-top: none;
  }

  table.tableform th, table.tableform td {
    border-bottom: none;
    display: block;
    padding: 5px;
  }
  table.tableform th {
    border-right: none;
    text-align: left;
    width: 100%;
  }
  table.tableform td {
    padding: 10px 0;
  }

  table.logintable {
    width: 100%;
  }

  /* =================================================
    topicPath
  ================================================= */
  #topicPath, #topic_path {
    margin: 5px 10px;
    width: auto;
  }

  /* =================================================
    pager
  ================================================= */
  .pagenate {
    margin: 20px auto;
    width: 100%;
  }
  .pagenate a {
    padding: 5px 6px;
    min-width: 2em;
  }
  .pagenate ul li {
    margin: 0 1px;
  }
  .pagenate .back, .pagenate .next {
    width: 50px;
  }
  .pagenate .back em, .pagenate .next em {
    display: none;
  }
  .pagenate .back a, .pagenate .back span, .pagenate .next a, .pagenate .next span {
    padding: 4px 10px;
  }

  /* =================================================
    Header
  ================================================= */
  header {
    height: 60px !important;
    min-width: 0;
    /* メニューのスクロール処理 */
    /* =================================================
      Navigation
    ================================================= */
    /* -----------------------
      Global navigation
    ------------------------------------------------- */
  }
  header.lgn {
    height: 73px !important;
  }
  header.lgn:before {
    display: none;
  }
  header .mypage_id {
    background: #d6370f;
    background: -moz-linear-gradient(left, #d6370f 0%, #9c0b00 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d6370f), color-stop(100%, #9c0b00));
    background: -webkit-linear-gradient(left, #d6370f 0%, #9c0b00 100%);
    background: -o-linear-gradient(left, #d6370f 0%, #9c0b00 100%);
    background: -ms-linear-gradient(left, #d6370f 0%, #9c0b00 100%);
    background: linear-gradient(to right, #d6370f 0%, #9c0b00 100%);
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    padding: 2px 5px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  header .inner {
    padding: 10px;
    width: auto;
  }
  header .logo img {
    width: 60px;
  }
  header .menu, header .menu_close, header .login a, header .mypage a {
    color: #222;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    top: 6px;
    right: 15px;
  }
  header .menu:before, header .menu_close:before, header .login a:before, header .mypage a:before {
    font-family: customicon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0c9';
    display: block;
    font-size: 32px;
    font-size: 3.2rem;
  }
  header .menu_close {
    color: #fff;
    display: block;
    top: 10px;
    right: 20px;
  }
  header .menu_close:before {
    font-family: customicon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00d';
  }
  header .login a, header .mypage a {
    right: 75px;
  }
  header .login a:before, header .mypage a:before {
    font-family: customicon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f023';
  }
  header .mypage a {
    color: #cb0000;
  }
  header .mypage a:before {
    font-family: customicon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e800';
  }
  header .menu_inner {
    background: rgba(214, 55, 15, 0.95);
    background: -moz-linear-gradient(left, rgba(214, 55, 15, 0.95) 0%, rgba(156, 11, 0, 0.95) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(214, 55, 15, 0.95)), color-stop(100%, rgba(156, 11, 0, 0.95)));
    background: -webkit-linear-gradient(left, rgba(214, 55, 15, 0.95) 0%, rgba(156, 11, 0, 0.95) 100%);
    background: -o-linear-gradient(left, rgba(214, 55, 15, 0.95) 0%, rgba(156, 11, 0, 0.95) 100%);
    background: -ms-linear-gradient(left, rgba(214, 55, 15, 0.95) 0%, rgba(156, 11, 0, 0.95) 100%);
    background: linear-gradient(to right, rgba(214, 55, 15, 0.95) 0%, rgba(156, 11, 0, 0.95) 100%);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
  }
  header .nav_link {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header #global_navigation {
    float: none;
    margin-top: 70px;
    text-align: left;
  }
  header #global_navigation ul#g_nav {
    margin-bottom: 0;
  }
  header #global_navigation ul#g_nav li {
    display: inline-block;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
    margin: 0;
    min-width: auto;
    width: 32%;
  }
  header #global_navigation ul#g_nav li.current a {
    color: #fff !important;
  }
  header #global_navigation ul#g_nav li a {
    color: #fff;
    display: block;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  header #global_navigation ul#g_nav li a:hover {
    color: #fff;
  }
  header #global_navigation ul#g_nav li a p {
    margin: 0;
  }
  header .sub_area {
    float: none;
    margin: 20px 10px 30px;
    position: relative;
  }
  header .sub_area .header_search, header .sub_area .sns {
    display: block;
  }
  header .sub_area .header_search {
    background-color: #fff;
    padding: 1px 3px 1px;
    width: 100%;
  }
  header .sub_area .header_search input {
    color: #cb0000;
  }
  header .sub_area .header_search input[type=text] {
    width: 90%;
    width: calc(100% - 40px);
  }
  header .sub_area .header_search input[type=text]:placeholder-shown {
    color: #cb0000;
  }
  header .sub_area .header_search input[type=text]::-webkit-input-placeholder {
    color: #cb0000;
  }
  header .sub_area .header_search input[type=text]:-moz-placeholder {
    color: #cb0000;
    opacity: 1;
  }
  header .sub_area .header_search input[type=text]::-moz-placeholder {
    color: #cb0000;
    opacity: 1;
  }
  header .sub_area .header_search input[type=text]:-ms-input-placeholder {
    color: #cb0000;
  }
  header .sub_area .header_search input[type=submit] {
    font-family: customicon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
    width: 30px;
  }
  header .sub_area .sns {
    display: inline-block;
    position: absolute;
    top: -70px;
    right: 0;
  }
  header .sub_area .sns li + li {
    margin-left: 20px;
  }

  /* =================================================
    Footer
  ================================================= */
  footer {
    margin-top: 40px;
    text-align: left;
  }
  footer .footer_content {
    padding: 30px 20px;
  }
  footer .footer_content ul li {
    margin: 0 25px 20px 0;
  }
  footer .footer_content .site_summary {
    margin-bottom: 20px;
  }
  footer .footer_content .copy {
    text-align: center;
  }

  /* =================================================
    Scroll to top Button
  ================================================= */
  #scrolltop a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 8px 15px 12px;
    text-align: center;
  }

  /* =================================================
    sub_contents
  ================================================= */
  #sub_contents, .footer_sp {
    margin-top: 40px;
    padding: 0 10px;
    /* btn */
  }
  #sub_contents li, .footer_sp li {
    list-style-type: none;
  }
  #sub_contents .user, .footer_sp .user {
    margin: 30px 0;
  }
  #sub_contents .user li + li, .footer_sp .user li + li {
    margin-top: 10px;
  }
  #sub_contents .entry, #sub_contents .login, #sub_contents .logout, .footer_sp .entry, .footer_sp .login, .footer_sp .logout {
    text-align: left;
  }
  #sub_contents .entry span:after, #sub_contents .login span:after, #sub_contents .logout span:after, .footer_sp .entry span:after, .footer_sp .login span:after, .footer_sp .logout span:after {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  #sub_contents .banner li .twitter, .footer_sp .banner li .twitter {
    padding: 8px 5px 8px 82px;
  }
  #sub_contents .banner li .twitter:before, .footer_sp .banner li .twitter:before {
    /*@include fsize(24);*/
    font-size: 5rem;
    position: absolute;
    top: -4px;
    left: 23px;
  }
  #sub_contents .banner li .twitter.blank span:after, .footer_sp .banner li .twitter.blank span:after {
    right: 15px;
  }
  #sub_contents .banner li .line, .footer_sp .banner li .line {
    background: url(/images/common/icon_line.png) #ff9933 no-repeat 20px center/auto 70%;
    padding: 8px 5px 8px 82px;
    font-size: 1.6rem;
  }
  #sub_contents .banner li .line.blank span:after, .footer_sp .banner li .line.blank span:after {
    right: 15px;
  }
  #sub_contents .banner.tw ul, .footer_sp .banner.tw ul {
    display: table;
    width: 100%;
  }
  #sub_contents .banner.tw ul li, .footer_sp .banner.tw ul li {
    /*display: table-cell;*/
    width: 100%;
  }
  #sub_contents .banner.tw ul li + li, .footer_sp .banner.tw ul li + li {
    padding-left: 0;
  }

  /* =================================================
    program list
  ================================================= */
  .list .block {
    float: none;
    padding: 5px 25px 5px 5px;
  }
  .list .block:after {
    font-family: customicon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    content: "";
    font-size: 36px;
    font-size: 3.6rem;
    margin-left: 5px;
    position: absolute;
    top: 40%;
    right: 5px;
  }
  .list .block + .block {
    margin-left: 0;
  }
  .list .block .image {
    padding-right: 10px;
    width: 90px;
  }
  .list .block .txt {
    padding-bottom: 0;
  }
  .list .block .icon_area {
    margin-bottom: 10px;
  }
  .list .block .date {
    margin-bottom: 10px;
  }
  .list .block .limitation {
    margin-top: 5px;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .list .block .link {
    display: none;
  }
  .list .block .fav {
    font-size: 20px;
    font-size: 2rem;
  }
  .list .block .fav a {
    background-color: #ddd;
  }
  .list .block .fav a:hover {
    background-color: #ddd;
  }
  .list .block .fav a.add:hover {
    background-color: #ffba00;
  }
  .list .block .fav span.comment {
    position: absolute;
    top: 5px;
    left: -185px;
    right: 0;
  }
  .list .block .fav span.comment:before {
    right: -5px;
    left: auto;
    border-right: none;
    border-left: 5px solid rgba(0, 0, 0, 0.7);
  }
  .list .block a:hover .image img {
    opacity: 1;
  }
  .list.col3 .block, .list.col2 .block {
    width: 100%;
  }

  /* =================================================
    お気に入り番組表
  ================================================= */
  .fav_program {
    /* 未ログインの場合 */
  }
  .fav_program .week ul {
    display: table;
    width: 100%;
  }
  .fav_program .week li {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 14.28571%;
  }
  .fav_program .week li span {
    background-color: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #e7e7e7;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    padding: 5px;
    position: relative;
  }
  .fav_program .week li.active span {
    background-color: #cb0000;
    color: #fff;
  }
  .fav_program .week li.active span:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #cb0000;
  }
  .fav_program .week li + li {
    padding-left: 3px;
  }
  .fav_program .week li.sat {
    background-color: transparent;
  }
  .fav_program .week li.sat span {
    background-color: #7285a2;
  }
  .fav_program .week li.sat.active span {
    background-color: #1657b9;
  }
  .fav_program .week li.sat.active span:before {
    border-top: 8px solid #1657b9;
  }
  .fav_program .week li.sun {
    background-color: transparent;
  }
  .fav_program .week li.sun span {
    background-color: #b27f8c;
  }
  .fav_program .week li.sun.active span {
    background-color: #df0945;
  }
  .fav_program .week li.sun.active span:before {
    border-top: 8px solid #df0945;
  }
  .fav_program .fav_block {
    display: block;
    margin-top: 5px;
    min-height: 75px;
    padding: 5px;
    width: 100%;
  }
  .fav_program .fav_block + .fav_block {
    border-left: 1px solid #ccc;
  }
  .fav_program .fav_block li {
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .fav_program .fav_block span {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 10px;
  }
  .fav_program .login_content {
    padding: 20px 5px;
  }
  .fav_program .login_content .entry, .fav_program .login_content .login {
    text-align: left;
  }
  .fav_program .login_content .entry span:after, .fav_program .login_content .login span:after {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .fav_program .login_content p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .fav_program .login_content .section.user li {
    display: block;
    width: 100%;
  }
  .fav_program .login_content .section.user li + li {
    margin-left: 0;
  }

  /* =================================================
    agreementBox
  ================================================= */
  .agreementBox {
    margin: 10px;
  }

  /* =================================================
    remodal
  ================================================= */
  .modal_link:after {
    background-color: rgba(255, 255, 255, 0.7);
    color: #cb0000;
    font-family: customicon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00e';
    display: block !important;
    font-size: 24px !important;
    padding: 5px 10px;
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
  }
  .modal_link:hover:before, .modal_link:hover:after {
    display: none;
  }

  .remodal {
    padding: 10px !important;
  }
}
