@charset "UTF-8";
@import url(../../css/siteHeader.pc.css) screen and (min-width: 769px);
@import url(../../css/siteHeader.sp.css) screen and (max-width: 479px);

html {
  font-size: 62.5%;
}
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    word-break: break-all;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #04c;
    text-decoration: none;
}
a:hover {
    color: #668fe0;
    text-decoration: underline;
}

/*ヘッダー*/
#PAGEHEADMENU,
.bodyHead {
  display: block;
}
@media screen and (max-width: 768px) {
  #PAGEHEADMENU, .bodyHead {
    display: none;
  }
}
#nicoSiteHeader {
  display: none;
}
@media screen and (max-width: 768px) {
  #nicoSiteHeader {
    display: block;
  }
}
#siteHeader #siteHeaderInner .siteHeaderGlovalNavigation li ul {
    width: 232px;
}
#siteHeader #siteHeaderInner .siteHeaderMenuList li ul {
    width: 132px;
}
#siteHeader #siteHeaderInner .siteHeaderMenuList li ul li a {
    width: 132px;
}
main {
    padding-top: 36px;
}
.nofix main {
    padding-top: 0;
}
@media screen and (max-width: 768px) {
    main {
        padding-top: 0;
    }
}

/*フッター*/
.bodyFoot {
    background-color: #000;
    padding: .5rem .5rem 1.5rem;
    color: #fff;
    line-height: 1.2;
}
.bodyFoot .footerNav {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.bodyFoot .footerNav li {
    display: inline-block;
    margin: 1rem 0px 1rem -4px;
    padding: 0 1rem;
    font-size: 73%;
    color: #fff;
}
.bodyFoot .footerNav li + li {
    border-left: 1px solid #999;
}
.bodyFoot .footerNav li a {
    color: #fff;
}
.bodyFoot .footerNav li a:hover {
    color: #fff;
    text-decoration: none;
}
.bodyFoot .copyright {
    margin: 0;
    padding: 0;
    font-size: 73%;
    text-align: center;
}

/*SNS*/
#sns_block {
    text-align: center;
}
.articleList-subpage-sns {
    display: block;
    margin: 32px 0 0;
}
.articleList-subpage-sns ul {
    padding: 0;
}
.row li {
    display: inline-block;
    list-style: none;
    vertical-align: bottom;
    line-height: 0;
}

/*トップ*/
#top_block {
    position: relative;
    width: 100%;
}
.top_block_inner {
    background-image: url(../images/bg_top.png);
    background-position: 50% 50%;
    background-size: cover;
    height: 264px;
    text-align: center;
}
.top_block_inner h1 {
    position: relative;
    top: 30px;
    margin: 0;
    padding: 0;
}
.top_block_inner h1 span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 750px 750px;
    background-position: 0 -363px;
    background-repeat: no-repeat;
    width: 627px;
    height: 89px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.top_block_nav {
    background-color: #000;
}
.top_block_nav ul {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    text-align: center;
}
.top_block_nav li {
    display:  inline-block;
    position: relative;
    border-left: solid 1px #525252;
    width: 204px;
}
.top_block_nav li:last-child {
    border-right: solid 1px #525252;
}
.top_block_nav li a {
    display: block;
    padding: 6px 6px 16px;
    height: auto;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.2pt;
    transition: .4s;
}
.top_block_nav li a:after {
    content: "▼";
    display: block;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    font-size: 1.0rem;
}
.top_block_nav li a:hover {
    color: #cfa40f;
    text-decoration: none;
}

.top_block_inner_logo {
    position: absolute;
    bottom: 56px;
    left: 16px;
}
.top_block_inner_logo span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 375px 375px;
    background-position: -55px -94px;
    background-repeat: no-repeat;
    width: 186px;
    height: 42px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.top_block_inner_caption {
    margin: 56px 0 0;
    padding: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #f2f2f2;
    line-height: 1.4;
    text-shadow: 2px 0 3px #000,0 2px 3px #000,-2px 0 3px #000,0 -2px 3px #000;
}
.top_block_inner_copyright {
    position: absolute;
    bottom: 56px;
    right: 16px;
}
.top_block_inner_copyright p {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 2px 0 3px #000,0 2px 3px #000,-2px 0 3px #000,0 -2px 3px #000;
}

