@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 #text-area{
  width:880px;
  margin:0 auto;
}

#monthly h4{
  font-size:26px;
  margin-top:40px;
  margin-left:8px;
  margin-bottom:14px;
  padding: 0.4em 0em 0em 0.6em ;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  border-left: solid 12px #003686;/*左線*/
  border-top: solid 2px #003686;/*下線*/
  color:#003686;
  font-weight: normal;
  transform: scale(1.2, 1);
  transform:skewX(-20deg);
  line-height: 26px;
  width:700px;
}

#monthly h4 span{
  display: block;
  transform:skewX(12deg) scale(1,1.1);
  letter-spacing: 0.06em;
  text-shadow: 
  #fff 1px 0px 1px, #fff -1px 0px 1px,
  #fff 0px -1px 1px, #fff -1px 0px 1px,
  #fff 1px 1px 1px, #fff -1px 1px 1px,
  #fff 1px -1px 1px, #fff -1px -1px 1px,
  #fff 1px 1px 1px, #fff -1px 1px 1px,
  #fff 1px -1px 1px, #fff -1px -1px 1px,
  #fff 1px 1px 1px, #fff -1px 1px 1px,
  #fff 1px -1px 1px, #fff -1px -1px 1px,
  #fff 1px 1px 1px, #fff -1px 1px 1px,
  #fff 1px -1px 1px, #fff -1px -1px 1px;
  font-weight: bold;
}


#monthly #bg{
  padding-top:260px;
  background-image: url(img/suimen_title.png);
  background-repeat: no-repeat;
}


#monthly .m-table {
  display: flex;
  border:1px solid #000;
  margin-top:14px;
}


#monthly .setu-title{
  width:180px;
  height:136px;
  border:1px solid #000;
  text-align: center;
  color:#fff;
}

#monthly .color1{
  background: linear-gradient(-42deg, #386f64 0%, #386f64 50%, #44887b 50%, #44887b 100%);
}
#monthly .color2{
  background: linear-gradient(-42deg, #9b421a 0%, #9b421a 50%, #bb5120 50%, #bb5120 100%);
}
#monthly .color3{
  background: linear-gradient(-42deg, #a68a00 0%, #a68a00 50%, #c8a800 50%, #c8a800 100%);
}
#monthly .color4{
  background: linear-gradient(-42deg, #00576e 0%, #00576e 50%, #006a87 50%, #006a87 100%);
}

#monthly .setu-title span{
  display: block;
}

#monthly .setu-title span.month{
  font-size: 24px;
  margin-top:16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  }

#monthly .setu-title span.setu{
  background-color:  #231916;
  width:70%;
  border-radius: 18px;
  font-size: 22px;
  margin: 0px auto 6px auto;
  padding:2px 0 0px 0;
  letter-spacing: 0.2em;
  }


#monthly .m-table table{
  width:100%;
}

#monthly .m-table tr,
#monthly .m-table th,
#monthly .m-table td{
  border:1px solid #000;
  vertical-align: middle;
}

#monthly .m-table td{
  padding-left:14px;
  padding-top:2px;
}

#monthly .m-table td.motor1{
  font-weight: bold;
  color:#fff;
  font-size:20px;
  border-right:1px solid #231916;
  line-height: 30px;
  background: linear-gradient(108deg,  #4a2477 0%,  #4a2477 96%, #231916 96%, #231916 100%);
}

#monthly .m-table td.motor2{
  font-weight: bold;
  color:#fff;
  font-size:20px;
  border-right:1px solid #231916;
  line-height: 30px;
  background: linear-gradient(108deg,  #ca6d16 0%,  #ca6d16 96%, #231916 96%, #231916 100%);
}

#monthly .m-table td.motor1 span,
#monthly .m-table td.motor2 span{
  font-weight:normal;
  font-size:17px;
}

#monthly .m-table th.hyouka{
  color:#fff;
  background-color: #231916;
  border-left:1px solid #231916;
  width:50px;
  text-align: left;
  text-indent: 0.4em;
}

#monthly .m-table td.rank{
  background:#fff9b1;
  color:#a1151b;
  font-size:26px;
  font-weight: bold;
  text-align: center;
  width:70px;
  padding-left:0;
  padding-top:4px;
  line-height: 30px;
}

#monthly .m-table td.rank-s{
  background:#fff9b1;
  color:#1c1d81;
  font-size:26px;
  font-weight: bold;
  text-align: center;
  width:70px;
  padding-left:0;
  padding-top:4px;
  line-height: 30px; 
}

#monthly .m-table td.rank span{
  display: inline-block;
  transform: scale(1.2, 1);
}

#monthly .m-table th{
  background-color: #727272;
  color:#fff;
  font-weight: normal;
  text-align: center;
  width:60px;
  padding-top:2px;
  font-size: 14px;
}

#monthly .m-table td.maru{
  background-color: #e6e6e7;
  text-align: center;
  width:60px;
  font-size:30px;
  padding-left:0;
  line-height: 30px;
}

#monthly .m-table td.maru2{
  background-color: #e6e6e7;
  text-align: center;
  width:60px;
  font-size:24px;
  padding-left:0;
  line-height: 30px;
}

#monthly .m-table td.comment{
  font-size: 16px;
  letter-spacing: 0.04em;
  padding-top: 2px;
  line-height: 30px;
  font-family:serif;
  color:#231916;
}

#monthly .m-table td.comment::before {
  content: "";
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #000;
  transform: translateY(0.1em) scale(0.8);
}