@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 #top_title{
  color:#774B8B;
  font-family:serif;
  font-size:28px;
  line-height:44px;
  display:inline-block;
  margin:auto;
}

#monthly #top{
  display:flex;
}

#monthly #title_img{
  margin-right:10px;
}

#monthly #article{
  margin:25px 0 50px 0;
}

#monthly #article p{
  text-align:justify;
}

#monthly .green{
  color:#33B3AD;
  font-family:sans-serif;
}

#monthly .blue{
  color:#11A69F;
  font-weight:bold;
}

#monthly #kinoshita{
  float:right;
  margin: 10px 0 10px 20px;
}

#monthly #shokin_title span{
font-weight:normal;
color:black;
font-size:16px;
}

#monthly #shokin_title{
  color:#B2683D;
  text-align:center;
  font-size:20px;
  margin-top:20px;
  border:1px solid #B2683D;
}

#monthly #main_tb{
  display: flex;
  justify-content: space-between;
  margin-bottom:30px;
}

#monthly .syokin_tb table{
  width:440px;
  margin-top:10px;
  border:1px solid;
}

#monthly .syokin_tb table tr td:nth-of-type(3){
  font-weight:bold;
}

#monthly td, th{
  text-align: center;
  border-bottom:1px solid black;
  padding:5px 0;
}

#monthly th{
  background:#EBCDB8;
  padding:5px 10px;
  border-bottom:2px solid black;
}

/* ここから選手賞金 */
#monthly #sensyu{
  width:650px;
  margin:auto;
}

#monthly #sensyu p{
text-indent:initial;
margin-top:10px;
}

#monthly #sensyu_top h3{
  font-size:20px;
  color:#303192;
}

#monthly #sensyu_top p{
  margin:initial;
}

#monthly #sensyu_top{
  display:flex;
  justify-content: space-between;
}

#monthly #sensyu_tb{
  width:650px;
}

#monthly #sensyu_tb th{
  font-weight:bold;
}

#monthly #sensyu_tb tr td{
  border-bottom:1px dashed black;
}