/*サブコンテンツ*/
#sub_block {
    background-color: #fff;
    padding: 8px 0 0;
}
#sub_block > div {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 48px;
}
#sub_block h2 {
    margin: 0 0 16px;
    font-size: 2.0rem;
    line-height: 1.4;
}
#sub_block .sub_block_inner {
}
#sub_block .sub_block_inner .list_topics {
    background-color: #fff;
    border: solid 12px #e0e0e0;
    margin: 0;
    padding: 12px;
    list-style: none;
}
#sub_block .sub_block_inner .list_topics li {
    display: table;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 100%;
}
#sub_block .sub_block_inner .list_topics li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#sub_block .sub_block_inner .list_topics li div {
    display: table-cell;
    vertical-align: top;
}
.list_topics .list_topics_thumb {
    width: 184px;
}
.list_topics .list_topics_thumb span {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 184px;
    height: 114px;
}
.list_topics .list_topics_thumb a:hover {
    display: block;
    opacity: .8;
}
.list_topics .list_topics_data {
    line-height: 1.4;
}
.list_topics_data .list_topics_data_ttl {
    margin: 0 0 8px 12px;
    font-size: 2.2rem;
    font-weight: bold;
}
.list_topics_data .list_topics_data_ttl a {
    display: block;
}
.list_topics_data .list_topics_data_comment {
    display: inline-block;
    margin-left: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.list_topics_data .list_topics_data_lead {
    margin: 0 0 0 12px;
    font-size: 1.6rem;
    color: #525252;
}
.list_topics_data .list_topics_data_author {
    display: inline-block;
    font-size: 1.2rem;
    color: #777;
}
.list_topics_data time {
    margin: 0 0 0 12px;
    font-size: 1.2rem;
    color: #777;
}

.list_topics_niconews {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    border-left: none;
    border-right: none;
    padding: 0;
    list-style: none;
}
.list_topics_niconews li {
    /*display: table;*/
    border-bottom: dotted 1px #ccc;
    margin: 4px 0;
    padding: 0 8px 4px;
    width: 100%;
}
.list_topics_niconews li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.list_topics_niconews .list_topics_niconews_data {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    line-height: 1.4;
}
.list_topics_niconews .list_topics_niconews_data_ttl {
    margin: 0 0 4px 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.list_topics_niconews .list_topics_niconews_data_lead {
    margin: 0 12px 0 0;
    max-height: 58px;
    overflow: hidden;
    font-size: 1.4rem;
    color: #525252;
}
.list_topics_niconews time {
    margin: 0 12px 0 0;
    font-size: 1.2rem;
    color: #777;
}
.list_topics_niconews .list_topics_niconews_data_author {
    display: inline-block;
    font-size: 1.2rem;
    color: #777;
}
.list_topics_niconews .list_topics_niconews_data_comment {
    display: inline-block;
    margin-left: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.list_topics_niconews .list_topics_niconews_thumb {
    display: none;
    vertical-align: top;
    width: 144px;
    height: 89px;
    overflow: hidden;
}
.list_topics_niconews_thumb_inner {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 144px;
    height: 89px;
}
.list_topics_more {
    text-align: right;
}
#sub_block .row {
    display: inline-block;
    width: 48%;
    margin: 0 8px;
    vertical-align: top;
}
#sub_block .row .pickup_thumb {
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
#sub_block .row .pickup_thumb a {
    display: block;
    width: 100%;
    height: 270px;
}
#sub_block .row .pickup_thumb span {
    position: absolute;
    bottom: 8px;
    right: 16px;
    margin: 0;
    font-size: 1.0rem;
    color: #fff;
    text-shadow: 2px 0 3px #000,0 2px 3px #000,-2px 0 3px #000,0 -2px 3px #000;
}
#sub_block .row .pickup_data p {
    margin: 16px 0 0;
}
#sub_block .row .pickup_data .pickup_data_link {
    margin: 4px 0 0;
}
#sub_block .row .list_topics_niconews .list_topics_niconews_data_lead {
    display: none;
}
.pickup_video {
    display: inline-block;
    background-color: #ccc;
    width: 480px;
    height: 0;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    padding-bottom: 58.760683760684%;
}
.pickup_video embed, .pickup_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*リード*/
#lead_block {
    margin: 64px 0 24px;
    text-align: center;
}
#lead_block p {
    margin: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    vertical-align: top;
}

