@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 #main_wrapper{
  display:flex;
  justify-content:space-between;
}

#monthly #rectangle{
  display:inline-block;
  background:#fee8a9;
  width:45px;
  height:20px;
  border:1px solid black;
  vertical-align:-5px;
  margin-right:3px;
}

#monthly #normal{
  font-weight:normal;
  font-size:16px;
}

#monthly #yusho_title{
  font-size:22px;
  line-height:1.2;
  text-align: center;
  background-image:url("img/shokin_title.jpg");
  padding:4px 0;
  height:50px;
}

#monthly .yusho{
  margin:20px 0;
  width:430px;
}

#monthly .yusho th{
  background: #c2d94e;
  text-align:center;
  height:35px;
  vertical-align: middle;
  border-bottom:1px black solid;
}

#monthly .yusho tr td{
  text-align:center;
  border-bottom:dashed 1px black;
}

#monthly .yusho tr td:nth-of-type(4){
  width:55px;
}

#monthly .yusho tr td:nth-of-type(5){
  width:140px;
}

#monthly .line_b{
  border-bottom:solid 1px black;
}

/* ここから選手賞金 */
#monthly #sensyu_title{
  font-size:18px;
  display:flex;
  justify-content:space-between;
}

#monthly #sub_wrapper{
  margin:auto;
  width:660px;
}

#monthly .name{
  font-weight:bold;}

#monthly .line{
  background:#fee8a9;
}

#monthly #sensyu_table{
  width:660px;
}

#monthly #sensyu_table tr th{
  text-align: center;
  background:#c2d94e;
}

#monthly #sensyu_title span{
  font-weight:normal;
  font-size:16px;
}

#monthly #small{
 font-size:14px;
}

#monthly #sensyu_table td{
  border-bottom:dashed 1px black;
}

#monthly #sensyu_table th{
  border-bottom:solid 1px black;
  height:35px;
  vertical-align: middle;
}

#monthly #sensyu_table tr td:nth-last-of-type(7){
  width:265px;
  text-align:center;
}

#monthly #sensyu_table tr:nth-child(6){
  vertical-align: middle;
}

#monthly #sensyu_table tr td:nth-last-of-type(2),
#monthly #sensyu_table tr td:nth-last-of-type(3),
#monthly #sensyu_table tr td:nth-last-of-type(4),
#monthly #sensyu_table tr td:nth-last-of-type(5),
#monthly #sensyu_table tr td:nth-last-of-type(6),
#monthly #sensyu_table tr td:nth-last-of-type(7),
#monthly #sensyu_table tr td:nth-last-of-type(8){
  border-right:solid 1px black;
}

#monthly #sensyu_table tr td:nth-last-of-type(1),
#monthly #sensyu_table tr td:nth-last-of-type(2),
#monthly #sensyu_table tr td:nth-last-of-type(3),
#monthly #sensyu_table tr td:nth-last-of-type(4),
#monthly #sensyu_table tr td:nth-last-of-type(5),
#monthly #sensyu_table tr td:nth-last-of-type(6){
  text-align:right;
  padding-right:5px;
  width:75px;
  vertical-align: middle;
}

#monthly #sensyu_table tr th:nth-last-of-type(2),
#monthly #sensyu_table tr th:nth-last-of-type(3),
#monthly #sensyu_table tr th:nth-last-of-type(4),
#monthly #sensyu_table tr th:nth-last-of-type(5),
#monthly #sensyu_table tr th:nth-last-of-type(6),
#monthly #sensyu_table tr th:nth-last-of-type(7),
#monthly #sensyu_table tr th:nth-last-of-type(8){
  border-right:solid 1px black;
}
