@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 #rekidai{
  width:860px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  padding:20px;
  background:#917FA3;
  margin-bottom:50px;
}

#monthly #yusyo{
  width:620px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

#monthly #yusyo h3{
  width:100%;
  font-size:20px;
  color:#524E8F;
  background:#D9D8E8;
  padding:5px;
  text-align:center;
  margin-bottom:10px;
}

#monthly #yusyo table{
  width:300px;
}

#monthly #yusyo table th,
#monthly #yusyo table td{
  padding:5px;
  text-align:center;
  vertical-align: middle;
  border-bottom:solid 1px black;
}

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

#monthly #yusyo table th{
  font-weight:normal;
  background:#FFF1BE;
}

#monthly #yusyo table td{
  background:#fff;
}

#monthly #yusyo table td:nth-of-type(4){
  color:#524E8F;
  font-weight:bold;
}

#monthly #yusyo table td.taikai{
  text-align: center;
  color:#3F6AB3;
  font-size:16px;
  font-weight:bold;
  line-height:1.8em;
  background:linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
  padding:10px 0px;
  letter-spacing:0.06em;
}

#monthly #yusyo table td.taikai span{
  background:#3F6AB3;
  font-size:16px;
  color:#FFFFFF;
  padding:0px 10px;
  margin-left:8px
}

#monthly #yusyo table td.taikai span.yusho_box{
  color: #3F6AB3;
  font-size:15px;
  padding:0px 10px;
  line-height:16px;
  margin-right:8px;
  background:#FFFFFF;
  border:1px solid #3F6AB3;
  border-top-left-radius:8px;
}

/*賞金*/
#monthly #syokin{
  width:600px;
  border:1px solid #000;
  border-radius:20px;
  padding:30px;
  margin:0px auto;
}

#monthly #syokin img{
  margin:-50px 0 10px 0;
}

#monthly #syokin table{
  width:100%;
  margin:0px auto;
}


#monthly #syokin table caption{
  text-align:right;
}

#monthly #syokin table th,
#monthly #syokin table td{
  padding:5px;
}

#monthly #syokin table th{
  text-align:center;
  background-color:#ADC5E7;
  font-weight:normal;
  border-bottom:solid 1px black;
}

#monthly #syokin table td{
  text-align:right;
  background-color:#FFF;
  border-bottom:dotted 1px black;
}

#monthly #syokin table td:first-child{
  text-align:center;
}

#monthly #syokin p{
  text-indent:0;
  margin-top:10px;
  margin-bottom:0;
}