/*ドキュメンタリー*/
#doc_block {
    background-color: #fff;
    padding-top: 64px;
}
#doc_block h2 {
    margin: 0 0 48px;
    text-align: center;
}
#doc_block h2 span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 750px 750px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 440px;
    height: 93px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.doc_block_inner {
}
.doc_block_inner > article {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.doc_block_inner .doc_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.doc_block_inner_item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.doc_block_inner_item:hover {
    opacity: .8;
}
.doc_data {
    position: relative;
    margin: 0 auto;
    padding: 16px 0;
    width: 1000px;
    height: 320px;
    color: #fff;
}
.doc_time {
    display: inline-block;
    border: solid 2px #fff;
    background: rgba(0,0,0,.6);
    padding: 4px 24px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
}
.doc_time em {
    font-size: 2.4rem;
    font-style: normal;
}
.doc_time_onair {
    border: solid 2px #ff0d3a;
    padding: 16px 24px;
    min-width: 198px;
    color: #ff0d3a;
    font-size: 2.4rem;
    text-align: center;
}
.doc_time_end {
    border: solid 2px #faf334;
    padding: 16px 24px;
    min-width: 198px;
    color: #faf334;
    font-size: 2.4rem;
    text-align: center;
}
.doc_ttl {
    position: absolute;
    top: 24px;
    right: 8px;
    margin: 0;
    padding: 0;
    width: 480px;
    font-size: 2.2rem;
    text-shadow: 4px 0 4px #000,0 4px 4px #000,-4px 0 4px #000,0 -4px 4px #000;
    line-height: 1.4;
}
.doc_ttl em {
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
}
.doc_ttl_long {
    font-size: 2.0rem;
}
.doc_txt {
    position: absolute;
    width: 480px;
    height: auto;
    top: 104px;
    right: 8px;
    overflow: hidden;
    text-shadow: 3px 0 3px #000,0 3px 3px #000,-3px 0 3px #000,0 -3px 3px #000;
}
.doc_copyright {
    position: absolute;
    bottom: 16px;
    right: 0;
    margin: 0;
    font-size: 1.0rem;
    text-shadow: 2px 0 3px #000,0 2px 3px #000,-2px 0 3px #000,0 -2px 3px #000;
}
.doc_trailer {
    position: absolute;
    bottom: 42px;
    left: 0;
    border: solid 1px #fff;
    background: rgba(30,30,30,1);
    border-radius: 4px;
    z-index: 110;
    transition: .4s;
}
.doc_trailer:hover {
    border: solid 1px #000;
    background: rgba(0,68,204,1);
}
.doc_trailer:hover a {
    color: #fff;
    text-decoration: none;
}
.doc_trailer a {
    display: block;
    padding: 8px 24px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.doc_trailer span {
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 4px;
}
.doc_trump .doc_txt {
    top: 68px;
}

/*生放送*/
#live_block {
    margin-bottom: 64px;
    padding-top: 64px;
    text-align: center;
}
#movie_block {
    margin-bottom: 64px;
    text-align: center;
}
#live_block h2, #movie_block h2 {
    margin: 0 0 48px;
}
#live_block h2 span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 750px 750px;
    background-position: 0 -187px;
    background-repeat: no-repeat;
    width: 111px;
    height: 93px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
#movie_block h2 span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 750px 750px;
    background-position: -161px -93px;
    background-repeat: no-repeat;
    width: 186px;
    height: 95px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.live_block_inner, .movie_block_inner {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}
