@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 #title{
  width:100%;
}

#monthly #container{
  display: flex;
  justify-content: space-between;
}

#monthly #inner-left{
  width:540px;
}

#monthly #inner-right{
  width:300px;
  margin-top:-20px;
}


#monthly p{
  text-align: justify;
  text-justify: inter-ideograph;
}

#monthly p span{
  display: inline-block;
  background-color: #faf17c;
  line-height: 18px;
  padding-left:0px;
  text-indent: 0;
  padding-top:1px;
}

#monthly p.bule span{
  background-color: #c6e3db;
}

#monthly h4{
  position: relative;
  margin-bottom: 16px;
  margin-top: 40px;
  padding-top: 6px;
  padding-left: 10px;
  padding-bottom: 0px;
  border-left: 12px solid #16136f;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

#monthly h4:first-letter{
  color:#16136f;
  font-size: 36px;
}

#monthly h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-left: 16px solid #fff;
  left: -14px;
  bottom: 0;
  height: 6px;
}


#monthly h5.title-motor{
  font-size:24px;
  font-weight: bold;
}

#monthly h5.title-motor span{
  font-size:30px;
}

#monthly h5.title-motor span span.mini{
  font-size:23px;
}

#monthly #inner-right table{
  width:100%;
  border:1px solid #42312d;
  margin-top:-6px;
}

#monthly #inner-right table th{
  background-color: #6fba2c;
  color:#fff;
  font-weight:normal;
  text-align: center;
  border-left:1px solid #fff;
  padding:4px 4px;
}

#monthly #inner-right table th:first-child{
  border-left:1px solid #42312d;
}

#monthly #inner-right table th{
  border-top:1px solid #42312d;
  border-bottom:1px solid #42312d;
  line-height:14px;
  font-size: 14px;
  vertical-align: middle;
}

#monthly #inner-right table td{
  border:1px solid #42312d;
  font-weight:bold;
  text-align: center;
  padding:1px 6px;
}

#monthly #inner-right table tr:nth-child(2n+2){
  background-color:  #e6e6e7;
}

#monthly #inner-right table tr th:nth-child(2),
#monthly #inner-right table tr td:nth-child(2){
  background-color:  #ffd900;
  color:#4c5159;
}

#monthly #inner-right .memo{
  background-color:#433a37;
  color:#fff;
  font-size:14px;
  border-radius: 0 0 10px 10px;
  padding:4px 0 4px 20px;
  line-height: 18px;
}

#monthly #pool{
  display:block;
  width:800px;
  margin:40px auto 0;
}





#monthly h5.title-course{
  display:block;
  background-color:#42332f;
  width:448px;
  border-radius: 10px 0 0 0;
  padding-top:2px;
  color:#fff;
  margin-top: 60px;
  background: linear-gradient(70deg,#231916 0%, #231916 90%, #fff 90%, #fff 90%);
  font-size:22px;
}

#monthly h5.title-course span{
  display:inline-block;
  margin-left:10px;
  font-size:20px;
  color:#ffed09;
  margin-right:10px;
  padding-right:10px;
  display: inline-block;
  line-height: 24px;
  background-image : linear-gradient(to bottom, #fff 2px, transparent 2px);
  background-size: 1px 3px;
  background-repeat: repeat-y;
  background-position:right top;
}

#monthly #box-course{
  position: relative;
}

#monthly #box-course div.sub-text{
  position: absolute;
  top:10px;
  left:420px;
  font-size:14px;
}

#monthly .coursetab{
  width: 900px;
  border: solid 1px #423530;
}

#monthly .coursetab::after{
  border: solid 1px #423530;
  border-collapse: separate;
}

#monthly .coursetab th,
#monthly .coursetab td{
  text-align: center;
  vertical-align: middle;
  border: solid 1px #423530;
}

#monthly .coursetab::before{
  border: solid 3px #423530;
}

#monthly .coursetab tr:first-child th{
  background-color: #6fba2c;
  font-size: 14px;
  color: #fff;
  line-height:15px;
  padding:10px auto;
  font-weight:normal;
  border: solid 1px #fff;
  border-top: solid 1px #6fba2c;
  border-bottom: solid 1px #423530;
}


#monthly .coursetab tr:first-child th:first-child{
  border-left: solid 1px #423530;
}

#monthly .coursetab tr:first-child th:nth-child(3){
  border-bottom: solid 1px #423530;
  border-left: solid 1px #423530;
}

#monthly .coursetab tr:first-child th:last-child{
  line-height:22px;
  border-right: solid 1px #423530;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #423530;
}

#monthly .coursetab tr:nth-child(2) th{
  background-color: #595857;
  text-align: center;
  color:#fff;
  font-weight:normal;
  font-size:14px;
  width:80px;
  border-right: solid 1px #fff;
}

