@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 p {
  text-indent:0;
  margin-bottom:0;
}

#monthly .title{
  text-align: center;
}
#monthly .title .grande{
  font-size: 52px;
  font-weight: bold;
  -webkit-text-stroke: 1px #987d03;
  background:linear-gradient(to bottom, #fbd631, #fffaca, #fbd631 85%, #fbd631);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#monthly .title .tall{
  font-size: 23px;
  font-weight: bold;
}
#monthly .title .tuesday{
  display: table-caption;
  margin-bottom: -7px;
  padding: 1px 6px 0;
  color: #fff;
  font-size: 16px;
  background-color: #4c5159;
  border: 1px solid #4c5159;
  border-radius: 50%;
}

/* 選手欄（全体表示） */
#monthly .players{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -33px;
}
#monthly .players .racer{
  width: 49.5%;
  height: 310px;
  margin-top: 25px;
  position: relative;
}
#monthly .players .racer .front{
  position: absolute;
  height: 320px;
  top: 0; left: 0;
}
#monthly .players .racer .back{
  width: 85%;
  height: 100%;
  margin-top: 10px;
  margin-left: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly .players .racer .back .boat{
  width: 100%;
  height: 43%;
  border-top-right-radius: 20px;
}
#monthly .players .racer .back .contents{
  width: 100%;
  height: 57%;
  border-bottom-right-radius: 20px;
}
#monthly .players .first .back .contents{
  background-color: #fff;
  border-right: 1px solid rgb(218, 218, 218);
  border-bottom: 1px solid rgb(218, 218, 218);
  box-sizing: border-box;
}
#monthly .players .second .back .contents{
  background-color: #000;
}
#monthly .players .third .back .contents{
  background-color: #e60013;
}
#monthly .players .forth .back .contents{
  background-color: #5db7e8;
}
#monthly .players .fifth .back .contents{
  background-color: #fff100;
}
#monthly .players .sixth .back .contents{
  background-color: #009944;
}
#monthly .players .racer .back .boat_number{
  position: absolute;
  top: 20%;
  left: 38%;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 0 7px #000;
}
#monthly .players .racer .back .boat_number span{
  font-size: 80px;
}
#monthly .players .first .back .boat_number{
  -webkit-text-stroke: 2px #727171;
}
#monthly .players .second .back .boat_number{
  -webkit-text-stroke: 2px #000;
}
#monthly .players .third .back .boat_number{
  -webkit-text-stroke: 2px #e60013;
}
#monthly .players .forth .back .boat_number{
  -webkit-text-stroke: 2px #0075c1;
}
#monthly .players .fifth .back .boat_number{
  -webkit-text-stroke: 2px #f6ab00;
}
#monthly .players .sixth .back .boat_number{
  -webkit-text-stroke: 2px #009944;
}

/* 選手欄（情報欄） */
#monthly .contents .adjustment{
  width: 68.5%;
  height: 95%;
  margin-top: 13px;
  margin-left: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly .contents .point{
  width: 100%;
  height: 15px;
  font-size: 11.3px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
#monthly .second .contents .point,#monthly .third .contents .point,#monthly .sixth .contents .point{
  color: #fff;
  border-bottom: 1px solid #fff;
}
#monthly .contents .information{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -13px;
}
#monthly .second .contents .information,#monthly .third .contents .information,#monthly .sixth .contents .information{
  color: #fff;
}
#monthly .contents .information p{
  width: 100%;
  text-align: center;
  line-height: 1;
}
#monthly .contents .left_info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 20%;
  margin-top: 12px;
  font-size: 14px;
}
#monthly .contents .left_info p:first-child{
  font-weight: bold;
}
#monthly .contents .left_info p:last-child{
  margin-top: -4px;
  font-size: 16px;
}
#monthly .contents .name{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 59%;
  margin-top: 5px;
  font-weight: bold;
}
#monthly .contents .name p:first-child{
  padding-right: .5em;
  text-align: end;
  font-size: 8px;
}
#monthly .contents .name p:last-child{
  margin-top: -3px;
  font-size: 28px;
}
#monthly .contents .right_info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 18%;
  margin-top: 16px;
  font-size: 13px;
}
#monthly .contents .right_info p:last-child{
  margin-top: -4px;
}
#monthly .contents .comment{
  height: 59px;
  margin-top: -4px;
  padding: 5px 6px 0;
  font-size: 13.6px;
  line-height: 1.4;
  text-align: justify;
  background-color: #eeefef;
  border-radius: 10px;
}
#monthly .contents .rate{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 20px;
  margin-top: -4px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
}
#monthly .contents .rate p{
  width: 17%;
  background-color: #fff;
}
#monthly .contents .rate .zennkoku{
  width: 13%;
  color: #fff;
  background-color: #68ae28;
}
#monthly .contents .rate .grade{
  width: 25%;
  color: #fff;
  background-color: #e39300;
  border-left: 1px solid #000;
}
#monthly .contents .rate .kojima{
  width: 13%;
  color: #fff;
  background-color: #b71354;
  border-left: 1px solid #000;
}