.live_block_inner > article, .movie_block_inner > article {
    display: inline-block;
    width: 48%;
    margin: 0 8px;
    text-align: left;
    vertical-align: top;
}
.live_block_inner_item, .movie_block_inner_item {
    background-color: #fff;
    padding: 1px;
}
.live_thumb, .movie_thumb {
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 197px;
    overflow: hidden;
}
.live_thumb a, .movie_thumb a {
    display: block;
    width: 100%;
    height: 197px;
    padding: 16px;
}
.live_time, .movie_time {
    position: absolute;
    background: rgba(0,0,0,.6);
    padding: 0 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
    height: 80px;
    line-height: 80px;
}
.live_time_onair {
    border-top: solid 2px #ff0d3a;
    border-bottom: solid 2px #ff0d3a;
    color: #ff0d3a;
    font-size: 2.4rem;
}
.live_time_end {
    border-top: solid 2px #faf334;
    border-bottom: solid 2px #faf334;
    color: #faf334;
    font-size: 2.4rem;
}
.live_time_guide {
    font-size: 1.8rem;
}
.live_data, .movie_data {
    padding: 16px 7px 7px;
}
.live_ttl, .movie_ttl {
    margin: 0;
    font-size: 2.0rem;
    line-height: 1.4;
    min-height: 84px;
}
.live_txt, .movie_txt {
    margin: 12px 0 0;
    min-height: 108px;
    overflow:  hidden;
}
.live_copyright {
    position: absolute;
    bottom: 8px;
    right: 16px;
    margin: 0;
    font-size: 1.0rem;
    color: #fff;
    text-shadow: 2px 0 3px #000,0 2px 3px #000,-2px 0 3px #000,0 -2px 3px #000;
}

.live_3col > article, .movie_3col > article {
    width: 32%;
    margin: 0 4px 16px;
}
.live_3col .live_thumb,
.live_3col .live_thumb a,
.movie_3col .movie_thumb,
.movie_3col .movie_thumb a, {
    height: 197px
}

/*記事*/
#news_block {
    background-color: #fff;
    padding: 0 0 64px;
    text-align: center;
}
#news_block h2 {
    margin: 0 0 48px;
}
#news_block h2 span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 750px 750px;
    background-position: 0 -93px;
    background-repeat: no-repeat;
    width: 161px;
    height: 94px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.news_block_inner {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}
.news_block_inner > article {
    display: inline-block;
    width: 48%;
    margin: 0 8px;
    text-align: left;
    vertical-align: top;
}
.news_block_inner_item {
    background-color: #fff;
    padding: 1px;
}
.news_thumb {
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.news_thumb a {
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    padding: 16px;
    z-index: 100;
}
.news_time {
    position: absolute;
    background: rgba(0,0,0,.6);
    padding: 0 8px;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
    height: 80px;
    line-height: 80px;
}
.news_time_guide {
    font-size: 1.8rem;
}
.news_data {
    margin-top: 8px;
    min-height: 136px;
}
.news_ttl {
    margin: 0;
    font-size: 2.0rem;
    line-height: 1.4;
}
.news_txt {
    margin: 12px 0 0;
    height: 112px;
    overflow:  hidden;
}
.news_post {
    font-size: 1.2rem;
}
.news_3col > article {
    width: 32%;
    margin: 0 4px 16px;
}
.news_3col .news_thumb,
.news_3col .news_thumb a {
    height: 197px
}

/*その他*/
#toTop .icon {
    top: 1.5rem;
    position: relative;
    font-size: 2.4rem;
}

