@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 .soutenbou h3 {
    font-size: 24px;
    text-align: center;
    color: #0377b1;
}

#monthly .soutenbou span {
    font-weight: bold;
    color: #315498;
}

#monthly .soutenbou .motor {
    font-weight: bold;
    color: #a48a2d;
}

/*歴代優勝者*/
#monthly h4 {
    text-align: center;
    background: #bcd4d2;
    font-size: 18px;
    margin: 50px auto 10px auto;
    width: 98%;
}

#monthly h4.yusho2 {
    background: #d1e6e9;
}

#monthly h4 span {
    font-size: 14px;
    padding: 0 5px;
    color: #44464A;
}

#monthly div.syokin {
    margin-top: 60px;
    border: 1px solid #000;
}

#monthly div.syokin div.text {
    margin: 20px;
}

#monthly div.syokin div.text span {
    display: block;
    text-align: right;
    font-size: 90%;
}

#monthly .yusho {
    border-collapse: collapse;
    width: 48%;
    float: left;
    margin: 0 1% 0 1%;
}

.yusho th,
.yusho td {
    font-size: 16px;
    padding: 3px;
    text-align: center;
    background: #FFF;
}

#monthly .yusho th {
    background: #e6e6e7;
    border-top: 2px solid #221815;
    border-bottom: 2px solid #221815;
}

#monthly .yusho td {
    border-bottom: 1px solid #000;
}

#monthly .yusho td.kontaikai {
    border: none;
    color: #b5534d;
    font-weight: bold;
    background: #F5E498;
    background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
    padding: 23px 0px;
    line-height: 1.8;
}

#monthly .yusho td.kontaikai span {
    font-size: 22px;
    padding: 1px 8px;
}

#monthly .yusho td.kontaikai .yusho_box {
    color: #b5534d;
    font-size: 14px;
    border-radius: 6px;
    padding: 2px 4px;
    background: #FFFFFF;
    border: 1px solid #b5534d;
}

#monthly .yusho .name {
    font-weight: bold;
    color: #008077;
}

#monthly .yusho .name2 {
    font-weight: bold;
    color: #2eacb5;
}

#monthly .yusho .kara {
    line-height: 17px;
}

#monthly .yusho .kara td {
    border-bottom: none;
    padding: 0;
}

#monthly .yusho2 th {
    background: #e6e6e7;
}

/*獲得賞金*/
#monthly h4.shokin {
    background: #b62f10;
    color: #fff;
}

#monthly h4 .shokin2 {
    font-size: 14px;
    padding: 0 5px;
    color: #fff;
}

#monthly th {
    background: #f3e1d4;
}

#monthly #ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#monthly #ranking table {
    width: 430px;
    text-align: center;
}

#monthly #ranking table tr {
    border-bottom: 1px dashed #231916;
}

#monthly #ranking table th {
    text-align: center;
    border-top: 2px solid #231916;
    border-bottom: 2px solid #231916;
}

#monthly #ranking table th:nth-child(4) {
    border-right: none;
}

#monthly #ranking table td {
    text-align: center;
}

#monthly #ranking table td:nth-child(4) {
    border-right: none;
}

#monthly #ranking table td:nth-child(3) {
    font-weight: bold;
}

#monthly .syokin-table {
    margin-top: 100px;
}

#monthly .syokin-table table {
    width: 600px;
    margin: 0 auto;
}

#monthly .syokin-table table th {
    border: none;
    border-bottom: 2px solid #333333;
    text-align: center;
    padding: 8px 0px;
}

#monthly .syokin-table table td {
    font-weight: normal;
    border-bottom: 1px dashed #333333;
    text-align: right;
    padding: 3px 10px 3px 0;
}

#monthly .syokin-table table caption {
    font-size: 15px;
    text-align: right;
    margin: 0;
    padding: 0;
}

#monthly .syokin-table table .shubetsu {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    padding: 0 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}