@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly #victory_title{
  width: 750px;
  margin: 0 auto;
}

/*1回戦*/
#monthly #first_title{
  position: relative;
  align-items: flex-end;
  margin-top: 30px;
  width: 900px;
  height: 60px;
  background: #004EA2;
}

#monthly #first_title h3{
  position: absolute;
  bottom: -12px;
  text-align: center;
  width: 900px;
  font-size: 30px;
  color: #fff;
}

#monthly #first_title h3 span{
  margin-left: 20px;
  font-size: 65px;
  text-shadow:3px 3px 0px #004EA2,
             -3px 3px 0px #004EA2,
             3px -3px 0px #004EA2,
             -3px -3px 0px #004EA2,
             3px 0px 0px #004EA2,
             0px 3px 0px #004EA2,
             -3px 0px 0px #004EA2,
             0px -3px 0px #004EA2;
}

#monthly #first_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 10px 20px;
  border-radius: 0  0 30px 30px;
  background: #B9E3F9;
}

#monthly #first_box .racerbox{
  position: relative;
  margin-bottom: 20px;
  width: 200px;
  height: 290px;
}

#monthly #first_box .number{
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 82px;
  color: #000;
  font-size: 55px;
  font-weight: bold;
}

#monthly #first_box .ranking{
  position: absolute;
  z-index: 2;
  top: 63px;
  left: 10px;
  padding-bottom: 5px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  width: 180px;
}

#monthly #first_box table{
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  width: 180px;
}

#monthly #first_box table th,
#monthly #first_box table td{
  padding: 3px;
  text-align: center;
  font-weight: bold;
}

#monthly #first_box table th{
  font-size: 22px;
}

#monthly #first_box table td{
  color: #000;
  font-size: 18px;
}

#monthly #first_box table td span{
  font-size: 22px;
}

#monthly #first_box table td.border{
  border-left: solid 2px black;
  border-right: solid 2px black;
}

#monthly #first_box table td span.cyusen{
  margin: 10px;
  padding: 0 3px;
  border: solid 2px black;
  font-size: 18px;
}

#monthly #first_box .silverbox_1{
  z-index: 1;
  width: 200px;
  height: 285px;
  background: linear-gradient(45deg, #F6F7F7 0%,#ABACAC 14%,#F9F9F9 30%,#BDBEBE 42%,#F3F4F4 61%,#BDBEBE 81%,#C3C4C4 100%);
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}

#monthly #first_box .svg_1{
  position: absolute;
  width: 0;
  height: 0;
}

/*準々決勝*/
#monthly #quarterfinal_title{
  margin-top: 30px;
  height: 80px;
}

#monthly #quarterfinal_title{
  width: 900px;
  background: #14A83C;
}

#monthly #quarterfinal_title h3{
  text-align: center;
  font-size: 30px;
  color: #fff;
  width: 900px;
}

#monthly #quarterfinal_title h3 span{
  margin-left: 20px;
  text-align: center;
  font-size: 65px;
}

/*準決勝*/
#monthly #lump_box1{
  float: left;
  width: 460px;
}

#monthly #lump_box1 #maru{
  margin-top: 3px;
  text-align: left;
  font-size: 16px;
}

#monthly #semifinal_title{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 10px;
  height: 80px;
  color: #fff;
  width: 440px;
  background: #E5005A;
}

#monthly #semifinal_title h3{
  margin-top: 10px;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}

#monthly #semifinal_title h3#semi{
  margin: 20px 0 0 20px;
  font-size: 65px;
  line-height: 50px;
}

/*矢印*/
#monthly .arrow_box1{
  position: relative;
  width: 900px;
  height: 110px;
}

#monthly .arrow_box1 .arrow_group1{
  width: 50px;
  height: 100px;
  background-color: #C490BF;
  position: absolute;
  left: 50px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group1:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 40px solid #C490BF;
  left: -25px;
  top: 100px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group2{
  width: 50px;
  height: 100px;
  background-color: #72AF2D;
  position: absolute;
  left: 210px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group2:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 40px solid #72AF2D;
  left: -25px;
  top: 100px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group3{
  width: 50px;
  height: 100px;
  background-color: #F39800;
  position: absolute;
  left: 370px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group3:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 40px solid #F39800;
  left: -25px;
  top: 100px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group4{
  width: 20px;
  height: 50px;
  background-color: #B9E3F9;
  position: absolute;
  left: 750px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group4:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #B9E3F9;
  left: -10px;
  top: 50px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group5{
  width: 20px;
  height: 50px;
  background-color: #CDDF81;
  position: absolute;
  left: 750px;
  z-index: 4;
}

#monthly .arrow_box1 .arrow_group5:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #CDDF81;
  left: -10px;
  top: 50px;
  z-index: 4;
}

#monthly .arrow_box1 .group1,
#monthly .arrow_box1 .group2,
#monthly .arrow_box1 .group3{
  position: absolute;
  z-index: 5;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

#monthly .arrow_box1 .group1 span,
#monthly .arrow_box1 .group2 span,
#monthly .arrow_box1 .group3 span{
  font-size: 45px;
}

#monthly .arrow_box1 .group1{
  top: 25px;
  left: 25px;
  text-shadow:2px 2px 0px #C490BF,
             -2px 2px 0px #C490BF,
             2px -2px 0px #C490BF,
             -2px -2px 0px #C490BF,
             2px 0px 0px #C490BF,
             0px 2px 0px #C490BF,
             -2px 0px 0px #C490BF,
             0px -2px 0px #C490BF;
}