/*メディアクエリ*/
@media screen and (max-width: 768px) {
body {
    background-color: #eee;
}

/*トップ*/
#top_block {
    position: relative;
    width: 100%;
}
#top_block h1 {
    margin: 56px 0 0;
}
#top_block h1 span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
    background-position: 0 -242px;
    background-repeat: no-repeat;
    width: 304px;
    height: 90px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.top_block_inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.top_block_inner_nav {
    display: none;
    margin-top: 0;
}
.top_block_inner_nav ul {
    margin: 0 auto;
    padding: 0;
    width: auto;
    text-align: center;
}
.top_block_inner_nav li {
    position: relative;
    display:  inline-block;
    margin: 0 4px;
}
.top_block_inner_nav li a {
    display: inline-block;
    border: solid 2px #cfa40f;
    border-radius: 24px;
    background: rgba(0,0,0,.6);
    padding: 8px;
    width: 240px;
    height: auto;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.2pt;
}
.top_block_inner_nav li a:before {
    content: "▼";
    position: absolute;
    top: 9px;
    left: 24px;
}
.top_block_inner_nav li a:hover {
    background: rgba(0,0,0,1);
    color: #cfa40f;
}
.top_block_sp {
    position: relative;
    width: 100%;
    height: 420px;
}
.top_block_sp_bg {
    background-position: 50% center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.top_block_sp_logo {
    text-align: center;
    margin-top: -215px;
}
.top_block_sp_logo span {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
    background-position: -74px -125px;
    background-repeat: no-repeat;
    width: 248px;
    height: 55px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.top_block_sp_caption {
    text-align: center;
    margin: 16px 0;
}
.top_block_sp_caption p {
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 2px 0 3px #000,0 2px 3px #000,-2px 0 3px #000,0 -2px 3px #000;
}
.top_block_sp_copyright {
position: absolute;
    bottom: 8px;
    right: 8px;
}
.top_block_sp_copyright p {
    margin: 0;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 2px 0 3px #000,0 2px 3px #000,-2px 0 3px #000,0 -2px 3px #000;
}

/*サブコンテンツ*/
#sub_block {
    padding: 0;
}
#sub_block h2 {
    margin: 0 0 8px;
    line-height: 1.2;
}
#sub_block > div {
    width: 100%;
    padding: 16px 8px;
}
#sub_block .sub_block_inner .list_topics {
    border-top: dotted 1px #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 8px 0 0;
}
#sub_block .sub_block_inner .list_topics li {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.list_topics .list_topics_thumb {
    width: 128px;
}
.list_topics .list_topics_thumb span {
    width: 128px;
    height: 85px;
}
.list_topics_data .list_topics_data_ttl {
    margin: 0 0 4px 8px;
    font-size: 1.4rem;
    font-weight: bold;
}
.list_topics_data .list_topics_data_lead {
    display: none;
    margin: 0 0 4px 8px;
    font-size: 1.4rem;
    color: #525252;
}
.list_topics_data time {
    margin: 0 0 0 8px;
    font-size: 1.0rem;
    color: #777;
}

.list_topics_niconews li {
    margin: 8px 0;
    padding: 0 0 8px;
}
.list_topics_niconews .list_topics_niconews_data_ttl {
    margin: 0 8px 4px 0;
    font-size: 1.6rem;
}
.list_topics_niconews_thumb_inner {
    display: none;
}

#sub_block .row {
    width: auto;
    margin: 0 0 32px;
}
#sub_block .row .pickup_thumb {
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 224px;
    overflow: hidden;
}
#sub_block .row .pickup_thumb a {
    display: block;
    width: 100%;
    height: 224px;
}
.pickup_video {
    width: 300px;
    height: 187px;
    vertical-align: top;
}

/*リード*/
#lead_block {
    /*background-color: #fff;*/
    margin: 0;
    padding: 32px 8px 0;
    text-align: center;
}
#lead_block p {
    margin: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}

/*ドキュメンタリー*/
#doc_block {
    background-color: inherit;
    padding-top: 64px;
}
#doc_block h2 {
    margin: 0 0 24px;
}
#doc_block h2 span {
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 293px;
    height: 61px;
}
.doc_block_inner {
}
.doc_block_inner > article {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 16px;
    width: 100%;
    height: 256px;
}
.doc_block_inner .doc_trump {
    height: 336px;
}
.doc_block_inner > article a {
    display: block;
}
.doc_block_inner_item {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 15% center;
}
.doc_block_inner_item:hover {
    opacity: 1;
}
.doc_data {
    width: auto;
    height: 180px;
    padding: 8px;
}
.doc_time {
    padding: 8px;
    width: auto;
    min-width: 128px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
}
.doc_time em {
    font-size: 1.4rem;
}
.doc_time_onair,
.doc_time_end {
    text-align: center;
}
.doc_ttl {
    position: static;
    margin-top: 16px;
    width: auto;
    font-size: 1.8rem;
    line-height: 1.2;
}
.doc_ttl em {
    margin-bottom: 4px;
    font-size: 1.2rem;
}
.doc_txt {
    top: 184px;
    left: 0;
    right: auto;
    margin: 0;
    padding: 8px;
    width: auto;
    height: auto;
    color: #333;
    font-size: 1.4rem;
    text-shadow: none;
}
.doc_copyright {
    bottom: 8px;
    left: inherit;
    right: 16px;
}
.doc_trailer {
    display: none;
}
.doc_trump .doc_txt {
    top: 178px;
}
.doc_election .doc_block_inner_item {
    background-position: center center;
}
.doc_election .doc_ttl {
    top: auto;
    left: auto;
    right: auto;
}
.doc_election .doc_txt {
    top: 180px;
    left: 0;
    right: auto;
}

