@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 #syokin{
  display: flex;
  justify-content: space-around;
}

#monthly #syokin_title{
  color:#007e8d;
  font-size:26px;
  font-weight:bold;
  text-align: center;
}

#monthly .small{
  font-weight:normal;
  color: black;
  font-size:16px;
}

#monthly #space{
  display:inline-block;
  width:50px;
  height:18px;
  background-color:#fffbc6;
  border: 1px black solid;
  margin-right:5px;
  vertical-align:text-top;
}

#monthly .yusho{
  width:420px;
}

#monthly .yusho tr th{
  background:#d0e2e6;
  text-align: center;
  border-top:2px black solid;
  border-bottom:2px black solid;
}

#monthly .yusho tr td{
  text-align: center;
  border-bottom:1px black dashed;
}

#monthly .yusho tr td{
  text-align: center;
  border-bottom:1px black dashed;
}

#monthly .yusho tr td:nth-of-type(1),
#monthly .yusho tr td:nth-of-type(2),
#monthly .yusho tr td:nth-of-type(3){
  border-right:1px black solid;
}

#monthly .yusho tr th:nth-of-type(1),
#monthly .yusho tr th:nth-of-type(2),
#monthly .yusho tr th:nth-of-type(3){
  border-right:1px black solid;
}

#monthly .t_1 tr td:nth-of-type(3){
  background:#fffbc6; 
}

#monthly .purple{
  color:#a661a4;
}

#monthly .name{
  font-weight:bold;
}

#monthly .color{
  background:#fffbc6;
}

#monthly #red_line{
  border-bottom:2px red solid;
}
/* 選手賞金 */
#monthly #sensyu{
  margin-top:20px;
  width:700px;
  margin: auto;
  margin-top:20px;
}

#monthly #sensyu h3{
  color:#007e8d;
  font-size:26px;
  font-weight:bold;
  text-align: left;
}

#monthly #sensyu_t{
  width:700px;
  margin: auto;
}


#monthly #sensyu_t tr th{
  font-weight:normal;
  border-bottom:2px solid black;
  background:#d0e2e6;
  height:30px;
  vertical-align: middle;
}

#monthly #sensyu_t tr th,
#monthly #sensyu_t tr td{
  text-align: center;
}

#monthly #sensyu_t tr td{
  border-bottom:1px dashed black;
}

#monthly #sensyu_t tr td:nth-child(1){
  width:185px;
}

#monthly #sensyu_t tr td:nth-child(2),
#monthly #sensyu_t tr td:nth-child(3),
#monthly #sensyu_t tr td:nth-child(4),
#monthly #sensyu_t tr td:nth-child(5),
#monthly #sensyu_t tr td:nth-child(6),
#monthly #sensyu_t tr td:nth-child(7){
  text-align:right;
  width:100px;
  padding-right:20px;
}

#monthly #caption{
  text-align: left;
  text-indent:0;
}

#monthly .ajust_1{
  letter-spacing:8px;
}

#monthly .ajust_2{
  letter-spacing:18px;
}

#monthly .ajust_3{
  width:150px;
  letter-spacing:3px;
}

/* トライアル枠番 */
#monthly #border{
  margin-top:30px;
  border:1px black solid;
  width:810px;
  margin:auto;
  margin-top:25px;
}

#monthly .try_t_bold{
  border-bottom:2px solid black;
}

#monthly .box_1{
  margin-top:5px;
}

#monthly .box_2{
  margin:10px 0;
}

#monthly #tri_t_1{
  font-weight: bold;
  display:flex;
  justify-content:center;
  margin-top:3px;
}

#monthly #tri_t_1 h3{
  font-size:25px;
  margin-top:20px;
  margin-left:8px;
}

#monthly .beige{
  background:#f7f4d4;
  width:75px;
}

#monthly .tri_t_2{
  font-size:18px;
  margin-left:55px;
}

#monthly .tri_table{
  width:700px;
  font-weight: bold;
  margin: auto;
}

#monthly .tri_table tr td{
  border:1px black solid;
  text-align: center;
}

#monthly .white{
  background:#EEEFEF;
  width:100px;
}

#monthly .black{
  background:black;
  color:white;
  width:100px;
}

#monthly .red{
  background:#e60012;
  color:white;
  width:100px;
}

#monthly .blue{
  background:#0075c1;
  color:white;
  width:100px;
}

#monthly .yellow{
  background:#fff100;
  width:100px;
}

#monthly .green{
  background:#009944;
  color:white;
  width:100px;
}