@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;
}

table.type09 {

}

table.type09 td {
  vertical-align: middle;
}

table.type09 thead th {
  background: #331A1A;
  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: 600px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;

  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner{
  width: 600px;
  height: 180px;
  box-sizing:border-box;
  padding: 10px;
  background-color: #fafafa;
}
.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: #222;
}

.flex{
  display:flex;
}

.mt30{
  margin-top:30px;
}

.mt50{
  margin-top: 50px;
}

.center{

  text-align:center;

}


a.btn--orange {
  color: #fff;
  background-color: #db2121;
  border-bottom: 5px solid #b80000;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #db2121;
  border-bottom: 2px solid #b80000;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

@media screen and (max-width: 500px){
 .sp-size{
   width:320px;
 }
 .Bnr__img__inner{
   width:350px;
   height:120px;
 }
 .Bnr{
   width:350px;
 }
}
