@charset "utf-8";


a:hover {
  text-decoration: none !important;
}


table.type11 thead th {
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: #dcdcd1;
  text-align: center;
}

table.type11 tbody th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ececec;
}

table.type11 td {
  /*width: 350px;*/
  padding: 10px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-wrap: none;
}

.cell-opacity{
  
    

    opacity: 0.5;
    background-color: hwb(0 93% 7%)!important;
  
}





#overlay-text{
  position: absolute; /* 絶対位置指定 */
 
  left: 0;
  right: 0;
  text-align: center;
  width:100%;
  color:red; 
  font-size:20px;
  font-weight: bold;
  z-index: 1;
  bottom:0;
  margin-bottom:70px;
   
}

#overlay-text2{
  position: absolute; /* 絶対位置指定 */
 
  left: 0;
  right: 0;
  text-align: center;
  width:100%;
  color:red; 
  font-size:20px;
  font-weight: bold;
  z-index: 1;
  bottom:0;
  margin-bottom:40px;
   
}

  

.position{
  position:relative;
}





table.type11 {
  position:relative;
}





table.type09 td {
  vertical-align: middle;
}

table.type09 thead th {
  background: #0b7115;
  color: white;
}

.seven-battle {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
  max-width: 250px;

}

.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

.defense {
  color: black;
  background: #fbd;
}

.type15 tr:nth-of-type(even) {
  background-color: #F9F9F9;
}

.Bnr {
  position: relative;
  margin: 0 auto;
  width: 450px;
  display: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}

.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;

  z-index: 88;
}

.Bnr__img__inner {
  width: 750px;
  box-sizing: border-box;
  padding: 10px;
}

.Bnr__img__inner2 {
  width: 600px;
  box-sizing: border-box;
  padding: 10px;
}



.Bnr .Bnr__img__inner a {
  display: block;
}

.Bnr .Bnr__img p.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.Bnr .Bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}

.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.Bnr .Bnr__img p.close a i {
  font-size: 20px;
  z-index: 888;
  color: black;
}

.img-box img{
  border: solid 2px black;
}

.flex{
  display:flex;
}

.mt30{
  margin-top:30px;
}

.mt50{
  margin-top: 50px;
}

.center{

  text-align:center;

}

.howtowatch{
  border: 2px solid hsl(134, 89%, 15%);

}

.img-interview{
  max-width: 100%;
  height: auto;
}





