@charset "utf-8";

/*共通*/

#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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly h3 {
  font-size: 27px;
  color: #231815;
  margin: 30px 0;
}

#monthly h3 span,
#monthly p span{
  color: #0C6638;
  font-weight: bold;
}

#monthly .img-right{
  float: right;
  margin-top: 0px;
  margin-left: 15px;
}

#monthly h4{
  color: #B60007;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 30px;
}

#monthly h4 span{
  margin-left: 10px;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}


#monthly h4 span b{
  display: inline-block;
  color: #FFF798;
  background: #FFF798;
  padding: 0px 10px;
  border: 1px solid #000;
  line-height: 17px;
  margin: 5px;
}

#monthly .rank{
  display: flex;
  justify-content:space-between;
}

#monthly table{
  width: 290px;
  }

#monthly table tr{
  border-bottom: 1px dashed #000;
}

#monthly table th{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #DCDDDD;
  text-align: center;
}

#monthly table td{
    text-align: center;
}

#monthly .name {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-weight: bold;
}

#monthly table tr.under{
  border-bottom: 1px solid #000;
}
#monthly table tr.par{
  background: #FFF798;
}
