section_tit_news/* !resets */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
}



/* !hover */
a{
  cursor: pointer;
}
.current a{
  cursor: auto !important;
}
a:hover{
  cursor: pointer;
}
a.hover{
  -webkit-transition: transform .25s;
          -webkit-transition: -webkit-transform .25s;
          transition: -webkit-transform .25s;
          transition: transform .25s;
          transition: transform .25s, -webkit-transform .25s;
}
a.hover:hover{
  opacity: .8;
  -webkit-transform: translateY( 1px );
          transform: translateY( 1px );
}

a.effection{
  display: block;
  -webkit-transition: transform .25s;
          -webkit-transition: -webkit-transform .25s;
          transition: -webkit-transform .25s;
          transition: transform .25s;
          transition: transform .25s, -webkit-transform .25s;
}
a.effection:hover,a.effection:active{
  -webkit-transform: scale(1.1 , 1.1);
          transform: scale(1.1 , 1.1);
}

a.bright:hover img{
  -webkit-filter: brightness(1.2);
     -moz-filter: brightness(1.2);
       -o-filter: brightness(1.2);
      -ms-filter: brightness(1.2);
          filter: brightness(1.2);
}

a.sature:hover img{
  -webkit-filter: saturate(200%);
     -moz-filter: saturate(200%);
       -o-filter: saturate(200%);
      -ms-filter: saturate(200%);
          filter: saturate(200%);
}

/* !typography */

body{
  line-height: 1.8;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100% !important;
  font-size: 16px !important;
}

h1,h2,h3,h4,h5,h6{
  margin: 1em 0;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1{
}

h2{
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}

h3{
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

h4{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}


/* !layout */
body{
  min-width: 1024px;

}

@media only screen and (max-width: 40em) {
  body{
    min-width: 320px;
  }
}

#wrapper .inner-wrap{
  background-image: url(../images/visual_bg.png) , url(../images/pattern.png);
  background-position: top , top;
}

@media only screen and (max-width: 40em) {
  #wrapper .inner-wrap{
    background-image: url(../images/visual_bg.png) , url(../images/pattern.png);
    background-size: 168px , 278px;
  }
}

.move-left .exit-off-canvas {
  -webkit-box-shadow: -4px 0 1px rgba(0, 0, 0, 0.1), 4px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 0 1px rgba(0, 0, 0, 0.1), 4px 0 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 40em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* !header */
header{
  position: relative;
  z-index: 1050 !important;
}
header .fixed{
  z-index: 1050 !important;
}
header .tab_header.fixed{
  position: relative !important;
}
  header #headerwrap{
    -webkit-box-shadow: rgba(0,0,0,.1) 0px 1px 1px 2px;
        -ms-box-shadow: rgba(0,0,0,.1) 0px 1px 1px 2px;
         -o-box-shadow: rgba(0,0,0,.1) 0px 1px 1px 2px;
            box-shadow: rgba(0,0,0,.1) 0px 1px 1px 2px;
  }

  header #headerwrap,
  header #headerwrap nav,
  header #headerwrap nav ul li,
  header #headerwrap nav ul li a,
  header #headerwrap nav ul li a:hover{
    background: #d10010;
  }

  header #headerwrap.header_color{
    background: #d10010;
  }

/* !footer */
footer{
  padding: 20px 0 0 0;
  text-align: center;
  background: #fff;
  background: rgba(255,255,255,.7);
}

footer p{
  padding: 0 20px;
}

  footer #cast_staff{
    padding-bottom: 35px;
  }
    footer #cast_staff h1,
    footer #cast_staff h2{
      margin: 0;
    }

    footer #cast_staff #mc{
      font-size: 1.4em;
      font-weight: bold;
    }

    footer #cast_staff #staffroll{
      padding-top: 25px;
      font-size: .7em;
      line-height: 1.5;
    }

    @media only screen and (max-width: 40em) {
      footer #cast_staff #staffroll{
        text-align: left;
      }
    }

  footer #copyright{
    display: block;
    padding: 10px 0 5px 0;
    background: #d10010;
  }
  footer #copyright{
    display: block;
    padding: 10px 0 5px 0;
    border-top: solid 1px #dfdfdf;
    background: #d10010;
  }
    footer #copyright img{
      width: 330px;
      height: auto;
      vertical-align: middle;
    }
  @media only screen and (max-width: 40em) {
    footer #copyright{
      width: 100%;
      padding: 2% 4%;
    }
  }

