.cake-sql-log{
  display: none;
}


.tac{text-align: center !important;}
.tal{text-align: left !important;}
.tar{text-align: right !important;}

.c-blue{color: #0000ff}
.c-red{color: #ff0000}
.c-gray{color: #666666}
.c-white{color: #ffffff}

.vat{vertical-align: top !important;}
.vam{vertical-align: middle !important;}
.vab{vertical-align: bottom !important;}

.fz10{font-size: 10px !important;}
.fz11{font-size: 11px !important;}
.fz12{font-size: 12px !important;}
.fz13{font-size: 13px !important;}
.fz14{font-size: 14px !important;}
.fz15{font-size: 15px !important;}
.fz16{font-size: 16px !important;}
.fz17{font-size: 17px !important;}
.fz18{font-size: 18px !important;}
.fz19{font-size: 19px !important;}
.fz20{font-size: 20px !important;}
.fz21{font-size: 21px !important;}
.fz22{font-size: 22px !important;}
.fz23{font-size: 23px !important;}
.fz24{font-size: 24px !important;}
.fz25{font-size: 25px !important;}
.fz26{font-size: 26px !important;}
.fz27{font-size: 27px !important;}
.fz28{font-size: 28px !important;}
.fz29{font-size: 29px !important;}
.fz30{font-size: 30px !important;}
.fz31{font-size: 31px !important;}
.fz32{font-size: 32px !important;}
.fz33{font-size: 33px !important;}
.fz37{font-size: 37px !important;}
.fz40{font-size: 40px !important;}
.fz45{font-size: 45px !important;}

.mt-41{margin-top: -41px !important;}
.fixed .mt-41{margin-top: -30px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt100{margin-top: 100px !important;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb100{margin-bottom:100px !important;}
.mb230{margin-bottom:230px !important;}

.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}

.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}

.fwb{ font-weight: bold; }
.fwn{ font-weight: normal;}

.sp{display: none;}

.mk-yellow{
  background: linear-gradient(transparent 0%, #fff7006e 0%);
}
.mk-red{
  background: linear-gradient(transparent 0%, #ff3b004f 0%);
}
.mk-blue{
  background: linear-gradient(transparent 0%, #4bebff7a 0%);
}
.mk-green{
  background: linear-gradient(transparent 0%, #89ff006e 0%);
}

ul.gameSchedule > li{
  border-top: 1px solid #d6d6d6;
  height: 80px;
}
ul.gameSchedule{
  border-bottom: 1px solid #d6d6d6;
}
/* For modern browsers */
ul.gameSchedule > li:before,
ul.gameSchedule > li:after {
    content:"";
    display:table;
}

ul.gameSchedule > li:after { clear:both; }

ul.gameSchedule,
ul.gameSchedule ul{
  list-style-type: none;
  padding: 0;
}
ul.gameSchedule > li{
  position: relative;
  padding-bottom: 10px;
}
ul.gameSchedule ul li.gameCate{
  background: #efefef;
  padding: 3px;
  font-size: 0.7em;
  display: inline;
  position: absolute;
}
ul.gameSchedule ul li.gameDate{
  padding: 3px;
  position: absolute;
  top:30px;
  font-size: 1.5em;
}
ul.gameSchedule ul li.gameDate > span{
  font-size: 0.5em;
}
ul.gameSchedule ul li.gameDate .red{
  color:#c00;
}
ul.gameSchedule ul li.gamePet{
  width: 65px;
  position: absolute;
  left: 110px;
  top: 7px;
}
ul.gameSchedule ul li.gameTime{
  font-size: 1.0em;
  display: inline;
  position: absolute;
  left: 190px;
  top: 40px;
}
ul.gameSchedule ul li.gamePlace{
  font-size: 0.8em;
  display: inline;
  position: absolute;
  left: 240px;
  top: 42px;
}
ul.gameSchedule ul li.gamePlace > span{
  color: #2E4FB5;
  background-color: #e9edf9;
  font-size: 0.75em;
  margin-left: 5px;
  padding: 3px;
  font-weight: bold;
}
ul.gameSchedule ul li.gameTickeBtn{
  position: absolute;
  width: 100%;
  right: 0;
  top: 30px;
}

ul.gameSchedule ul li.gameTickeBtn a{
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid #337ab7;
  font-weight: bold;
}

ul.gameSchedule ul li.gameTickeBtn a:hover{
  border: 3px solid #00ceb8;
  background-color: #00ceb8;
  color: #fff;
}

ul.gameSchedule ul li.gameTickeBtn a.closed{
  border: 3px solid #999;
  color: #999;
}
ul.gameSchedule ul li.gameTickeBtn a.closed:hover{
  background-color: rgba(255,255,255,0);
}
ul.gameSchedule ul li.gameTickeBtn div.item{
  width: 50px;
  float: left;
  position: absolute;
  top: -8px;
  left: 0;
}
ul.gameSchedule ul li.gameTickeBtn a.closed div.item{
  opacity: 0.5;
}

ul li.susbcribe-text{
  margin-bottom: 10px;
}

ul.caution{
  list-style: none;
  padding-left: 2rem;
}
ul.caution li{
  color: #6f6f6f;
  font-size: 0.8em;
  margin-bottom: 5px;
  position: relative;
}
ul.caution li:before{
  content:'※';
  position: absolute;
  left: -1.45em;
}
.btnArea{
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.btnArea a{
  display: block;
  border: 3px solid #337ab7;
  font-weight: bold;
}
.btnArea a:hover{
  border-color: #00ceb8;
  background-color: #00ceb8;
  color: #fff;
}
.btnArea.btn-red a{
  border-color: #c00;
  color: #c00;
}
.btnArea.btn-red a:hover{
  border-color: #c00;
  background-color: #c00;
  color: #fff;
}
.btnArea.btn-green a{
  border-color: #5cd88f;
  color: #5cd88f;
}
.btnArea.btn-green a:hover{
  border-color: #5cd88f;
  background-color: #5cd88f;
  color: #fff;
}
.btnArea.btn-closed a{
  border-color: #999999;
  color: #999999;
}
.btnArea.btn-closed a:hover{
  background-color: rgba(255,255,255,0);
}


/*for tsubakuro25th*/
.block{
  background-image: url(/img/event/special/2022/30th2896/bg.jpg)
}

.boadBlock{
  background-image: url(/img/event/special/2022/30th2896/bg_text.png);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 320px;
  background-size: contain;
}
.boadBlock .susbcribe-text{
  font-size: 25px !important;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.doaraBTN{
  top: 295px;
  position: absolute;
  right: 0;
}

.tblinboad{
color: #000;
font-size: 26px !important;
margin-top:10px;
margin:auto;
}
.tblinboad th{
  font-weight: normal !important;
  vertical-align: top;
  width: 5.5em;
  text-align: right;
  padding: 12px 20px 12px 10px;
  border-right: 1px solid #ccc;
}
.tblinboad td{
  vertical-align: top;
  padding: 12px 10px 12px 19px;
}
.tblinboad td ul.caution{
  margin-left: -15px;
  font-size:15px;
}
.tsubakuro02Area{
  position: absolute;
  width:auto;
  max-width: none;
}
.tsubakuro03Area{
  position: absolute;
  width:auto;
  max-width: none;
  right: 0;
}
.tsubakuro04Area{
  position: absolute;
  width:auto;
  max-width: none;
  right: 0;
}
.alert{
  background: #fff2f2;
  color: #e44343;
  border: 1px solid #e44343;
  margin-left: 43px;
  margin-right: 43px;
}
.btn{
  width: 100%;
  font-weight: bold;
  border-width: 2px !important;
}
.btn-outline-danger{
  border-color: #f5593d;
  color: #f5593d;
  opacity: 1;
  background-color: #fff;
}
.btn-outline-danger:hover{
  background-color:#f5593d;
  color:#fff;
}
.btn-round{
  border-radius: 30px;
}

#footer{
  background: #292b4f !important;
}

#banner{
  background-image: url(/img/event/special/2019/tsubakuro25th/tsubakuro_face.png) !important;
}

body{
    background-image: url(/img/event/special/2019/tsubakuro25th/bg.jpg);
}

.fixed{
  background-color: rgba(255,255,255,0.75)
}

.tblinboad td.leftCell{
 width:60% !important;
}


ul.caution li.c-red{
  color: #ff0000 !important;
}

.title-box{
  margin-bottom: 30px;
}
.block{
  padding: 60px 0px 40px 0px;
}
.sm-display{
  display: none;
}
.feature-box p{
  padding: 0 !important;
}
.sticky.fixed .logoArea a{
  margin: 0px;
  padding: 0px;
}
.sticky.fixed .logoArea img{
  width:70%;
}
/*navigation*/
#navigation{
  background-image: url(/img/event/special/2019/tsubakuro25th/menu_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 131px;
}
#navigation .icon_2896{
  float: left;
/*  margin-right: 50px;*/
/*  margin-left: 80px;*/
}
#navigation nav{
  display: inline;
  position: absolute;
  bottom: 0px;
/*  background: rgba(255,0,0, 0.5);*/
  width: 100%;
}
#navigation nav a{
  margin-top: 40px;
  display: block;
  float: left;
    width: 13%;
}
#navigation .icon_ball{
  bottom: 0;
  position: absolute;
}
.tab {
}
.tab li {
  color: #333;
  float: left;
  margin: 0 10px -1px 0;
  padding: 10px 20px;
  border: 1px solid #b6b6d6;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  border-radius: 10px;
  background: #524eec26;
  font-weight: bold;
  text-align: center;
  width: calc( 50% - 10px );
}
.tab li.active {
  color: #fff;
  background: #030161;
  cursor: auto;
}

.area .tabContent {
  display: none;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
}
.area .tabContent.show {
  display: block;
}
.tabOl{
  margin: 0 100px;
}
.tabOl li{
  margin-bottom: 10px;
}
.tabContent h3.subtitle{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #030161;
  margin: 50px 0 20px;
}
.tabContent h3.subtitle img{
  width: 35px;
  margin-right: 3px;
  margin-left: 3px;
}
.tabContent h3.subtitle span{
  margin-right: 10px;
  margin-left: 10px;
}
h1.title{
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  color: #2E4FB5;
  margin: 10px 0 10px;
  position: relative;
  z-index: 2;
}
h1.title::before{
  content: '';
  width: 100%;
  background: #f1f90b99;
  display: block !important;
  position: absolute;
  left: 0;
  height: 27px;
  bottom: 0;
  z-index: -1;
}

h2.titleh2{
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #222;
  margin: 15px 0 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0px 0px;
}
h2.titleh2::before{
  content: '';
  width: 100%;
  background: #f1f90b99;
  display: block !important;
  position: absolute;
  left: 0;
  height: 10px;
  bottom: 0;
  z-index: -1;
}
.boadList li{
  font-size: 18px;
  margin-bottom: 5px;
}
.noticeBox{
  width: 650px;
  margin: auto;
}
.commonNotice{
  list-style: none;
}
.commonNotice li{
  font-size: 1em;
  margin-bottom: 5px;
  position: relative;
}
.commonNotice li::before{
  font-size: 1em;
  content: '・';
  position: absolute;
  left: -1.45em;
}

.menu__item {
  background: #030161;
  cursor: pointer;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.menu__item a > span{
  display: block;
  margin: 10px 20px;
  font-weight: bold;
  font-size: 20px;
}
.menu__item__link {
  color: #fff;
  display: block;
  padding: 1rem;
}

.submenu {
  background: #fff;
  display: none;
  margin-top: 10px;
  padding: 40px;
}
/*
#footer{
  padding-bottom: 130px;
}
*/
.timetable{
  border: 1px solid #ccc;
  background: #fff;
}
.timetable th{
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
}
.timetable td{
  text-align: center;
  border: 1px solid #ccc;
  padding: 7px 2px;
}
.timetable [class^="area-"],
.timetable [class*=" area-"]{
  color: #fff;
  font-weight: bold;
}
.timetable .area-A{background: #f00}
.timetable .area-B{background: #2196f3}
.timetable .area-C{background: #8bc34a}
.timetable .area-D{background: #ff9800}
.timetable .area-E{background: #9c27b0}
.timetable .area-F{background: #673ab7}
.timetable .area-G{background: #009688}
.timetable .area-H{background: #00bcd4}
.timetable .area-I{background: #9e9e9e}

.instaboad{
  background-image: url(/img/event/special/2019/tsubakuro25th/tsubakuro04.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center 21vh;
  background-attachment: fixed;
}
.bg-white{
  background: #fff;
  padding: 25px 20px 20px;
}

.lh18{
  line-height: 1.8;
}

/*1300以上*/
@media screen and (min-width: 1300px) {
#navigation nav{margin-left: 125px;}
}
/*1300以下*/
@media screen and (max-width: 1300px) {
#navigation nav{margin-left: 145px;}
}
/*1200以下*/
@media screen and (max-width: 1200px) {
#navigation nav{margin-left: 50px;}
}
/*1100以下*/
@media screen and (max-width: 1100px) {
#navigation nav{margin-left: 60px;}
}
/*1000以下*/
@media screen and (max-width: 1000px) {
#navigation nav{margin-left: 0px;}
}


/* w1200px 以下 */
@media screen and (max-width: 1200px) {


.boadBlock{
  padding: 50px 40px;
}
.tblinboad td.leftCell{
 width:60% !important;
}
.doaraBTN{
  top: 335px;
}
.tsubakuro02Area{
  width:auto;
}
.tsubakuro04Area{
  left:-130px;
  right:auto;
}
}
/* w1200px 以下 */

/* w1200px 以上 */
@media screen and (min-width: 1200px) {

  .boadBlock{
    padding: 50px 80px 22px;
  }
}


/* w992px 以下 */
@media screen and (max-width: 992px) {
.sm-undisplay{
  display: none;
}
.sm-display{
  display: inline !important
}
.sm-fz20{
  font-size: 20px !important;
}
.sm-fz10{
  font-size: 10px !important;
}
.boadBlock{
  padding: 40px 30px;
  background-size: cover;
  min-height: 340px;
}
.boadBlock .susbcribe-text{
  font-size: 17px !important;
}
.doaraBTN{
  top: 235px;
}
.tblinboad{
  font-size: 15px !important;
}
.tblinboad th{
  padding:6px 10px 6px 5px;
}
.tblinboad td{
  padding: 6px 10px 6px 19px
}
.tblinboad td.leftCell{
 width:70% !important;
}
.tsubakuro02Area{
  right: -278px;
}
.tsubakuro03Area{
/*  width: 100%; */
}
.tsubakuro04Area{
  left:-130px;
  right:auto;
}
.boadBlock .fz45 {
  margin-top: 50px !important;
  font-size: 32px !important;
}
}