/*生放送*/
#live_block {
    margin-bottom: 48px;
    padding-top: 48px;
}
#live_block h2 {
    margin: 0 0 24px;
}
#live_block h2 span {
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
    background-position: 0 -125px;
    background-repeat: no-repeat;
    width: 74px;
    height: 62px;
}
.live_block_inner {
    padding: 0 8px;
    width: auto;
}
.live_block_inner > article {
    display: block;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 0 0 4px 4px;
    width: 100%;
    margin: 0 0 16px;
}
.live_block_inner_item {
    background-color: transparent;
}
.live_thumb,
.live_thumb a {
    height: 240px;
}
.live_time {
    font-size: 1.4rem;
}
.live_time_onair {
    border: solid 2px #ff0d3a;
    color: #ff0d3a;
}
.live_time_guide {
    font-size: 1.4rem;
}
.live_copyright {
    left: auto;
    right: 16px;
}
.live_ttl {
    min-height: 0;
    font-size: 1.8rem;
}
.live_txt {
    min-height: 0;
    font-size: 1.4rem;
}

/*動画*/
#movie_block {
    margin-bottom: 48px;
    padding: 0;
}
#movie_block h2 {
    margin: 0 0 24px;
}
#movie_block h2 span {
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
    background-position: -107px -62px;
    background-repeat: no-repeat;
    width: 124px;
    height: 64px;
}
.movie_block_inner {
    padding: 0 8px;
    width: auto;
}
.movie_block_inner > article {
    display: block;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 0 0 4px 4px;
    width: 100%;
    margin: 0 0 16px;
}
.movie_block_inner_item {
    background-color: transparent;
}
.movie_thumb,
.movie_thumb a {
    height: 240px;
}
.movie_time {
    font-size: 1.4rem;
}
.movie_time_onair {
    border: solid 2px #ff0d3a;
    color: #ff0d3a;
}
.movie_time_guide {
    font-size: 1.4rem;
}
.movie_copyright {
    left: auto;
    right: 16px;
}
.movie_ttl {
    min-height: 0;
    font-size: 1.8rem;
}
.movie_txt {
    min-height: 0;
    font-size: 1.4rem;
}

/*記事*/
#news_block {
    background-color: #eee;
    padding: 0 0 64px;
}
#news_block h2 {
    margin: 0 0 24px;
}
#news_block h2 span {
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
    background-position: 0 -62px;
    background-repeat: no-repeat;
    width: 108px;
    height: 63px;
}
.news_block_inner {
    padding: 0 8px;
    width: auto;
}
.news_block_inner > article {
    display: block;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 0 0 4px 4px;
    width: 100%;
    margin: 0 0 16px;
}
.news_block_inner_item {
    background-color: transparent;
}
.news_thumb,
.news_thumb a {
    height: 240px;
}
.news_time {
    font-size: 1.4rem;
}
.news_time_guide {
    font-size: 1.4rem;
}
.news_data {
    margin: 8px;
    min-height: inherit;
}
.news_ttl {
    font-size: 1.8rem;
}
.news_post {
    margin: 12px 0 0;
}
}

/*ドキュメント部分のみのメディアクエリ*/
@media screen and (min-width:377px) and ( max-width:767px) {
.doc_block_inner > article {
    height: 302px;
}
.doc_block_inner article.doc_trump {
    height: 396px;
}
}
@media screen and (min-width:320px) and ( max-width:376px) {
.doc_block_inner > article {
    height: 324px;
}
.doc_block_inner article.doc_trump {
    height: 490px;
}
}