/* !frames */
.taC{
  text-align: center;
}

.taL{
  text-align: left;
}

.taR{
  text-align: right;
}

.row{
  padding: 0 11px;
}

.grid{
  padding: 10px;
}

.grid > div{
}

@media only screen and (max-width: 64em) {

.grid{
  padding: 20px;
}
.grid > div{
}

}

@media only screen and (max-width: 40em) {

.grid{
  padding: 1% 8%;
}
.grid > div{
}

}

/* !common area */
#common_area{
  margin-top: -5px;
  position: relative;
  padding: 85px 0 0 0;
  background: #e7e7e7;
}

/* !pageTop */

#pgt{
  position: absolute;
  left: 50%;
  top: -150px;
  width: 120px;
  margin-left: -60px;
}

  #pgt a img{
    width: 100%;
    height: auto;
  }

#top{
    display: block;
    width: 100%;
    height: 215px;
    position: relative;
    overflow: hidden;
}

#top span {
    display: block;
    position:absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all .30s ease;
            transition: all .30s ease;
}
#top .front {
  display: none;
  -webkit-transform: translateY( 90px );
          transform: translateY( 90px );
}
#top .back {
  opacity: 0;
  -webkit-transform:scale(.2,.2) translateY( 350px );
          transform:scale(.2,.2) translateY( 350px );
}
#top:hover .front {
  display: none;
  opacity: .7;
  -webkit-transform:scale(.5,.5) translateY( -10px );
          transform:scale(.5,.5) translateY( -10px );
}
#top:hover .back {
  opacity: 1;
  -webkit-transform:scale(1,1) translateY( 60px );
          transform:scale(1,1) translateY( 60px );
}


#top .ie_cover{
  display: none;
}

/* !sns links */
#sns_links{
  padding-bottom: 45px;
}

/* !LINEについて */
#aboutline{
  padding: 25px 0 15px 0;
  background: #d10010;
  color: #fff;
}

#aboutline p{
  overflow: hidden;
}

  #aboutline .bnr_line img{
    border: solid 2px #fff;
  }

  .qr{
    float: right;
    margin-left: 10px;
  }

@media only screen and (max-width: 40em) {

  #aboutline .bnr_line img{
    border: none;
  }

}

/* !corner btns */

#btn{
  background: #b2000e;
}
  .btn_area{
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
  }

    .btn_area ul{
      position: relative;
      left: 50%;
      float: left;
      list-style-type: none;
      margin: 0;
    }

      .btn_area ul li{
        position: relative;
        left: -50%;
        float: left;
        width: 160px;
        margin: 20px;
      }

        .btn_area ul li img{
          width: 100%;
          height: auto;
        }
  @media only screen and (max-width: 40em) {
    .btn_area{
       padding: 12% 0;
      }

        .btn_area ul{
          position: relative;
          left: inherit;
          float: none;
          margin: 0;
        }

          .btn_area ul li{
            position: relative;
            left: inherit;
            width: 50%;
            margin: 0 auto;
          }
  }


/* !ytv sidebanner */

#gDefSide{
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 540px;
  margin-top: 1150px;
  z-index: 90;
}

@media only screen and (max-width: 90em) {

}

  @media only screen and (max-width: 90em) {

  }
  @media only screen and (max-width: 40em) {

    #gDefSide{
      display: none;
    }
  }