#monthly .coursetab tr:nth-child(2) th:last-child{
  border-right: solid 1px #423530;
}

#monthly .coursetab tr:first-child td:last-child{
  width: 420px;
}

#monthly .coursetab tr td{
  display:table-cell;
 font-weight:bold;
 text-align: right;
 padding-right:10px;
}

#monthly .coursetab tr td:nth-child(n+7){
  background-color: #feecc9;
  padding-right:18px;
}

#monthly .coursetab tr td:nth-child(n+7) span{
  display: inline-block;
  font-size:14px;
  font-weight:normal;
  margin-left:2px;
}

#monthly .coursetab tr td:last-child,
#monthly .coursetab tr td.non-data{
  text-align: center;
 padding-right:0;
}

#monthly .tyousei{
  font-size: 10px;
}



#monthly .color1{  background-color: #efeff0;}
#monthly .color2{  background-color: black;  color: #fff;}
#monthly .color3{  background-color: #b60005;  color: #fff;}
#monthly .color4{  background-color: #0064b4;  color: #fff;}
#monthly .color5{  background-color: #fed900;}
#monthly .color6{  background-color: #007c36;  color: #fff;}


#monthly h5.title-winner{
  margin-top:40px;
  border:1px solid #231916;
  border-bottom:none;
  text-align:center;
  color:#0a0259;
  font-size:24px;
  line-height: 46px;
}

#monthly h5.title-winner span{
  display: inline-block;
  font-size:46px;
  letter-spacing: -0.06em;
  margin:-18px 6px auto 0px;
  text-shadow:
  -4px -4px 0 #fff,
  4px -4px 0 #fff;
  background:#fff;
}

#monthly .inner-winner{
position: relative;
width:86px;
font-weight:bold;
text-align: center;
background-image : linear-gradient(to bottom, #433a38 2px, transparent 1px);
background-size: 1px 4px;
background-repeat: repeat-y;
background-position:right top;
}

#monthly .inner-winner:last-child{
  background-image : linear-gradient(to bottom, transparent 2px, transparent 1px);
  }

#monthly .inner-winner:before {
  content: '';
  position: absolute;
  right: 2px;
  bottom:70px ;
  transform: rotate(90deg);
  transform-origin:right bottom;
  display: inline-block;
  width: 15px;/*線の長さ*/
  height: 2px;
  background-color: #6fba2c ;
}

#monthly .inner-winner .year{
  width:88%;
  background-color: #0a0259;
  border-radius: 50px;
  color:#fff;
  margin:6px auto 4px auto;
  }

#monthly #container2{
 display: flex;
  justify-content: space-between;
  border:1px solid #231916;
  border-top:none;
  margin-top:-4px;
  background: linear-gradient(180deg, #6fba2c 0px,#6fba2c 16px,#433a38 16px, #433a38 20px,transparent 20px, transparent 100%),
  linear-gradient(0deg, #d1c300 0%,  #d1c300 10%,#f0e129 16%, transparent 36%, transparent 100%);
}


#monthly .inner-winner .name{
  font-size:18px;
  }

#monthly .mikata{
  position: relative;
  font-size:12px;
  width:66px;
  background: linear-gradient(0deg, #fff 0%,  #fff 40%, transparent 40%, transparent 100%);
  font-weight: normal;
}

#monthly .mikata:before {
  content: '';
  position: absolute;
  right: 0;
  bottom:0 ;
  transform: rotate(90deg);
  transform-origin:right bottom;
  display: inline-block;
  width: 70px;/*線の長さ*/
  height: 1px;
  background-color: #433a38;
}

#monthly .mikata .year{
  line-height: 24px;
  background-color: #231916;
  width:86%;
  }

#monthly .mikata .name{
  font-size:13px;
  letter-spacing: 0.16em;
}

#monthly .mikata .jyo{
  margin-top:8px;
  }


#monthly .taikai34{
  width:100%;
  background: radial-gradient(circle,#fffac0, #ccbe00);
  border:1px solid #433a38;
  margin-top:6px;
  text-align:center;
  color:#0a0259;
  font-size:20px;
  font-weight:bold;
  padding:4px 0;
}

#monthly .taikai34 span{
  font-size:14px;
}

#monthly .taikai34 span.medium{
  font-size:18px;
}

#monthly .taikai34 span.week{
  display: inline-block;
  font-size:14px;
  color:#fff;
  font-weight:normal;
  background-color: #b91d23;
  border-radius: 50%;
  padding:2px 4px 0px 4px;
  line-height: 20px;
  margin-top:-4px;
  margin-left:2px;
  vertical-align:middle;
}