/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
  color:#000;
  background:#FFF;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,
img {
  border:0;
}
/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style:normal;
  font-weight:normal;
}

ol,
ul {
  list-style:none;
}

caption,
th {
  text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,
q:after {
  content:'';
}
abbr,
acronym {
  border:0;
  font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input,
textarea,
select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
  color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}



body {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* common */
.pageContentsBox {
  background-image: url("image/bg_gray.png");
  background-repeat: repeat;
}

/* header */
.headerSponsor {
  height: 20px;
  padding: 8px 20px;
  border-bottom: 2px solid #ADADAD;
}

.headerSponsorLeft {
  float: left;
}

.headerSponsorLeft p {
  float: left;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}

.headerSponsorLeft ul {
  float: left;
}

.headerSponsorLeft li {
  float: left;
  margin-left: 15px;
}

.headerSponsorLeft li img {
  height: 15px;
  line-height: 20px;
}

.headerSponsorRight {
  float: right;
}

.headerSponsorRight p {
  float: left;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}

.headerSponsorRight ul {
  float: left;
}

.headerSponsorRight li {
  float: left;
  margin-left: 10px;
}

.headerSponsorRight li img {
  height: 20px;
  line-height: 20px;
}

.headerBox {
  border-bottom: 2px solid #B21C22;
}

.headerBox h1 img {
  height: 40px;
  line-height: 0;
}

.headerBox h1 a {
  display: block;
}

.headerTopMenu {
  margin: 10px 0 0 15px;
}

.headerTopMenu li a {
  color: #000;
  text-decoration: none;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.headerBanner {
  position: absolute;
  right: 15px;
  top: 52px;
}

.headerBanner img {
  height: 70px;
}


.navToggle {
  display: none;
}



/* contents (TOP) */
.topContentsBox {
  background-image: url("image/bg_gray.png");
  background-repeat: repeat;
  padding-bottom: 20px;
}

.tcEachBox {
  background: #fff;
}

.tcEachImage img {
  width: 100%;
}

.tcEachText {
  margin: 15px;
  line-height: 1.5em;
  font-size: 14px;
}


.tcEachInfoBox {
  border-top: 1px solid #ADADAD;
  display: table;
  width: 100%;
}

.tcEachDate {
  display: table-cell;
  color: #B21C22;
  font-weight: bold;
  padding: 0 0 0 20px;
  font-size: 12px;
}

.tcEachMoreBt {
  display: table-cell;
  width: 100px;
  cursor: pointer;
}

.tcEachMoreBt a {
  padding: 15px 0;
  display: block;
  background: #B21C22;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.tcEachContents h2 {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 15px 0 15px;
}

.tcEachContents h3 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 15px;
}

.tcEachNews {
  padding: 15px;
}

.tcEachNews li {
  padding: 0 0 5px 20px;
  line-height: 1.5em;
  position: relative;
}

.tcEachNews li:before {
  content: "▶";
  left: 0;
  top: 0;
  position: absolute;
}

.tcEachNews a {
  display: block;
  color: #000;
  text-decoration: none;
  
}

.tcEachNewsDate {
  margin: 0 10px 0 0;
  display: inline-block;
}

.tcEachNewsTitle {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* footer */




.copyright {
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width: 821px) {
  .spOnly {
    display: none;
  }
  
  .headerBox {
    
  }
  
  .headerBox h1 {
    float: left;
    padding: 20px;
    
  }
  
  .headerTopMenu {
    align-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    height: 60px;
    padding: 8px 0 0 0;
  }
  
  .headerTopMenu li {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 15px;
  }
  
  .headerTopMenu li a {
    padding: 0;
  }
  
  /* contents (TOP) */
  .topContents {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .topContentsLeftBox {
    float: left;
    width: 40%;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .topContentsCenterBox {
    float: left;
    width: 27.5%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .topContentsRightBox {
    float: left;
    width: 32.5%;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .tcEachBox {
    margin: 40px 0;
  }

  
  .tcColumn2 {
    margin: -40px 0 0 0;
  }
  
  .tcColumn2Left {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .tcColumn2Left:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
  }
  
  .tcEachNewsDate {
    position: relative;
    top: -7px;
  }
  
  
  
  footer {
    background: #1E1E1E;
    padding: 30px 0 0 0;
  }
  footer.kanto2023 {
    background: #1E1E1E;
    padding: 0;
  }
  
  .footerBanner {
    margin: 0 auto;
    display: table;
  }
  
  .footerBanner li {
    display: table-cell;
    padding: 0 15px;
  }
  
  .footerBanner li img {
    width: 250px;
  }
  
  .copyright {
    color: #fff;
  }

}

@media screen and (max-width: 820px) {
  .pcOnly {
    display: none;
  }
  
  .headerSponsor {
    display: none;
  }
  
  .headerBox {
    padding: 13px 0 5px 0;
  }

  header h1 {
    text-align: center;
    width: 100%;
  }

  .navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    left: 13px;
    top: 13px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    z-index: 12000;
    text-align: center;
  }

  .navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 32px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
    color: #B21C22;
    border-color: #B21C22;
  }

  .navToggle span:nth-child(1) {
    top: 4px;
  }

  .navToggle span:nth-child(2) {
    top: 14px;
  }

  .navToggle span:nth-child(3) {
    top: 24px;
  }

  .navToggle span:nth-child(4) {
    border: none;
    color: #B21C22;
    font-size: 7px;
    top: 29px;
    width: 39px;
    left: 2px;
    font-weight: bold;
  }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .headerTopMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 11000;
    float: none;
    margin: 0;
  }

  .headerTopMenu ul {
    padding: 90px 30px;
  }

  .headerTopMenu li {
    display: block;
    border-bottom: 1px solid #B21C22;
    text-align: left;
    margin: 0;
  }

  .headerTopMenu a {
    padding: 15px 5px;
    display: block;
  }

  .headerBanner {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: -70px 25px 0 25px;
  }
  
  .headerBanner img {
    height: auto;
    width: 100%;
  }
  
  /* contents (TOP) */
  .topContents {
    padding: 20px 20px 20px 20px;
  }
  
  .tcEachBox {
    margin: 20px 0;
  }
  
  .tcEachBox:first-child {
    margin: 0 0 20px 0;
  }
  
  .tcEachNews {
    font-size: 12px;
  }

  
  
  
  
  .footerTitle {
    background: #B21C22;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
  }
  
  .footerSponsor {
    
  }
  
  .footerSponsor li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
    text-align: center;
  }
  
  .footerSponsor li img {
    height: 20px;
  }

  .footerSns {
    margin: 0 auto;
    text-align: center;
    display: table;
  }

  .footerSns p {
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
  }

  .footerSns ul {
    display: table-cell;
    vertical-align: middle;
  }

  .footerSns li {
    float: left;
    margin-left: 10px;
  }

  .footerSns li img {
    height: 30px;
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  
  .footerSlider {
    max-width: 500px;
    margin: 0 auto;
  }

}
.postContentsBox {
  background: #fff;
  border-top: 10px solid #333333;
}

.listContentsBox {
  background: #fff;
}

.pageEachContentsBox {
  background: #fff;
}
.pageEachContentsBoxNoSide {
  background: #fff;
}
.privacyBox p{
  padding: 15px;
}

.privacyBox p span{
  font-weight: 600;
}

.pageTitleH2 {
  background: #FD0032;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.3em;
}

.pageTitleH2Orange {
  background: #F9BF11;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.3em;
}

.pageTitleH2Gold {
  background: #bfae73;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.3em;
}

.pageTitleH3 {
  background: #333;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.3em;
  position: relative;
}

.pageTitleH3:after {
  position: absolute;
  right: 15px;
  content: "▼";
  color: #fff;
  top: 15px;
  opacity: 0.8;
}

.pageEachContentsBoxNoSide h3 {
  margin: 10px 10px 0 10px;
  font-weight: bold;
  
}

.pageTopMainVisualBox img {
  width: 100%;
}

.postTitleBox {
  border-bottom: 1px solid #B0B0B0;
}

.postEachDate {
  color: #FD0032;
  font-size: 12px;
}

.postTitleBox h2 {
  padding: 10px 0;
  font-weight: bold;
  font-size: 22px;
}

.postImage {
  margin: 15px 0;
}

.postImage img {
  width: 100%;
}

.postContents {
  line-height: 1.5em;
  margin: 15px 0;
  letter-spacing: 0.5px;
}

.postLinkBox {
  border-top: 1px solid #B0B0B0;
  margin: 20px 0 0 0;
  padding: 30px 0 0 0;
}

.postLink {
}

.postLink a {
  padding: 10px 50px 10px 15px;
  line-height: 1.5em;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #B0B0B0;
  position: relative;
  transition: 0.5s;
}

.postLink a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.postLink a:after {
  border: 10px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
  border-bottom-color: #FD0032; /* 作成したい三角形に合わせて１辺の色をつける */
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px; /* 中央寄せに使用 */
  margin-left: -10px; /* 中央寄せに使用*/
  transform: rotate(135deg)
}

.listPostBox {

}

.listPostBox li {
  line-height: 1.5em;
}

.listPostBox a {
  text-decoration: none;
}

.listPostEachDate {
  display: block;
  color: #FD0032;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
}

.listPostEachTitle {
  display: block;
  color: #000;
  font-weight: bold;
}

.navigation {
  text-align: center;
}

.navigation a {
  background: #ddd;
  border: 1px solid #ccc;
  color: #666;
  margin-right: 4px;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

.navigation a:first-child {
  margin-right: 8px;
}
.current {
  border: 1px solid #b84;
  color: #fff;
  margin-right: 4px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  background: #FD0032;
  font-weight: bold;
}
.dots {
  padding: 0;
}

.programEachBox {
  margin: 20px 20px 30px 20px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ACACAC;
}

.programEachBox:last-child {
  border: 0;
}

.programTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 10px 0;
}

.programImage img {
  width: 100%;
  padding: 0 0 10px 0;
}

.programCredit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 10px 0;
}

.programCaptionTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 15px 0 5px 0;
}

.programCaption {
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 0 15px 0;
}

.programOnairTitle {
  font-size: 14px;
  color: #FD0032;
  line-height: 1.5em;
  font-weight: bold;
}

.programOnair {
  font-size: 14px;
  line-height: 1.5em;
}

.programBroadcasterTitle {
  font-size: 14px;
  color: #FD0032;
  line-height: 1.5em;
  font-weight: bold;
}

.programBroadcaster {
  font-size: 14px;
  line-height: 1.5em;
}

.programBroadcaster span:before {
  content: "/";
}

.programBroadcaster span:first-child:before {
  content: "";
}

.programPageUrl {
  margin: 30px auto;
  text-align: center;
  display: block;
}

.programPageUrl a {
  padding: 15px 30px;
  color: #000;
  text-decoration: none;
  border: 1px solid #adadad;
  font-size: 14px;
}

.pageTopMenuBox {
  background: #333333;
  margin: -30px auto 0 auto;
  position: relative;
  z-index: 100;
}

.pageTopMenu ul {
  margin: 0 auto;
  display: table;
}

.pageTopMenu li {
  display: table-cell;
}

.pageTopMenu li img {
  height: 60px;
}

.pageTopMenu a {
  padding: 10px 15px 0 15px;
  display: block;
}

.pageYoutubeBox {
  padding: 20px 20px 0 20px;
}

.pageYoutubeBox:last-child {
  padding-bottom: 20px;
}

.pageYoutubeInBox {
  width: 100%;              /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height: 0px;              /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}

.pageYoutubeInBox iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageInterviewBox {
  margin: 15px;
  padding: 0 0 20px 0;
}

.pageInterviewImage {
  
}

.pageInterviewImage img {
  width: 100%;
}

.pageInterviewTitle {
  width: 100%;
  max-width: 600px;
  margin: -40px auto 0 auto !important;
  position: relative;
  z-index: 100;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  line-height: 1.5em;
  background: #E3E3E3;
}

.pageNavigatorImage {
  padding: 15px 0 0 0;
  text-align: center;
}

.pageNavigatorImage img {
  height: 60px;
}

.pageNavigator {
  color: #FD0032;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.pageInterviewLink {
  margin: 30px auto;
  text-align: center;
  display: block;
}

.pageInterviewLink a {
  padding: 15px 30px;
  color: #000;
  text-decoration: none;
  border: 1px solid #adadad;
  font-size: 14px;
}

.pageInterviewOldLink {
  background: #333333;
  margin: 0 20px;
}

.pageInterviewOldLink a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}

.pageKBBTitle {
  font-size: 28px;
  font-weight: bold;
  color: #FF6400;
  margin: 20px 20px 20px 20px !important;
  text-align: center;
}

.pageKBBImgCenterMini {
  margin: 0 auto;
  padding: 0 50px;
}

.pageKBBImgCenterMini img {
  width: 100%;
}

.pageKBBImgCenter {
  margin: 10px 20px;
}

.pageKBBImgCenter img {
  width: 100%;
}

.pageKBBOnairDate {
  margin: 0 20px 30px 20px;
  line-height: 2em;
}

.pageKBBDateTable {
  margin: 10px 20px;
}

.pageKBBDateTable table {
  border: 1px solid #333333;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pageKBBDateTable th {
  background: #333333;
  padding: 10px 5px;
  line-height: 1.5em;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.pageKBBDateTableSummer table {
  border: 1px solid #1A2F6D;
}

.pageKBBDateTableSummer th {
  background: #1A2F6D;
}
.pageKBBDateTableSummer th a {
  color: #fff;
}
.pageKBBDateTableSummer th a.pageKBBdateLink {
  font-size: 22px;
}

.pageKBBDateTable td {
  padding: 15px 5px 10px 5px;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.pageKBBDateTableSummer th.pageKBBDateTableGraybg {
  background-color: #E2E2E2;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
}

.pageKBBDateTableSummer td.pageKBBDateTableText {
  padding: 10px;
}

.pageKBBDateTableTextNomal {
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.pageKBBDateTableTextMini {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
}
.pageKBBDateTableTextMini span {
  color: #0000FF;
}

.pageKBBDateTableTextQrImgBox {
  position: relative;
}
.pageKBBDateTableTextQrImg {
  text-align: left;
  padding-top: 15px;
  font-size: 14px;
}

.pageKBBDateTableTextQrImgBox p.pageKBBDateTableTextQrImgText {
  position: absolute;
  top: 3em;
  text-align: left;
  font-size: 14px;
  left: 7em;
}
.pageKBBDateTableTextQrImgBox p.pageKBBDateTableTextQrImgText a {
  color: #000;
}

.pageKBBDateTableFontBig {
  font-size: 42px;
}

.pageKBBDateTableFontMini {
  font-size: 16px;
}

.pageKBBInfoSmall {
  font-size: 12px;
  margin: 20px;
}

.pageKBBInfoBox {
  margin: 20px;
}

.pageKBBInfoBox:last-child {
  padding: 0 0 30px 0;
}

.pageKBBInfoBox span {
  background: #E2E2E2;
  padding: 5px 15px;
  margin-right: 10px;
}

.pageKBBList {
  margin: 20px;
  padding-bottom: 20px;
}

table.pageKBBLogoTable {
  text-align: center;
  font-size: 14px;
  margin: 20px;
}
table.pageKBBLogoTable td span {
  font-size: 12px;
}
table.pageKBBLogoTable th {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
}
table.pageKBBLogoTable td {
  border: 1px solid #000;
  padding: 10px;
}
table.pageKBBLogoTable th.logo {
  width: 15%;
}
table.pageKBBLogoTable td.hira {
  width: 42%;
}
table.pageKBBLogoTable td.sagami {
  width: 42%;
}

.pageKBBTOPcommentator {
  margin: 0 20px 25px;
}

.sideSnsBox {
  background: #fff;
  margin-bottom: 30px;
}

.sideSnsTitle {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.sideSnsContents {
  margin: 0 auto;
  text-align: center;
  display: table;
}

.sideSnsContents li {
  display: table-cell;
  padding: 20px 15px 10px 15px;
}

.sideSnsContents li img {
  width: 40px;
}

.sideSnsTimeline {
  margin-bottom: 20px;
}

.sideArchivesList {
  padding: 10px;
}

.sideArchivesList li {
  text-align: center;
}

.sideArchivesList li a {
  color: #000;
  text-decoration: none;
}

.sideMessageSendBox {
  background: #fff;
  margin: 0 0 50px 0;
}

.sideMessageSend {
  padding: 15px;
  text-align: center;
}

.sideMessageText {
  font-size: 12px;
  line-height: 1.5em;
  padding: 15px 15px 0 15px;
}

.sideMessageSendText {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sideMessageSendBt {
  width: 100%;
  max-width: 100px;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 10px 0;
  border: 0;
  margin: 10px auto;
}

.sideBanner {
  text-align: center;
}

.mw_wp_form_complete p {
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 15px;
  color: #f00;
  margin-bottom: 30px;
}

/* backnumber */
ul.backnumberList {
	padding:0.5em;
	list-style-type:none;
	font-weight: 600;
}
ul.backnumberList li {
	position:relative;
	padding: 0.15em 0.3em 0.3em 1.3em;
}
ul.backnumberList li a {
	text-decoration: none;
	color: #FD0032;
}
ul.backnumberList li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #FD0032;
}

ul.pdfList {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
}

ul.pdfList li {
	text-align: center;
	width: 24%;
	padding-right: 1%;
	padding-top: 5px;
}

ul.pdfList li.long {
	text-align: center;
	width: 49%;
	padding-right: 1%;
	padding-top: 5px;
}

ul.pdfList li:nth-of-type(4n) {
	padding-right: 0;
}

ul.pdfList li a{
	display: block;
	text-decoration: none;
	font-weight: 600;
	background-color: #333;
	color: #fff;
	padding: 7px;
	border: solid 3px #333;
}

ul.pdfList li a:hover{
	color: #333;
	border: solid 3px #333;
	background-color: #fff;
}



/* pageForm */
.postFormBox {
  margin: 20px;
}

.postFormBox p {
  line-height: 1.5em;
}

.postFormBox p:not(.postFormTitle) {
  margin-bottom: 10px;
}

.postFormTitle {
  font-weight: bold;
}

.postFormInput {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.postFormLink {
  text-align: center;
  margin-bottom: 10px;
}

.postFormLink a {
  color: #FD0032;
  text-decoration: none;
}

.postFormBtBox {
  text-align: center;
}

.postFormBtBox input {
  background: #fff;
  border: 1px solid #000;
  padding: 15px 30px;
  box-shadow: 0;
  cursor: pointer;
}

.messageBox {
  margin: 20px;
  background: #eee;
  padding: 20px;
}

.messageDate {
  color: #FD0032;
  font-weight: bold;
}

.pageLiveCameraBox {
  background: #fff;
  padding: 20px;
}


.pageLiveCameraStepEachBackText {
  color: #fff;
  font-weight: bold;
}

.pageLiveCameraStepEachBackImg {
  margin-top: 5px;
}

.pageLiveCameraStepEachBackImg a {
  
}

.pageLiveCameraStepEachBackFurigana {
  color: #fffe01;
  font-size: 18px;
  line-height: 1;
}

.pageLiveCameraStepEachBackPass {
  color: #fffe01;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: bold;
}

.pageLiveCameraStepEachContentText {
  line-height: 2em;
}

.watchContentBox {
  padding: 20px;
}

.watchContentBox h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.watchTopFloatLeftTableBox {
  padding: 15px 15px 0 15px;
}

.watchTopFloatLeftTableLeft {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: #ff3d00;
  color: #fbee23;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.watchTopFloatLeftTableRight {
  float: right;
  font-size: 18px;
  text-align: left;
  width: 165px;
  font-weight: bold;
  margin-left: 10px;
  letter-spacing: -0.5px;
}

.watchTopFloatBox {
  margin-top: 15px;
}

.watchTopFloatLeftBox {
  width: 310px;
  border: 2px solid #29aae3;
  vertical-align: top;
  margin-right: 20px;
}

.watchTopFloatLeftBox h3 {
  width: 100%;
  text-align: center;
  background: #29aae3;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3em;
}

.watchTopFloatRightBox {
  width: 310px;
  border: 2px solid #f8931f;
  vertical-align: top;
  margin-left: 20px;
}

.watchTopFloatRightBox h3 {
  width: 100%;
  text-align: center;
  background: #f8931f;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3em;
}

.watchTopSubText {
  font-size: 12px;
  padding: 10px 15px 15px 15px;
}

.watchTopText {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-left: 10px;
  letter-spacing: -0.5px;
  padding: 15px;
}

.watchTopBgText {
  padding: 0 20px 20px 20px;
}

.watchTopBgText a {
  background: #f8931f;
  color: #000;
  text-decoration: none;
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
}

.watchListBox {
  
}

.watchListTitle {
  margin: 50px 0 0 0;
  border-top: 2px solid #FD0032;
  width: 100%;
  position: relative;
}

.watchListTitle span {
  color: #FD0032;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  display: inline;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: -15px;
  padding: 0 20px;
}

.watchListBox ul {
  padding-top: 15px;
}

.watchListBox li {
  border: 1px solid #333;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 20px;
}

.watchListEachBox h3 {
  background: #333333;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-weight: 600;
}

.watchTelText {
  font-weight: bold;
  font-size: 125%;
  color: #ff0000;
}

.watchTelText span {
  font-size: 80%;
  font-weight: normal;
}

.watchTime {
  font-size: 90%;
}

.watchListLink {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.watchListLink a {
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  background: #eee;
  text-align: center;
  display: block;
  font-size: 12px;
}

.introductionTopImage img {
  width: 100%;
}

.introductionTopText {
  padding: 20px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.introductionNavigatorList li {
  margin: 20px 10px;
  border-bottom: 2px solid #eee;
  padding: 10px 10px 25px 10px;
}

.introductionNavigatorList li:last-child {
  border-bottom: 0;
}

.introductionNavigatorListName {
  padding: 10px;
  font-size: 22px;
  background: #eee;
  display: table;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
}

.introductionNavigatorListName span {
  font-size: 14px;
  margin-left: 15px;
  vertical-align: middle;
}

.introductionNavigatorListText {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.introductionNavigatorListText span {
  font-weight: bold;
}

/* 湘南国際マラソン */
h3.pageSKMTitle {
  font-size: 24px;
  font-weight: bold;
  color: #0E357F;
  margin: 20px 20px 10px 20px;
}
h4.pageSKMsubTitle{
  font-size: 18px;
  font-weight: bold;
  color: #791681;
  margin: 20px 20px 0px 20px;
}
.pageSKMTitle span {
  font-size: 16px;
}
.pageSKMText {
  margin: 0px 20px 10px 20px;
}
span.hash {
  font-size: 20px;
  color: #E02D4D;
  font-weight: bold;
}
table.SKMtable {
  margin: 15px auto;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  width: 94%;
}
table.SKMtable th {
  border: 1px solid #231815;
  background-color: #F0EB45;
  padding: 13px;
  font-weight: bold;
}
table.SKMtable td {
  border: 1px solid #231815;
  padding: 13px;
}

table.SKMtable_blue {
  margin: 15px auto;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  width: 94%;
}
table.SKMtable_blue th {
  border: 1px solid #231815;
  background-color: #2E318E;
  padding: 13px;
  font-weight: bold;
  color: #fff;
}
table.SKMtable_blue td {
  border: 1px solid #231815;
  padding: 13px;
}
table.SKMtable_blue sup {
  font-size: 12px;
}
table.SKMtable_blue td.extra {
  font-size: 12px;
}

.pageSKMImgCenterMini {
  text-align: center;
}

.pageSKMImgCenter {
  text-align: center;
  padding: 1em;
}

.pageSKMInfoSmall {
  font-size: 12px;
  margin: 5px 20px;
}

/* 湘南国際マラソン ゴールシーン */

.watchTimeBox {
  margin: 15px;
  background: #ccc;
  padding: 15px;
}

.watchTimeTitle {
  font-size: 125%;
  line-height: 1.5em;
  text-align: center;
  padding: 0 0 10px 0;
  font-weight: bold;
}

.watchTimeInBox {
  margin: 0 auto;
  text-align: center;
}

.watchTimeInBox select{
  padding: 5px;
  font-size: 110%;
  margin-right: 5px;
}

#watchBt {
  text-align: center;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 110%;
  width: 80%;
  margin: 10px auto;
}

.watchTimeInfo {
  font-size: 80%;
  line-height: 1.5em;
  text-align: center;
}

.watchShareBox {
  margin: 15px;
}

.watchShareBox li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  background: #eee;
  text-decoration: none;
  color: #000;
}

.watchShareBox a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 0 15px 0;
}

.watchShareBox img {
  position: relative;
  top: 7px;
  width: 25px;
  margin-right: 10px;
}

.watchShareBoxHidden {
  display: none;
}

.watchYoutubeMarginBox {
  padding: 0 15px;
}
.watchYoutubeBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.watchYoutubeBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* かながわ駅伝 */
table.KEtable {
  margin: 15px auto;
  font-weight: bold;
  font-size: 20px;
  width: 94%;
}
table.KEtable th {
  border: 1px solid #231815;
  background-color: #264993;
  padding: 13px;
  font-weight: bold;
  color: #fff;
}
table.KEtable td {
  border: 1px solid #231815;
  padding: 13px;
  color: #333333;
}
.pageKEInfoSmall {
  font-size: 14px;
  padding: 0 20px 20px;
}
h3.pageKETitle {
  font-size: 24px;
  font-weight: bold;
  color: #0E357F;
  margin: 20px 20px 10px 20px;
}
h4.pageKEsubTitle{
  font-size: 18px;
  font-weight: bold;
  color: #791681;
  margin: 20px 20px 0px 20px;
}
.pageKETitle span {
  font-size: 16px;
  color: #333;
}
.pageKETitle span.free{
  background-color: #F90032;
  color: #fff;
  border-radius: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 3px 8px;
  margin-left: 1em;
}
.pageKEImgCenterMini {
  text-align: center;
}

.pageKEInterviewOldLink {
  background: #333333;
  margin: 1em 20px 2em;
}

.pageKEInterviewOldLink a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  font-size: 14px;
}

.pageVLeagueTextLinkBox {
  padding: 30px 0;
}

.pageVLeagueTextLink {
  text-align: center;
  padding-bottom: 24px;
  font-weight: bold;
}
.pageVLeagueTextLink a {
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
  text-decoration-color: #333333;
  color: #0071b8;
}

/* 高校野球2020 */
.pageKBBList2020 .chNumber {
  background-color: #E2E2E2;
  width: 150px;
  margin: 0 auto;
}
.pageKBBList2020 .chNumber span {
  color: #E60012;
}.pageKBBList2020 .chNumber span span.info {
  color: #000;
  font-size: 10px;
}
.pageKBBList2020 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px auto;
}
.pageKBBList2020 li{
  text-align: center;
  margin: 5px;
  width: 30%;
  padding-bottom: 1em;
}

.pageKBBList2020 li img{
  max-width: 150px;
  max-height: 24px;
}
.pageKBBCommentatorBox h3 {
  font-size: 18px;
  color: #fff;
  background-color: #1A2F6D;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.pageKBBCommentatorBox h3.kanto2023 {
  font-size: 18px;
  color: #fff;
  background-color: #004A3D;
  text-align: center;
  padding: 10px;
}
.pageKBBCommentatorBox p {
  padding: 1em;
  line-height: 1.5em;
}

.pageKBBCommentatorBox ul {
  margin: 20px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.pageKBBCommentatorBox ul li{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}
.pageKBBCommentatorBox ul li:before{
  content: "▶";
  position: absolute;
  font-weight: 400;
  left : 1em; /*左端からのアイコンまで*/
  color: #1A2F6D; /*アイコン色*/
}

.pageKBBCommentatorBox ul.green {
  margin: 20px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.pageKBBCommentatorBox ul.green li{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
  color: #004A3D;
}
.pageKBBCommentatorBox ul.green li:before{
  content: "▶";
  position: absolute;
  font-weight: 400;
  left : 1em; /*左端からのアイコンまで*/
  color: #004A3D; /*アイコン色*/
}

ul.pageKBBSponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 5px 20px 30px;
}
ul.pageKBBSponsor li {
  position: relative;
  width: 100%;
}
ul.pageKBBSponsor li a {
  text-decoration: none;
  color: #1A2F6D;
}
ul.pageKBBSponsor li::after,
ul.pageKBBSponsor li::before {
  display: block;
  content: '';
  position: absolute;
}
ul.pageKBBSponsor li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #1A2F6D;
  border-radius: 100%;
}
ul.pageKBBSponsor li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.pageKBBSponsorImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 20px;
}
ul.pageKBBSponsorImg li {
  width: 100%;
}
ul.pageKBBSponsorImg li a img {
  width: 100%;
}
ul.pageKBBSponsorImg li a {
}
.pageKBBSongBox h3 {
  font-size: 18px;
  color: #fff;
  background-color: #1A2F6D;
  text-align: center;
  padding: 10px;
  margin: 20px 20px 0;
}
.pageKBBSongImg img {
  width: 100%;
}
.pageKBBSongImg {
  padding: 20px 20px 0;
}
.pageKBBSongBox p {
  padding: 1em;
  line-height: 1.5em;
}
.pageKBBDatetitle {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
}
.pageKBBDatetitle02 {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}
.pageKBBDateSubtitle {
  text-align: center;
}
.pageKBBDateSubtitle a {
  color: #2b7bb9;
  line-height: 1.5em;
}
.pageKBBDateListBox {
  padding: 20px 20px 10px;
  /*display: none;*/
}
.pageKBBDateListBox .pageKBBDateListTitle {
  font-weight: bold;
  text-align: center;
  padding-top: 1em;
  font-size: 18px;
}
.pageKBBDateListBox h3 {
  font-size: 18px;
  color: #fff;
  background-color: #1A2F6D;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.pageKBBDateListBox h3.kanto2023 {
  font-size: 18px;
  color: #fff;
  background-color: #004A3D;
  text-align: center;
  padding: 10px;
  margin: 0;
}
ul.pageKBBdateList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.pageKBBdateList li {
  width: 49%;
  margin: 20px 0;
}
ul.pageKBBdateList.autumnList li {
  width: 49%;
  margin: 0;
}
table.pageKBBDateListTable {
  border: 1px solid #000;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
table.pageKBBDateListTable th {
  border: none;
  text-align: center;
  padding: 10px;
}
table.pageKBBDateListTable th.hira {
  background-color: #0071B8;
  color: #fff;
}
table.pageKBBDateListTable th.hodo {
  background-color: #F7AC3B;
  color: #fff;
}
table.pageKBBDateListTable th.green {
  background-color: #326e63;
  color: #fff;
}
table.pageKBBDateListTable th.yoko {
  background-color: #E60012;
  color: #fff;
}
table.pageKBBDateListTable td.gray {
  background-color: #eee;
  border-bottom: 1px solid #000;
}
table.pageKBBDateListTable th.autumn {
  background-color: #FF6400;
  color: #fff;
}
table.pageKBBDateListTable td {
  padding: 10px;
}
.pageKBBDateListTable span.red {
  color: #FD0032;
  font-size: 12px;
}
.pageKBBDateListTable span.pageKBBDateListTextMiniVS {
  font-size: 12px;
}
.pageKBBScheduleInfoTextRed {
  font-weight: bold;
  color: #FD0032;
  margin: 0 20px;
}
span.pageKBBDateTableArchivesFont {
  font-size: 22px;
}
.pageKBBTitleBox {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 530px;
  margin: 0 auto;
}
.pageKBBTitleBox img {
  width: 140px;
}
.pageKBBTitleBox .yokosuta {
  font-size: 26px;
  padding-top: 20px;
}
.pageKBBDateTableSummer th {
  border: 1px solid #1A2F6D;
}

.pageKBBDateTableSummer th
.pageKBBDateTableSummerArchives th:first-child{
  width: 146px;
}
.pageKBBDateTableSummer th img, .pageKBBDateTableSummerArchives th img {
  width: 120px;
}
.pageKBBDateTableSummerArchivesLogo {
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}
.pageKBBDateTableSummerArchives th a{
  color: #fff;
}
.pageKBBDateTableSummerArchives td a{
  text-decoration: none;
  border-bottom: 1px solid;
  color: #000;
}
.pageKBBArchivesTitleBox {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto;
  align-items: center;
}
.pageKBBArchivesTitleBox img {
  width: 140px;
}
.pageKBBArchivesListBox {
  margin: 0 20px 2em;
}
.pageKBBArchivestitle {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 22px;
  text-align: center;
}
.pageKBBArchivestitle span {
  font-size: 18px;
}

.pageKBBArchivesListBox h3 {
  font-size: 18px;
  color: #fff;
  background-color: #1A2F6D;
  text-align: center;
  padding: 10px;
  margin: 0;
}
ul.pageKBBArchivesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 5px 20px 30px;
}
ul.pageKBBArchivesList li {
  position: relative;
  width: 30%;
  margin-right: 1em;
}
ul.pageKBBArchivesList li::after,
ul.pageKBBArchivesList li::before {
  display: block;
  content: '';
  position: absolute;
}
ul.pageKBBArchivesList li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #1A2F6D;
  border-radius: 100%;
}
ul.pageKBBArchivesList li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*autumn2020*/
.pageKBBAUTitleBox {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  width: 550px;
  margin: 0 auto;
}
.pageKBBAUTitleBox img {
}
.pageKBBAUDatetitle {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 20px;
  padding-left: 1em;
}

/*basketball2020*/
.pageBasketTitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 20px 20px 20px 20px !important;
  text-align: center;
}
.pageBasketImgCenter {
  margin: 10px 20px;
  text-align: center;
}

.pageBasketImgCenter img {
  width: 100%;
}
.pageBasketInfoSmall {
  font-size: 12px;
  padding: 20px;
}

/*basketball2021*/
.pageBasketTitleBig {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 20px 20px 0px 20px !important;
}
.pageBasketDateText {
  font-size: 38px;
  color: #E60012;
  font-weight: bold;
  font-family:"MS Pゴシック",sans-serif;
  margin: 0px 20px !important;
}
.pageBasketDateText span {
  font-size: 20px;
}
.pageBasketDateText sup {
  font-size: 14px;
}
.pageBasketScheduleTitle {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0px 20px 0px 20px !important;
}
.pageBasketScheduleCenter {
  margin: 20px 20px;
  text-align: center;
}
.pageBasketScheduleCenter img {
  width: 100%;
}

/*basketball2023*/
.pageBasketTitleBigCenter {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin: 40px 20px 0px 20px !important;
  text-align: center;
  line-height: 0.5em;
}
.pageBasketTitleBigCenter p {
  font-size: 18px;
  line-height: 1.25em;
  padding-top: 15px;
}

.pageBasketDateTextGray {
  font-size: 50px;
  color: #B4B4B5;
  font-weight: bold;
  font-family:"MS Pゴシック",sans-serif;
  margin: 35px 20px !important;
  text-align: center;
}
.pageBasketDateTextGray span {
  font-size: 20px;
}
.pageBasketDateTextGray sup {
  font-size: 14px;
}

/*basketball2023*/
.pageBasketTitleBigCenter02 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 40px 20px 0px 20px !important;
  text-align: center;
  line-height: 1em;
}
.pageBasketTitleBigCenter02 p {
  font-size: 16px;
  line-height: 1.25em;
  padding-top: 15px;
  padding-bottom: 10px;
}