/* !grobal nav */
  nav#g_nav{
    position: relative;
    max-width: 100%;
    height: 56px;
    overflow: visible;
  }

  nav#g_nav a{}

    nav#g_nav .title-area{
      height: 56px;
      background: transparent;
    }

    nav#g_nav #logo_dtdx{
      position: absolute;
      left: 15px;
      top: 0;
      width: 104px;
    }
    @media only screen and (max-width: 40em) {
      nav#g_nav #logo_dtdx{
        left: 0;
      }
    }

    nav#g_nav #logo_dtdx:after{
      content: '';
      position: absolute;
      right: 10px;
      bottom: 39px;
      z-index: 1;
      width: 30px;
      height: 0px;
      -webkit-box-shadow:rgba(0, 0, 0, 0.1) 8px 0px 1px 12px;
          -ms-box-shadow:rgba(0, 0, 0, 0.1) 8px 0px 1px 12px;
           -o-box-shadow:rgba(0, 0, 0, 0.1) 8px 0px 1px 12px;
              box-shadow:rgba(0, 0, 0, 0.1) 8px 0px 1px 12px;
      -webkit-transform: skew(-70deg) rotate(0deg);
              transform: skew(-70deg) rotate(0deg);
    }

    nav#g_nav #logo_dtdx a{
      position: relative;
      z-index: 9;
      width: 100%;
      padding: 0;
      background: transparent;
    }

    nav#g_nav #logo_dtdx img{
      width: 100%;
      height: auto;
    }

    nav#g_nav #nav_btn{
      padding-left: 120px;
    }
      nav#g_nav #nav_btn li{
        padding: 0 5px;
      }

      nav#g_nav #nav_btn a{
        padding: 15px 0 0 0;
        line-height: 0;
      }

      nav#g_nav #nav_btn a:hover,nav#g_nav #nav_btn .current a{
        background: url(../images/focus_line.png) repeat-x bottom;
      }

      nav#g_nav #social_btn li{
        width: 52px;
      }

      nav#g_nav #social_btn a{
        padding: .4em;
        line-height: 0;
      }

/* !toggle nav */
  #sidein_menu{
    background: #b2000e;
  }

  nav#toggle_nav{
    background: #b2000e;
  }

    nav#toggle_nav .line_pickup{
      padding: 10px;
    }

    nav#toggle_nav .main_menu{
      padding: 0;
    }
      nav#toggle_nav .main_menu li{
        border-bottom: solid 1px #8A0004;
        background: url(../images/arrow.png) no-repeat 96% center;
        background-size: 4%;
      }
      nav#toggle_nav .main_menu li.current{
        background: none;
      }
      nav#toggle_nav .main_menu li a{
        display: block;
        padding: 1em 1em 1em 2em;
        font-size: 1.1em;
        font-weight: bold;
        color: #fff;
      }
      nav#toggle_nav .main_menu li.current a{
        opacity: .7;
      }

    nav#toggle_nav .sns_btn{
      padding: 8%;
    }
      nav#toggle_nav .sns_btn li img{
        width: 100%;
        height: auto;
      }

    #toggle_btn_triline::after{
      -webkit-box-shadow: 0 0 0 1px #fff,
                          0 7px 0 1px #fff,
                          0 14px 0 1px #fff;
          -ms-box-shadow: 0 0 0 1px #fff,
                          0 7px 0 1px #fff,
                          0 14px 0 1px #fff;
           -o-box-shadow: 0 0 0 1px #fff,
                          0 7px 0 1px #fff,
                          0 14px 0 1px #fff;
              box-shadow: 0 0 0 1px #fff,
                          0 7px 0 1px #fff,
                          0 14px 0 1px #fff;
    }

/* !visual */

#firstSection{
  min-height: 168px;
}

@media only screen and (max-width: 90em) {
  #firstSection{
    min-height: 120px;
  }
}

/* !content */

#underSection{
  background: #fff;
  -webkit-box-shadow: rgba(0,0,0,.1) 0 -1px 1px 2px;
      -ms-box-shadow: rgba(0,0,0,.1) 0 -1px 1px 2px;
       -o-box-shadow: rgba(0,0,0,.1) 0 -1px 1px 2px;
          box-shadow: rgba(0,0,0,.1) 0 -1px 1px 2px;

}
@media only screen and (max-width: 40em) {
  #underSection{
    background: transparent;
  }

}
    #underSection section{
      padding: 35px 0 70px 0;
      background: #fff;
    }

      #underSection section .section_tit{
        position: relative;
        margin-top: -35px;
        border-top: solid 1px #b6b6b6;
      }

      #underSection section#advertising .section_tit{
        width: 978px;
        margin: 0 auto;
      }

      @media only screen and (max-width: 90em) {
        #underSection section#advertising .section_tit{
          width: 100%;
          margin: auto;
        }
      }

        #underSection section .section_tit img{
          width: 384px;
        }
        @media only screen and (max-width: 40em) {
          #underSection section .section_tit img{
            width: 100%;
          }
        }

      #underSection section .section_tit:before{
        content: '';
        display: block;
        position: relative;
        z-index: 2;
        width: 104px;
        height: 97px;
        margin: -37px auto 20px auto;
        background: url(../images/tit_tospo.png) no-repeat;
        background-size: 100%;
      }

      #underSection section .section_tit:after{
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: -37px;
        width: 100px;
        height: 97px;
        margin-left: -50px;
        border-radius: 50px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 -12px 1px -2px;
            -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 -12px 1px -2px;
             -o-box-shadow: rgba(0, 0, 0, 0.1) 0 -12px 1px -2px;
                box-shadow: rgba(0, 0, 0, 0.1) 0 -12px 1px -2px;
      }