#monthly .arrow_box1 .group2{
  top: 25px;
  left: 185px;
  text-shadow:2px 2px 0px #72AF2D,
             -2px 2px 0px #72AF2D,
             2px -2px 0px #72AF2D,
             -2px -2px 0px #72AF2D,
             2px 0px 0px #72AF2D,
             0px 2px 0px #72AF2D,
             -2px 0px 0px #72AF2D,
             0px -2px 0px #72AF2D;
}

#monthly .arrow_box1 .group3{
  top: 25px;
  left: 345px;
  text-shadow:2px 2px 0px #F39800,
             -2px 2px 0px #F39800,
             2px -2px 0px #F39800,
             -2px -2px 0px #F39800,
             2px 0px 0px #F39800,
             0px 2px 0px #F39800,
             -2px 0px 0px #F39800,
             0px -2px 0px #F39800;
}


#monthly .arrow_box1 .group4,
#monthly .arrow_box1 .group5{
  position: absolute;
  top: 70px;
  padding: 5px;
  background: #BBE2E8;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 5;
}

#monthly .arrow_box1 .group4{
  left: 680px;
  width: 160px;
}

#monthly .arrow_box1 .group5{
  left: 660px;
  width: 200px;
}

/*準々決勝、準決勝共通*/
#monthly #quarterfinal_box,
#monthly #semifinal_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 10px 20px;
  border-radius: 0  0 30px 30px;
}

#monthly #quarterfinal_box{
  background: #CDDF81;
}

#monthly #semifinal_box{
  width: 420px;
  background: #F5BBC6;
}

#monthly #quarterfinal_box .racerbox,
#monthly #semifinal_box .racerbox{
  position: relative;
  margin-bottom: 20px;
  width: 200px;
  height: 395px;
}

#monthly #quarterfinal_box .number,
#monthly #semifinal_box .number{
  position: absolute;
  z-index: 3;
  top: -8px;
  left: 82px;
  color: #000;
  font-size: 55px;
  font-weight: bold;
}

#monthly #quarterfinal_box .ranking,
#monthly #semifinal_box .ranking{
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 10px;
  padding-bottom: 5px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  width: 180px;
  height: 318px;
}

#monthly #quarterfinal_box table,
#monthly #semifinal_box table{
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  width: 180px;
}

#monthly #quarterfinal_box table th,
#monthly #quarterfinal_box table td,
#monthly #semifinal_box table th,
#monthly #semifinal_box table td{
  text-align: center;
  font-weight: bold;
}

#monthly #quarterfinal_box table th,
#monthly #semifinal_box table th{
  font-size: 22px;
}

#monthly #quarterfinal_box table td,
#monthly #semifinal_box table td{
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

#monthly #quarterfinal_box table td span,
#monthly #semifinal_box table td span{
  font-size: 26px;
}

#monthly #quarterfinal_box table td.border,
#monthly #semifinal_box table td.border{
  border-left: solid 2px black;
}

#monthly #quarterfinal_box table td span.cyusen,
#monthly #semifinal_box table td span.cyusen{
  margin: 10px;
  padding: 0 3px;
  border: solid 2px black;
  font-size: 18px;
}

#monthly #quarterfinal_box .silverbox_2,
#monthly #semifinal_box .silverbox_2{
  z-index: 1;
  width: 200px;
  height: 393px;
  background: linear-gradient(45deg, #F6F7F7 0%,#ABACAC 14%,#F9F9F9 30%,#BDBEBE 42%,#F3F4F4 61%,#BDBEBE 81%,#C3C4C4 100%);
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path-2);
  clip-path: url(#my-clip-path-2);
}

#monthly #quarterfinal_box .svg_2,
#monthly #semifinal_box .svg_2{
  position: absolute;
  width: 0;
  height: 0;
}

/*枠番色指定*/
#monthly table th.one{
  color: #000;
  background: #DCDDDD;
}