/*高校野球秋2021*/
.pageKBBTitleAW2021 {
  font-size: 28px;
  font-weight: bold;
  color: #FF6400;
  margin: 20px 20px 10px 20px !important;
  text-align: center;
}
.pageKBBTitleSub {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

/*高校野球秋2023関東大会*/
.pageKBBInfoMiddle {
  font-size: 14px;
  margin: 0px 20px 20px;
}
.pageKBBKantoTitleBox {
  display: flex;
  justify-content: center;
  padding: 20px 20px 0;
  width: 610px;
  margin: 0 auto;
}
.pageKBBKantoTitleBox img {
}
.pageKBBKantoDatetitle {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 19px;
  padding-left: 1em;
}

.pageKBBChannelBox h3.kanto2023 {
  font-size: 18px;
  color: #fff;
  background-color: #004A3D;
  text-align: center;
  padding: 10px;
}
.pageKBBChannelBox h3.kanto2023aw {
  font-size: 18px;
  color: #fff;
  background-color: #1A2F6D;
  text-align: center;
  padding: 10px;
}
ul.pageKBBChannelList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
}
ul.pageKBBChannelList li {
  width: 33%;
  margin: 20px 0;
  margin-right: 2px;
}
ul.pageKBBChannelList li:nth-of-type(3n){
  margin-left: 0px;
}
table.pageKBBChannelListTable {
  border: 1px solid #000;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
table.pageKBBChannelListTable th {
  border: none;
  text-align: center;
  padding: 10px;
}
table.pageKBBChannelListTable th img {
  width: 100%;
}
table.pageKBBChannelListTable th.hira {
  background-color: #0071B8;
  color: #fff;
}
table.pageKBBChannelListTable th.hodo {
  background-color: #F7AC3B;
  color: #fff;
}
table.pageKBBChannelListTable td.green {
  background-color: #326e63;
  color: #fff;
  font-weight: bold;
}
table.pageKBBChannelListTable th.yoko {
  background-color: #E60012;
  color: #fff;
}
table.pageKBBChannelListTable td.gray {
  background-color: #eee;
  border-bottom: 1px solid #000;
  height: 45px;
}
table.pageKBBChannelListTable th.autumn {
  background-color: #FF6400;
  color: #fff;
}
table.pageKBBChannelListTable td {
  padding: 10px;
  font-size: 14px;
}
table.pageKBBChannelListTableTextBig td {
  font-size: 16px;
  vertical-align: middle;
  height: 40px;
  line-height: 100%;
}
.pageKBBChannelListTable span.red {
  color: #FD0032;
  font-size: 12px;
}
.pageKBBChannelListTable span.pageKBBChannelListTextMini {
  font-size: 12px;
}
.pageKBBKantoInfoBox {
  margin: 20px;
  border: 5px solid red;
}
.pageKBBKantoInfoBox p {
  font-size: 16px;
  padding: 1em;
}
.pageKBBKantoInfoBox p a {
  
}

@media screen and (min-width: 821px) {
  .pageTopMenuBox {
    width: 980px;
    margin: -30px auto 0 auto;
  }
  
  .pageContentsInBox {
    margin: 0 auto;
    padding: 60px 40px;
    width: 980px;
  }
  
  .postContentsBox {
    float: left;
    width: 700px;
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .pageTopMainVisualBox {
    overflow: hidden;
  }

  .pageTopMainVisualBox p {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
  }
  
  .pageTopMainVisualBox p img {
    min-width: 1920px;
  }
  
  .listContentsBox {
    float: left;
    width: 700px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .pageEachContentsBox {
    width: 700px;
    margin-bottom: 50px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .pageEachContentsBoxNoSide {
    width: 700px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .pageContentsLeftBox {
    float: left;
  }
  
  .listPostBox {
    padding: 30px 0;
  }

  .listPostBox li {
    line-height: 1.5em;
    padding: 10px 40px;
  }
  
  .navigation {
    padding: 10px 0 40px 0;
  }
  
  .postSidebar {
    float: left;
    width: 220px;
    margin-left: 60px;
  }
  
  .pageKBBList ul {
    display: table;
    width: 100%;
  }

  .pageKBBList li {
    display: table-cell;
  }
  
  .pageKBBList img {
    height: 22px;
    margin-right: 15px;
  }
  
  .pageLiveCameraTitleLeft {
    float: left;
    width: 150px;
  }

  .pageLiveCameraTitleRight {
    float: left;
    text-align: left;
    margin: 0 0 0 25px;
    width: 480px;
  }
  
  .pageLiveCameraTitleInfo {
    margin-top: 15px;
    font-size: 12px;
  }
  
  .pageLiveCameraStepEachBackBox {
    display: table;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    background: #29aae3;
    border-radius: 10px;
  }

  .pageLiveCameraStepEachBackLeft{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .pageLiveCameraStepEachBackRight {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  
  .pageLiveCameraStepBox {
    display: table;
    margin-top: 30px;
  }

  .pageLiveCameraStepEachId {
    display: table-cell;
    width: 65px;
    padding-right: 35px;
    vertical-align: top;
  }

  .pageLiveCameraStepEachContentBox {
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
  
  .watchTopFloatBox {
    display: flex;
  }
  
  .watchListEachFloatBox {
    display: table;
    padding: 10px;
  }

  .watchListEachFloatLeft {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
  }
  
  .watchListEachFloatLeft p {
    text-align: center;
  }
  
  .watchListEachFloatCenter {
    display: table-cell;
    width: 330px;
    vertical-align: middle;
  }
  
  .watchListEachFloatRight {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    text-align: center;
  }
  
  .introductionNavigatorListImage {
    width: 200px;
    float: left;
  }
  
  .introductionNavigatorListImage img {
    width: 100%;
  }
  
  .introductionNavigatorListContent {
    float: left;
    width: 440px;
    margin-left: 20px;
  }
  
  /*高校野球秋2022関東大会*/
.pageKBBTitleKANTO2022 {
  font-size: 36px;
  font-weight: bold;
  color: #1a2f6d;
  margin: 20px 20px 10px 20px !important;
  text-align: center;
}

.pageKBBInfoLarge {
  font-size: 16px;
  margin: 20px;
}
  /*高校野球秋2023関東大会*/
.pageKBBTitleKANTO2023 {
  font-size: 36px;
  font-weight: bold;
  color: #004A3D;
  margin: 20px 20px 10px 20px !important;
  text-align: center;
}
  /* 湘南国際マラソン */
  .watchShareBox {
    margin: 15px;
  }
  
  .watchShareBox li {
    float: left;
    width: 213px;
    margin-left: 15px;
  }
  
  .watchShareBox li:first-child {
    margin-left: 0;
  }
}

/* メインビジュアル用 1921px以上 */
@media screen and (min-width: 1921px) {
  .pageTopMainVisualBox p {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 820px) {
  .pageTopMenuBox {
    width: 100%;
    height: 65px;
    margin: -15px 0 0 0;
  }
  
  .pageTopMenu {

  }
  
  .swiper-container {

  }
  
  .pageTopMenu .swiper-wrapper {
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .pageTopMenu .swiper-slide {
    text-align: center;
  }
  
  .pageTopMenu .swiper-slide img {
    padding: 10px 0;
    height: 50px;
  }
  
  .swiper-button-prev i, .swiper-button-next i {
    color: #fff;
  }
  
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
  }
  
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
  }
  
  .pageTopMenu a {
    padding: 0;
    display: inline;
  }
  
  .pageContentsInBox {
    padding: 20px;
    
  }
  
  .pageEachContentsBox {
    margin: 0 0 30px 0;
  }
  .pageEachContentsBoxNoSIde {
    margin: 0 0 30px 0;
  }
  
  .postContentsBox {
    padding: 20px 20px 40px 20px;
  }
  
  .listPostBox {
    padding: 10px 0;
  }

  .listPostBox li {
    line-height: 1.5em;
    padding: 10px 20px;
  }
  
  .navigation {
    padding: 10px 0 20px 0;
  }
  
  .postSidebar {
    margin: 30px 0;
  }
  
  .pageKBBTitle {
    font-size: 20px;
  }
  
  .pageKBBImgCenterMini {
    padding: 0 20px;
  }
  
  .pageKBBDateTableFontBig {
    font-size: 32px;
  }
  .pageKBBDateTableFontMini {
    font-size: 14px;
  }
  
  .pageKBBOnairDate {
    font-size: 14px;
  }
  
  .pageKBBInfoBox {
    line-height: 1.75em;
    margin: 20px 20px 0px;
  }
  
  .pageKBBInfoBox span {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .pageKBBList img {
    height: 15px;
  }
  
  .pageKBBList ul {
    width: 100%;
  }

  .pageKBBList li {
    float: left;
    width: 30%;
    margin-right: 3%;
  }
	
  /* backnumber */
	ul.pdfList li {
		text-align: center;
		width: 49%;
		padding-right: 1%;
		padding-top: 5px;
	}
  
	ul.pdfList li.long {
		text-align: center;
		width: 100%;
		padding-right: 1%;
		padding-top: 5px;
	}
  
  /* かながわ駅伝 */
  table.KEtable {
    font-size: 12px;
    width: 90%;
  }
  table.KEtable th {
    padding: 9px;
  }
  table.KEtable td {
    padding: 9px;
  }
  h3.pageKETitle {
    font-size: 20px;
  }
  h4.pageKEsubTitle {
    font-size: 16px;
  }
  .pageKETitle span {
    font-size: 11px;
  }
  h3.pageKETitle {
    font-size: 20px;
  }
  h4.pageKEsubTitle {
    font-size: 16px;
  }
  .pageKEImgCenterMini {
    padding: 0px 40px;
  }
  .pageKEImgCenterMini img {
    width: 100%;
  }
  
  /* 湘南国際マラソン */
  h3.pageSKMTitle {
    font-size: 20px;
  }
  h4.pageSKMsubTitle {
    font-size: 16px;
  }
  .pageSKMTitle span {
    font-size: 14px;
  }
  .pageSKMText {
    font-size: 14px;
  }
  span.hash {
    font-size: 16px;
  }
  table.SKMtable {
    font-size: 12px;
    width: 90%;
  }
  table.SKMtable th {
    padding: 9px;
  }
  table.SKMtable td {
    padding: 9px;
  }
  
  .pageLiveCameraTitleLeft {
    text-align: center;
  }

  .pageLiveCameraTitleRight {
    text-align: center;
  }
  
  .pageLiveCameraTitleInfo {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
  
  .pageLiveCameraStepEachBackBox {
    margin: 10px auto 0 auto;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    background: #29aae3;
    border-radius: 10px;
  }

  .pageLiveCameraStepEachBackLeft{
    text-align: center;
    margin-bottom: 10px;
  }

  .pageLiveCameraStepEachBackRight {
    text-align: center;
  }
  
  .pageLiveCameraStepBox {
    margin-top: 30px;
  }

  .pageLiveCameraStepEachId {
    width: 65px;
    padding-right: 35px;
  }

  .pageLiveCameraStepEachContentBox {
  }
  
  .pageLiveCameraStepEachContentText img {
    width: 100%;
  }
  
  .watchContentBox h2 {
    font-size: 120%;
  }
  
  .watchTopFloatLeftBox {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 0;
  }
  
  .watchTopFloatLeftBox h3 {
    font-size: 90%;
  }
  
  .watchTopFloatLeftTableLeft {
    float: none;
    margin: 0 auto;
  }
  
  .watchTopSubText {
    text-align: center;
  }
  
  .watchTopFloatLeftTableRight {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .watchTopText {
    text-align: center;
  }
  
  .watchTopFloatRightBox {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 0;
    margin-top: 10px;
  }
  
  .watchTopFloatRightBox h3 {
    font-size: 90%;
  }
  
  .watchListEachFloatLeft {
    text-align: center;
    padding: 15px 10px 0 10px;
  }
  
  .watchListEachFloatCenter {
    text-align: center;
  }
  
  .watchListEachFloatRight {
    padding: 10px;
  }
  
  .watchListEachBox {
    text-align: center;
  }
  
  .introductionNavigatorListImage {
    text-align: center;
    width: 70%;
    margin: 0 auto 15px auto;
  }
  
  .introductionNavigatorListImage img {
    width: 100%;
  }
  
  .pageInterviewTitle {
    margin: -25px auto 0 auto !important;
  }
  
  /* 湘南国際マラソン */
  .watchShareBox li {
    margin-bottom: 10px;
  }
  
  /* 高校野球2020 */
  .pageKBBList2020 .chNumber {
    background-color: #E2E2E2;
    width: 120px;
    margin: 0 auto;
  }
  .pageKBBList2020 .chNumber span {
    color: #E60012;
  }
  .pageKBBList2020 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px;
  }
  .pageKBBList2020 li{
    text-align: center;
    margin: 5px;
    width: 45%;
  }
  .pageKBBList2020 li img{
    max-width: 120px;
    max-height: 20px;
  }
  
  ul.pageKBBdateList {
    flex-wrap: wrap;
  }
  
  ul.pageKBBdateList li {
    width: 100%;
    margin: 20px 0 0;
  }
  ul.pageKBBdateList.autumnList li {
    width: 100%;
    margin: 20px 0 0;
  }
  ul.pageKBBSponsor li {
    width: 100%;
  }
  ul.pageKBBSponsorImg li {
    width: 100%;
  }
  
  .pageKBBDatetitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 17px;
    text-align: center;
  }
  .pageKBBTitleBox {
    display: inherit;
    padding: 20px;
    width: auto;
    text-align: center;
  }
  .pageKBBTitleBox img {
    width: 100px;
  }
  
  .pageKBBTitleBox .yokosuta {
    font-size: 20px;
  }
  .pageKBBDateTableSummer th {
    display: block;
  }
  .pageKBBDateTableSummer th.pageKBBDateTableGraybg {
    border-left: none;
    border-right: none;
  }
  .pageKBBDateTableSummer th a.pageKBBdateLink{
    font-size: 18px;
  }
  .pageKBBDateTableSummer th img{
    width: 100px;
    margin-bottom: -15px;
  }
  
  .pageKBBDateTableSummerArchivesLogo {
    display: block;
  }
  .pageKBBDateTableSummerArchives th img {
    width: 120;
    margin-bottom: 10px;
  }
  ul.pageKBBArchivesList li{
    width: 100%;
  }
  
  .pageKBBArchivesTitleBox {
    display: inherit;
    padding: 20px;
    width: auto;
    text-align: center;
  }
  .pageKBBArchivestitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 17px;
    text-align: center;
  }
  .pageKBBArchivestitle span {
    font-size: 14px;
  }
  
  /*autumn2020*/
  .pageKBBAUTitleBox {
    display: inherit;
    padding: 0 20px 20px;
    width: auto;
    text-align: center;
  }
  .pageKBBAUTitleBox img {
  }
  .pageKBBAUDatetitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
    text-align: center;
    padding-left: 0;
  }
  /*basketball2020*/
  .pageBasketTitle {
    font-size: 14px;
  }
  /*basketball2021*/
  .pageBasketTitleBig {
    font-size: 18px;
  }
  .pageBasketDateText {
    font-size: 28px;
    text-align: center;
  }
  .pageBasketDateText span {
    font-size: 12px;
  }
  .pageBasketScheduleTitle {
    font-size: 18px;
  }
  
  /*高校野球秋2021*/
  .pageKBBTitleAW2021 {
    font-size: 20px;
  }
  .pageKBBTitleSub {
    font-size: 14px;
    padding-bottom: 10px;
  }
  
    /*高校野球秋2022関東大会*/
  .pageKBBTitleKANTO2022 {
    font-size: 30px;
  font-weight: bold;
  color: #1a2f6d;
  margin: 20px 20px 10px 20px !important;
  text-align: center;
  }
  .pageKBBInfoLarge {
  font-size: 14px;
  margin: 20px;
  }
  /*高校野球秋2023関東大会*/
  .pageKBBTitleKANTO2023 {
    font-size: 30px;
  font-weight: bold;
  color: #004A3D;
  margin: 20px 20px 10px 20px !important;
  text-align: center;
  }
  .pageKBBInfoMiddle {
  font-size: 14px;
  margin: 20px;
  }
  .pageKBBKantoTitleBox {
    display: inherit;
    padding: 0 20px 20px;
    width: auto;
    text-align: center;
  }
  .pageKBBKantoTitleBox img {
  }
  .pageKBBKantoDatetitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
    text-align: center;
    padding-left: 0;
  }
  
  ul.pageKBBChannelList {
    flex-wrap: wrap;
  }
  
  ul.pageKBBChannelList li {
    width: 100%;
    margin: 20px 0 0;
  }
  ul.pageKBBChannelList.autumnList li {
    width: 100%;
    margin: 20px 0 0;
  }
  .pageKBBKantoInfoBox {
    margin: 0 20px 20px;
  }
  .pageKBBKantoInfoBox p {
    font-size: 14px;
  }
  .mt20 {
    margin-top: 20px;
  }
  /*basketball2023*/
  .pageBasketTitleBigCenter {
    font-size: 23px;
    margin: 25px 5px 10px 5px !important;
    text-align: center;
    line-height: 1em;
  }
  .pageBasketTitleBigCenter p {
    font-size: 15px;
    line-height: 1.25em;
    padding-top: 12px;
  }

  .pageBasketDateTextGray {
    font-size: 31px;
  }

}
/* tablet */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  ul.pageKBBSponsor li {
    width: 49%;
  }
  ul.pageKBBSponsorImg li {
    width: 49%;
  }
  ul.pageKBBArchivesList li {
    width: 30%;
  }
}