@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 h3{
  background-color: rgb(0, 91, 146);
  color: white;
  margin-bottom: 10px;
  
}

#monthly #title{
  font-size: 25px;
  margin-left: 30px;
  color: #f0fdd0;
}
#monthly #best{
  font-size: 25px;
}

#monthly #rank{
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
}

#monthly .name{
  font-weight: bold;
}

#monthly .money{
  font-size: 20px;
  color: #8d1717dc;
}


#monthly #not3{
  color: #6a0034;
}

#monthly .money:first-child{
  font-size: 19px;
  color: #91002c;
}

#monthly .flex{
  display: flex;
  justify-content: space-around;
}

#monthly table{
  color: #231815;
  table-layout: auto;
  font-size: 17px;
  width: 430px;
  border-collapse: separate;
  border-spacing: 0 5px;
}

#monthly th{
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#monthly th:nth-child(1){
  width: 20px;
}

#monthly th:nth-child(1),th:nth-child(2),th:nth-child(3){
  border-right: 3px solid #b5b6b6;
  padding: 0px 15px;
}

#monthly td
{
  text-align: center;

}

#monthly th {
  font-weight: normal;
  }

#monthly #yusho tr:nth-child(2),#yusho tr:nth-child(3),#yusho tr:nth-child(4){
  background-color: #e9e5e2;  
  background: linear-gradient(90deg, transparent 0%, transparent 0%, #e3e3e3 0%, #e3e3e3);
}

#monthly td:nth-child(1),td:nth-child(2){
  font-weight: bold;
}

#monthly td:last-child{
  font-weight: bold;
  font-style: italic;
}

#Monthly td:nth-child(3){
  font-family: Georgia;
}

#monthly .derby,#check{
  color: #005b92;
}

#monthly .circle {
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#monthly .square1 {
  width: 22px;
  height: 22px;
  background-color: #018781;
  position: absolute;
  top: 1px;
  left: -5px;
  border-radius:1px 1px;
  transform: rotate(45deg);
  z-index: -1;
}

#monthly .square2 {
  width: 22px;
  height: 22px;
  background-color: #018781;
  position: absolute;
  top: 1px;
  left: -5px;
  border-radius:1px 1px;
  transform: rotate(15deg);
  z-index: -1;
}

#monthly .square3 {
  width: 22px;
  height: 22px;
  background-color: #018781;
  position: absolute;
  top: 1px;
  left: -5px;
  border-radius:1px 1px;
  transform: rotate(75deg);
  z-index: -1;
}

#monthly .num{
  background-color: #cfcfd0;
  border-radius: 15px;
}

#monthly #point{
  text-align: right;
  color: #231815;
  font-weight: bold;
  font-size: 15px;
  margin-right: 20px;
}