#monthly table th.two{
  color: #fff;
  background: #000;
}

#monthly table th.three{
  color: #fff;
  background: #E60013;
}

#monthly table th.four{
  color: #fff;
  background: #0068B7;
}

#monthly table th.five{
  color: #000;
  background: #FFF100;
}

#monthly table th.six{
  color: #fff;
  background: #009944;
}

#monthly table tr.purple{
  background: #DBBDDA;
}

#monthly table tr.green{
  background: #E2EEC4;
}

#monthly table tr.yellow{
  background: #FFF3C2;
}

#monthly table tr.kara{
  height: 15px;
}

/*決勝戦*/
#monthly #lump_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  clear: both;
}

#monthly #lump_box2{
  position: relative;
  margin-top: 30px;
  width: 440px;
}

#monthly #lump_box2 .arrow_group6{
  width: 80px;
  height: 20px;
  background-color: #F5BBC6;
  position: absolute;
  top: 130px;
  z-index: 4;
}

#monthly #lump_box2 .arrow_group6:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 25px solid #F5BBC6;
  left: 75px;
  top: -10px;
  z-index: 4;
}

#monthly #lump_box2 .group6{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 160px;
  padding: 5px;
  color: #fff;
  background: #2FA8E1;
  font-size: 20px;
  border-radius: 20px;
  line-height: 25px;
  text-align: center;
  z-index: 5;
}

#monthly #lump_box2 .arrow_group7_1{
  width: 250px;
  height: 40px;
  background-color: #F5BBC6;
  position: absolute;
  top: 230px;
  z-index: 4;
}

#monthly #lump_box2 .arrow_group7_2{
  width: 40px;
  height: 120px;
  background-color: #F5BBC6;
  position: absolute;
  top: 230px;
  left: 230px;
  z-index: 4;
}

#monthly #lump_box2 .arrow_group7_2:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 30px solid #F5BBC6;
  left: -20px;
  top: 120px;
  z-index: 4;
}

#monthly #lump_box2 .group7{
  position: absolute;
  z-index: 5;
  top: 237px;
  left: 60px;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #000;
  text-shadow:2px 2px 0px #fff,
             -2px 2px 0px #fff,
             2px -2px 0px #fff,
             -2px -2px 0px #fff,
             2px 0px 0px #fff,
             0px 2px 0px #fff,
             -2px 0px 0px #fff,
             0px -2px 0px #fff;
}

#monthly #final_box{
  position: relative;
  margin: 400px 0 0 50px;
  padding: 50px 20px 20px 20px;
  border-radius: 0  0 30px 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 350px;
  color: #E60013;
  background: #F3F3F4;
  z-index: 1;
}

#monthly #final_box h4{
  position: absolute;
  top: -30px;
  left: 100px;
  font-size: 65px;
  color: #E60013;
  text-align: center;
  text-shadow:2px 2px 0px #F3F3F4,
             -2px 2px 0px #F3F3F4,
             2px -2px 0px #F3F3F4,
             -2px -2px 0px #F3F3F4,
             2px 0px 0px #F3F3F4,
             0px 2px 0px #F3F3F4,
             -2px 0px 0px #F3F3F4,
             0px -2px 0px #F3F3F4;
}

#monthly #final_box span{
  font-size: 24px;
}

/*トーナメント表*/
#monthly #tournament_box{
  margin-top: 40px;
}

#monthly #tournament_box h4{
  margin-bottom: 10px;
  padding: 3px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #727171;
}

#monthly #tournament_box table{
  width: 100%;
  color: #000;
  background: #fff;
}

#monthly #tournament_box table th,
#monthly #tournament_box table td{
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px black;
}

#monthly #tournament_box table th{
  font-weight: normal;
  background: #BBE2E8;
  width: 210px;
}

#monthly #tournament_box table th:first-child {
  width: 60px;
}

#monthly #tournament_box table td.t_first{
  background: #DFF2FC;
}

#monthly #tournament_box table td.t_series{
  background: #DCDDDD;
}

#monthly #tournament_box table td.t_quarterfinal{
  background: #FEEABE;
}

#monthly #tournament_box table td.t_semifinal{
  background: #F5BBC6;
}

#monthly #tournament_box table td.t_tournament{
  font-weight: bold;
  background: #7DCEF4;
}

#monthly #tournament_box table td.t_final{
  background: #E60013;
}

#monthly #tournament_box table td.t_final span{
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

#monthly #tournament_box #kome{
  margin-bottom: 5px;
  text-align: right;
  font-size: 16px;
}

#monthly #tournament_box #kome,
#monthly #tournament_box #star{
  margin-top: 3px;
  text-align: right;
  font-size: 16px;
}