/* !link btns */
.btn_link{
  width: 280px;
  margin: 20px auto;
  padding: 0 !important;
}

  .btn_link a{
    display: block;
    height: 62px;
    background: #d10010 url(../images/arrow.png) no-repeat 94% center;
    background-size: 6%;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 62px;
    color: #fff;
    border-radius: .4em;
  }

#dammyHeader{
  display: none;
  height: 196px;
  background: url(../images/ytvheader.jpg) center;
}

/* !font size */
/* ! 「視聴者は見た！」テキスト幅*/

.fz20{
	font-size: 21px;
	font-size: 1.3125rem;
	/*width: 755px; guest.cssへ移行*/
	margin: 0 auto;
}
@media only screen and (max-width: 64em) {
	.fz20 {
		/*width: 82%; guest.cssへ移行*/
		font-size: 1em;
	}
}

.fz21{
	font-size: 21px;
	font-size: 1.3125rem;
	/*width: 755px; guest.cssへ移行*/
	margin: 0 auto;
}

@media only screen and (max-width: 64em) {
	.fz21 {
		/*width: 82%; guest.cssへ移行*/
		font-size: 1em;
	}
}

/* ! 「次回の見どころ」テキスト幅*/
.fz22{
	/*width: 79%; guest.cssへ移行*/
	margin: 0 auto;
}

.fz21 span#next_host {
	display: block;
	text-align: center;
}

@media only screen and (max-width: 64em) {
	.fz22{
		/*width: 63%; guest.cssへ移行*/
		margin: 0 auto;
	}
}

@media only screen and (max-width: 40em) {
	.fz22{
		/*width: 82%; guest.cssへ移行*/
		margin: 0 auto;
	}
}

/* ! 「次回の見どころ」追加*/

.h3_Span {
	display: block;
	font-size: 22px;
}

.pc_Br, .pcbr {
	display: block;
}

.sp_Br, .spbr {
	display: none;
}

@media only screen and (max-width: 64em) {
.sp_Br, .spbr {
	  display: block;
}

.pc_Br, .pcbr {
	display: none;
}
}

/* ! 「次回の見どころ」追加 “ゲスト2列用”*/

table.guests2 {
  width: 450px;
  margin: 0 auto;
}

table.guests2 tr td {
  width: 50%;
  text-align: center;
  font-size: 18px;
}

table.guests2 tr:nth-child(even) td {
  background-color: #fff !important;
}

.guestP {
	width: 324px;
	font-size: 18px;
	margin: -1em auto;
}

@media only screen and (max-width: 64em) {
table.guests2 {
  width: 80%;
  margin: 0 auto;
}

table.guests2 tr td {
  width: 54%;
}

.guestP {
	width: 100%;
	margin: -5px 0;
	font-size: 16px;
	text-align: center;
}
}

@media only screen and (max-width: 40em) {
.columns {
  width: 90%;
  margin: 0 auto;
}
}

.columns {
  text-align: center;
}

.columns h3 {
  font-size: 24px;
}

.columns p {
  font-size: 18px;
}

@media only screen and (max-width: 64em) {
.columns {
  width: 100%;
}
}

@media only screen and (max-width: 40em) {
.columns {
  width: 100%;
}
.pcbr {
	display: none;
}
}

.part {
	font-size: 17px;
	font-weight: bold;
	margin: -36px auto -20px;
}

@media only screen and (max-width: 64em) {
.part {
	font-size: 17px;
	font-weight: bold;
	margin: 1px 0 0 0;
}
}

@media screen and (orientation: landscape) {
	body {
      min-width: 320px;
    }

	@media screen and (min-width: 1024px) {

	}
}
