﻿@charset "UTF-8";
/*

	静岡朝日テレビ
	Copyright (C) SATV. All Rights Reserved.

*/
/* --------------------------------------------------
　　#headline　
-------------------------------------------------- */
#headline #pageTitle {
  display: none;
}
/* --------------------------------------------------
　　#content　
-------------------------------------------------- */
#content {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  /*background-image: linear-gradient(181deg, rgba(84, 220, 249, 0.47) 50%, rgba(161, 249, 223, 0.47));*/
}
/*　#contMain　
---------------------------------------- */
@media screen and (max-width: 767px) {
  #contMain {
    padding: 0 !important;
  }
}
#contMain .inner {
  justify-content: center !important;
}
/*　#contMainMain　*/
#contMainMain {
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(7, 106, 240, 0.10);
  width: 1000px !important;
}
@media screen and (max-width: 767px) {
  #contMainMain {
    width: 100% !important;
  }
}
#contMainMain .mainVisual {
  margin: 0;
}
#contMainMain .live {
  text-align: center;
  margin: 80px 0 150px !important;
}
@media screen and (max-width: 767px) {
  #contMainMain .live {
    margin: 0 !important;
    padding: 40px 20px 20px;
  }
}
#contMainMain .live h2 {
  width: 80% !important;
  margin: 0 auto 40px;
  color: #fff;
  background: url(../img/bg.jpg) no-repeat left top;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #contMainMain .live h2 {
    width: auto !important;
    font-size: 16px;
  }
}
#contMainMain a.btn {
  background: #000 url(../img/arrow.gif) no-repeat right center;
  padding: 20px 60px 20px 40px;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 80px;
  transition: 0.5s;
  box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 20%);
  border-radius: 100px;
  min-width: 400px;
  line-height: 1.5;
  background-size: 60px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contMainMain a.btn {
    padding: 20px 60px 20px 40px;
    min-width: 0;
    font-size: 16px;
  }
}
#contMainMain .text_live_memo {
  display: block;
}
@media screen and (max-width: 767px) {
  #contMainMain .text_live_memo {
    font-size: 14px;
  }
}
#contMainMain .bnr_channel {
  margin: 0 auto 50px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contMainMain .bnr_channel {
    margin: 0 0 40px;
    width: auto;
  }
}
#contMainMain table.detail {
  border: 0;
  margin: 0 auto 60px !important;
  width: 80% !important;
}
@media screen and (max-width: 767px) {
  #contMainMain table.detail {
    width: 100% !important;
  }
}
#contMainMain table.detail th {
  text-align: right;
  padding: 10px;
  color: #333;
  border: 0;
}
@media screen and (max-width: 767px) {
  #contMainMain table.detail th {
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    background: #E8E8E9 !important;
  }
}
#contMainMain table.detail td {
  padding: 10px 10px 10px 20px;
  text-align: left;
  border: none;
}
@media screen and (max-width: 767px) {
  #contMainMain table.detail td {
    box-sizing: border-box;
    display: block;
    padding: 14px 7px 21px;
    border: 0;
    background: #fff !important;
  }
}
#contMainMain table.detail tr:nth-child(odd) th, #contMainMain table.detail tr:nth-child(odd) td {
  background: #f5f6f7;
}
#contMainMain table.detail tr:nth-child(even) th, #contMainMain table.detail tr:nth-child(even) td {
  background: #f1f2f3;
}
/* --------------------------------------------------
channel
-------------------------------------------------- */
body#channel #contMainMain {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  body#channel #contMainMain {
    padding-top: 30px;
  }
}
body#channel #main .mainVisual {
  margin: 0 0 40px !important;
}
@media screen and (max-width: 767px) {
  body#channel #main .mainVisual {
    margin: 0 0 40px !important;
  }
}
body#channel #main .title {
  margin: 0 auto 20px !important;
  background: #29282D;
  padding: 3px;
  font-size: 17px;
  width: 80%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#channel #main .title {
    margin: 0 20px 20px !important;
    width: auto;
  }
}
body#channel #main .intro {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 40px !important;
}
@media screen and (max-width: 767px) {
  body#channel #main .intro {
    margin: 0 20px 40px !important;
    width: auto;
  }
}
body#channel #main .intro strong {
  font-size: 130%;
  color: #C2000D;
  margin: 0 5px;
}
body#channel #main ul.channelHowList {
  margin: 0 auto !important;
  width: 80% !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body#channel #main ul.channelHowList {
    margin: 0 20px !important;
    width: auto !important;
  }
}
body#channel #main ul.channelHowList li {
  list-style: none !important;
  border: solid 5px #F7F8F9;
  margin-bottom: 30px !important;
  position: relative;
}
body#channel #main ul.channelHowList li:nth-child(2n+1) {
  min-height: 210px;
}
body#channel #main ul.channelHowList li .fig {
  position: absolute;
  right: 50px;
  bottom: 0;
  margin-bottom: 0 !important;
  width: 120px;
}
@media screen and (max-width: 767px) {
  body#channel #main ul.channelHowList li .fig {
    position: static;
    margin-bottom: 0 !important;
    width: 40%;
    margin: 0 auto 20px !important;
  }
}
body#channel #main ul.channelHowList li .fig img {
  width: 100%;
  height: auto;
}
body#channel #main ul.channelHowList li h2 {
  background: #29282D;
  position: relative;
  top: -15px;
  padding: 3px 11px;
  font-size: 16px;
  font-weight: normal;
  border: 0;
  color: #fff;
  display: inline-block;
  margin: 0 0 20px;
}
body#channel #main ul.channelHowList li p.text {
  margin: 0 30px 30px !important;
  line-height: 1.4;
}
body#channel #main ul.channelHowList li:nth-child(2n+1) p.text {
  width: 366px;
}
@media screen and (max-width: 767px) {
  body#channel #main ul.channelHowList li:nth-child(2n+1) p.text {
    width: auto;
  }
}
body#channel #main p.memo {
  width: 80% !important;
  margin: 0 auto 50px !important;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body#channel #main p.memo {
    width: auto !important;
    margin: 0 20px 50px !important;
    font-size: 13px;
  }
}
body#channel #main p.toDirTop {
  margin: 0 auto 70px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#channel #main p.toDirTop {
    margin: 0 20px 50px !important;
  }
}