/*
body{
  font-family:'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', Hiragino Maru Gothic Pro, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'HG丸ｺﾞｼｯｸM-PRO', HGMaruGothicMPRO;
  font-size: 24px;
}
*/

.inner-tblock{
  background-color:white;
}
.inner-tblock2{
  position: relative;
}
/*
canvas{
  position: absolute;
}
#block-A{ z-index: 1; }
#block-A-TEXT{ z-index: 2; }
#block-B{ z-index: 1; }
#block-B-TEXT{ z-index: 2; }
#block-C{ z-index: 1; }
#block-C-TEXT{ z-index: 2; }
#block-D{ z-index: 1; }
#block-D-TEXT{ z-index: 2; }
*/

.teamPoint{
  display: flex;
  font-size: 2em;
}
.datetime{
  line-height: 2em;
}
.gamefield{
  line-height: 1em;
}
.gameclass{
  line-height: 1em;
  /* display:flex;
  justify-content:center;
  */
}

/* スケジュール内の表示 */
.vscard{
  display:flex;
  justify-content:center;
}
.leftteam{
   width:6em;
   text-align: center;
}
.point{
   width:5em;
   text-align: center;
}
.rightteam{
   width:6em;
   text-align: center;
}

table.schedule_today,table.schedule_tomorrow{
   border-collapse: collapse;
}

table.schedule{
   display: table;
   border: none;
   width: 100%;
   font-size: 1.5vw;
   margin: 1rem auto;
   border-collapse: separate;
   border-spacing: 1px;
}
tr.game_schedule{
   background-color: beige;
}

.today .td_game .gameProfile .result_teamPoint{
   margin: 0em 0em 0em 0em;
   padding: 0em 0em 0em 0em;
}
.schedule_tomorrow .game_schedule{
   margin: 0em 0em 0em 0em;
   padding: 0em 0em 0em 0em;
}
.today .td_game .gameProfile .result_class{
   margin: 0em 0em 1em 0em;
   padding: 0em 0em 0em 0em;
}
.tomorrow .td_game .gameProfile .result_class{
   margin: 0em 0em 1em 0em;
   padding: 0em 0em 0em 0em;
}

.schedule_today .game{
   border-style: solid none solid none;
   border-color: white;
   padding: 1em 0em;
}

.schedule_tomorrow .game{
   border-style: solid none solid none;
   border-color: white;
   padding: 1em 0em;
}

.schedule_today,.schedule_tomorrow .td_holiday{
  border-style: none;
  padding: 1em;
}
.search{
  margin: 1em auto;
  text-align: center;
}

/* スケジュール内の表示 end */

.vscard_noteam{ color: blue; }
.winner{ color: red; }
.loser{ color: silver; }
.tblock{
  display: flex;
  flex-wrap: wrap;
  margin: 1em  auto;
  padding: 0px;
  background-color: white;
  text-align: center;
}
.inner-tblock2{
  margin: 0px;
  padding: 10px 0px;
  background-color: #66bbff;
  border-radius: 0px 0px 10px 10px;
}
.schedule,.schedule_tomorrow,.schedule_today{
  text-align: center;
  margin: auto;
  padding: 1em;
}

.schedule .note{
  text-align:left;
}

tr.schedule,tr.schedule_tomorrow,tr.shedule_today{
  text-align: center;
}
#schedule_table.tr{
  margin:0px;
  padding:0px;
}
#schedule_table.th{
  margin:0px;
  padding:0px;
}
#schedule_table.td{
  margin:0px;
  padding:0px;
}
td.channel{
  text-align:center;
}
.tr_title{
  background-color: #009e96;
  color: white;
}
tr.game_schedule{
  /* background-color: darkgray; */
}
tr.today{ background-color: #ffffe0; }
tr.tomorrow{ background-color: khaki; }

.game{ text-align: center; }
.date{ text-align: center; }
.time{ text-align: right; }
.gameclass{
  margin: 0.25em;
}
.gameclass-1回戦{
  text-align: center;
  background-color: #00008b;
  color: white;
  font-size: 0.8em;
  padding: 0.25em;
}
.gameclass-2回戦{
  text-align: center;
  background-color: #0000ff;
  color: white;
  font-size: 0.8em;
  padding: 0.25em;
}
.gameclass-3回戦{
  text-align: center;
  background-color: #6495ed ;
  color: white;
  font-size: 0.8em;
  padding: 0.25em;
}
.gameclass-準々決{
  text-align: center;
  background-color: #ffa500;
  color: white;
  font-size: 0.8em;
  padding: 0.25em;
}
.gameclass-準決勝{
  text-align: center;
  background-color: #ff6347;
  color: white;
  font-size: 0.8em;
  padding: 0.25em;
}
.gameclass-決勝{
  text-align: center;
  background-color: #ff0000;
  color: white;
  font-size: 0.8em;
  padding: 0.25em;
}
.field{
  text-align: center;
  background-color: #2e8b57;
  color: white;
}
.field-マスカットスタジアム{
  text-align: center;
  color: #006400;
}
.field-美咲エイコンスタジアム{
  text-align: center;
  color: #006400;
}
.field-倉敷市営球場{
  text-align: center;
  color: #006400;
}
h2{
  background-color: #4466ff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  color: white;
  border-radius: 10px 10px 0px 0px;
}
h3.schedule,h3.search{
  width: 9em;
  margin: 2em auto 0.5em auto;
  padding: 0.5em;
  background-color: green;
  text-align: center;
  font-size: 20px;
  color: white;
  border-radius: 20px;
  
}

h4{
  text-align: center;
  padding: 0.5rem;
  font-weight: bold;
}

div.TOC{
  text-align: center;
  margin: 10px;
  padding: 2px;
}
span.TOC{
  display: inline-block;
  width: 20em;
  margin: 5px;
  font-size: 20px;
  background-color: green;
  border-radius: 20px;
  color: white;
  padding: 0.5em;
}

.tournament{
  width:100%;
  margin: 0px auto;
  padding: 0px;
}

#scheduleFilterTeamNo{
  font-size: 1.5vw;
}
a:link{
  color:white;
}
a:visited{
  color:white;
}
a:active{
}

