@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 #funaken_title{
    width:900px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom:20px;
}

#monthly #funaken_title #title_img{
    width:230px;
    margin-right:5px;
}

#monthly #funaken_title h2{
    color:#cc5300;
    font-size:34px;
    text-align:left;
    font-family:serif;
    line-height:48px;
}

#monthly #funaken_title h2 span{
    color:#34589e;
    font-family:sans-serif;
}

#monthly p span{
    font-weight: bold;
    color: #34589e;
}

/*獲得賞金ベスト20*/
#monthly h3{
    color:#500055;
    font-size:20px;
    text-align:center;
    margin-top:30px;
    margin-bottom:8px;
}

#monthly h3 span{
    color:#4c5159;
    font-weight:normal;
    font-size:16px;
}

#monthly #kakutoku20 {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

#monthly #kakutoku20 table{
    width: 440px;
    vertical-align: middle;
    background: #fff;
}

#monthly #kakutoku20 table td,
#monthly #kakutoku20 table th{
    text-align: center;
    padding: 3.5px 0;
}

#monthly #kakutoku20 table th{
    background: #d4c5d8;
    font-weight:normal;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#monthly #kakutoku20 table td{
    border-bottom: 1px dotted #000;
}

#monthly #kakutoku20 table tr:nth-child(6),
#monthly #kakutoku20 table tr:nth-child(11){
    border-bottom: 1px solid #000;
}

#monthly #kakutoku20 table td:nth-child(3),
#monthly #kakutoku20 table td:nth-child(4){
    font-weight: bold;
}

/*選手賞金*/
#monthly #syokin{
    display: flex;
    margin-top:40px;
    justify-content: space-between;
}

#monthly #tani{
    width:150px;
    text-align:center;
    vertical-align: middle;
    background: #d4c5d8;
    position:relative;
}

#monthly #tani h4{
    color:#1d2088;
    font-size:20px;
    text-align:center;
    line-height:24px;
    position:absolute;
    top:40%;
    left: 13%
}

#monthly #tani h4 span{
    color:#4c5159;
    font-weight:normal;
    font-size:16px;
}

#monthly #moneylist table{
    width:730px;
}

#monthly #moneylist table th,
#monthly #moneylist table td{
    padding:5px;
}

#monthly #moneylist table th{
    text-align:center;
    background-color:#d4c5d8;
    font-weight:normal;
    border-bottom:solid 1px black;
}

#monthly #moneylist table td{
    text-align:right;
    background-color:#FFF;
    border-bottom:dotted 1px black;
}

#monthly #moneylist table td:first-child{
    text-align: center;
}

#monthly #moneylist p{
    font-size:14px;
    text-indent:0;
    margin-top:10px;
    margin-bottom:0;
}