a.btn--orange {
  color: #fff;
  background-color:hsl(134, 89%, 15%);
  border-bottom: 5px solid hsl(134, 89%, 15%);
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: hsl(134, 89%, 15%);
  border-bottom: 2px solid hsl(134, 89%, 15%);
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/* 550pxまで適用 */
@media screen and (max-width:550px) {
  .add{
    max-width:100%;
    height:100%;
  }
  
  .Bnr__img{
    max-width: 100%;
  }


  .Bnr__img__inner {
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .Bnr__img__inner2 {
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
}




.border{
  background-image: -webkit-gradient(linear, left top, right top, from(#0b7115), to(hsl(134, 89%, 15%)));
  background-image: -webkit-linear-gradient(left, #0b7115 0%, hsl(134, 89%, 15%) 100%);
  background-image: linear-gradient(to right, #0b7115 0%, hsl(134, 89%, 15%) 100%);
 padding:5px;
 display: inline-block;
 color:white;
 margin-bottom: 5px;
}


.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    text-align: center;
    width:100%;
}
.floating-banner:hover {
    opacity: .9;
}



.margin-top40{
  margin-top: 40px;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:2px solid hsl(134, 89%, 15%);

  }
.tab_item {
  width: calc(100%/3);
  padding:15px 0;
  border-bottom: 3px solid hsl(134, 89%, 15%) ;
  background-color: #ececec;
  text-align: center;
  color: hsl(134, 89%, 15%) ;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: hsl(134, 89%, 15%) ;
  color: #fff;
}



.Bnr {
  position: relative;
  margin: 0 auto;
  width: 450px;
  display: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}

.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;

  z-index: 88;
}

.Bnr__img__inner {
  width: 600px;
  box-sizing: border-box;
  padding: 10px;
}

.Bnr .Bnr__img__inner a {
  display: block;
}

.Bnr .Bnr__img p.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.Bnr .Bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}

.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.Bnr .Bnr__img p.close a i {
  font-size: 20px;
  z-index: 888;
  color: black;
}


area {
  outline-style: none;
}


/*その他と主な共通部分は省略*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #880000;
}

a.btn-flat span {
  position: relative;
  z-index: 1;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);

  width: 150%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

  background: #0C0404;
}

a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);

  width: 150%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

  background: #0C0404;
}

a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
}

a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
}

.center{
  text-align: center!important;
}

.img-box img{
  max-width:100%;
}

 .midashi{
   position: relative;
  padding: 10px;
  color: #fff;
  background: #880000;

  display: inline-block;
  margin-top:20px;
  font-size:20px;


}

.w100{
  max-width:100%;
}

.margin-t-20{
  margin-top:20px;
}

.margin-b-20{
  margin-bottom: 20px;
}


.sentence{
  border: 2px solid #880000;
  padding:5px;
  margin-bottom: 10px;
}

.border{
  background-image: -webkit-gradient(linear, left top, right top, from(#0b7115), to(hsl(134, 89%, 15%)));
  background-image: -webkit-linear-gradient(left, #0b7115 0%, hsl(134, 89%, 15%) 100%);
  background-image: linear-gradient(to right, #0b7115 0%, hsl(134, 89%, 15%) 100%);
 padding:5px;
 display: inline-block;
 color:white;
 margin-bottom: 5px;
}


.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    text-align: center;
    width:100%;
}
.floating-banner:hover {
    opacity: .9;
}



.margin-top40{
  margin-top: 40px;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:2px solid hsl(134, 89%, 15%);

  }
.tab_item {
  width: calc(100%/3);
  padding:15px 0;
  border-bottom: 3px solid hsl(134, 89%, 15%) ;
  background-color: #ececec;
  text-align: center;
  color: hsl(134, 89%, 15%) ;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: hsl(134, 89%, 15%) ;
  color: #fff;
}



.Bnr {
  position: relative;
  margin: 0 auto;
  width: 450px;
  display: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}

.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;

  z-index: 88;
}

.Bnr__img__inner {
  width: 750px;
  box-sizing: border-box;
  padding: 10px;
}

.Bnr .Bnr__img__inner a {
  display: block;
}

.Bnr .Bnr__img p.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.Bnr .Bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}

.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.Bnr .Bnr__img p.close a i {
  font-size: 20px;
  z-index: 888;
  color: black;
}







.live_shogi {
	margin: 20px 0;
	padding: 5px 10px;
	font-size: 16px; font-size: 1.6rem;
	color: #fff;
	background-color: hsl(134, 89%, 15%);
}


.live_shogi_tbl{
	margin: 0px;
	border: 2px solid hsl(134, 89%, 15%);
	border-collapse: separate;
	margin-top:20px;
}
.live_shogi_tbl th.cols {
	padding: 3px 5px;
	font-size: 0.93em;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: hsl(134, 89%, 15%);
	text-align: center;
	white-space: nowrap;
}
.live_shogi_tbl td {
	padding: 5px 10px;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}


.margin-top-10{
  margin-top: 10px;
}






/* 550pxまで適用 */
@media screen and (max-width:550px) {
  .add{
    width:100%;
    height:100%;
  }
  .Bnr__img__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
}




@media screen and (min-width: 768px){
.br-sp {
  display: none; 
}

}

@media screen and (min-width: 1024px) {

  .add{
    width:710px;
    height:100%;
  }

}




@media screen and (min-width: 768px){
.br-sp {display: none; }
.sp{
  display: none;
}
}

@media screen and (min-width: 1024px) {

  .add{
    width:710px;
    height:100%;
  }

}
