@charset "utf-8";


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;
   
}

  

.position{
  position:relative;
}





table.type11 {
  position:relative;
}





table.type09 td {
  vertical-align: middle;
}

table.type09 thead th {
  background: #00bfff;
  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 #191970;

}

.img-interview{
  max-width: 100%;
  height: auto;
}





a.btn--orange {
  color: #fff;
  background-color: #191970;
  border-bottom: 5px solid #00008b;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #191970;
  border-bottom: 2px solid #00008b;
}
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;
  }
}




@media screen and (min-width: 768px){
.br-sp {display: none; }
.sp{
  display: none;
}
}

@media screen and (min-width: 1024px) {

  .add{
    width:710px;
    height:100%;
  }

}
