@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 h4 {
  color: #3fb257;
  background-color: #fcfcfa;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 15px;
  font-size: 25px;
  border-radius: 8px;
  border: 3px solid #3fb257;
}

#monthly #champion {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 17px;
}

#monthly #champion table {
  width: 440px;
  font-weight: bold;
}

#monthly #champion table tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#monthly #champion table th {
  text-align: center;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-color: #e6eed7;
  font-weight: bold;
}

#monthly #champion table td {
  text-align: center;
  padding: 4px;
}

#monthly #champion .name {
  font-weight: bold;
  color: #3bb63a;
}

#monthly #champion .taikai{
  border-bottom: 0 solid #000;
  border: none;
}
#monthly #champion .taikai td{
  margin: 14px 0;
  color: #28b832;
  font-weight: bold;
  border-radius: 50%;
  background-color: #fbf4ac;
  position: absolute;
  margin-left: 28px;
  padding: 15px;
}
#monthly .taikai p{
  display: block;
  margin: -5px 0;
}
#monthly .taikai .first{
  margin-top: 10px;
  font-size: 26px;
}
#monthly .taikai .first .kojima{
  padding: 0px 5px 0;
  margin: 0 7px;
  font-size: 25px;
  color: #FFFFFF;
  background: #44b328;
}
#monthly .taikai .second, #monthly .third{
  font-size: 20px;
}
#monthly .taikai .second .yusho_box {
  color: #4ec754;
  margin-right: 5px;
  padding: 3px 10px 0;
  line-height: 16px;
  background: #FFFFFF;
  border: 1px solid #4ec754;
  border-radius: 8px;
}
#monthly .taikai .kazu{
  font-size: 28px;
}