@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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly h3 {
  color: #924898;
  border: solid;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 22px
}
#monthly .sub{
  font-weight:normal;

}

#monthly .champion{
  display:flex;
  justify-content: space-between;
  padding:5px 0;  
}

#monthly table {
  border-collapse: collapse;
  width: 440px;
  text-align: center;
}


#monthly table th {
  text-align: center;
  background: #efebc3;
  font-weight: normal;
}

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

#monthly table td {
  border-width: 1px 0px; 
  border-color: black;  
  text-align: center;
}

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

#monthly .zikai {
  text-align: center;
  font-size: 18px;
  border-bottom: none;
  background: linear-gradient(to left top, #fffcd1, #e7c347, #fffcd1);
  line-height: 1.8;
  letter-spacing:-1px;
}


#monthly .kaisuu {
 font-size: 25px;
 padding: 0 15px;
 font-weight: bold;
}

#monthly .basyo {
  background: white;
  color: #924898;
  padding: 0 5px;
  font-weight: bold;
}

#monthly .yuusyousen {
  background: white;
  padding: 0 5px;
  border : solid;
  border-radius: 8px;
  border: white;
  
}

