@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 .title_1{
  border:2px #714f9d solid;
  text-align: center;
  padding: 3px 0;
}

#monthly .title_2{
  border:2px #cf712e solid;
  text-align: center;
  padding:3px 0;
}

#monthly .purple{
  color:#714f9d;
}

#monthly .orenge{
  color:#cf712e;
}

#monthly .normal{
  font-weight:normal;
}

#monthly #line{
  background:#cf712e;
  color:white;
  padding:0 8px;
  margin:0 3px;
}

#monthly .item span{
    padding-right:10px;
}

#monthly .item{
    border-top:1px black solid;
    border-bottom:1px black solid;
    background:#c5b6d8;
    margin:20px 0;
}

#monthly .year{
  background:#c5b6d8;
  text-align: center;
  border-radius:15px;
  width:400px;
}

#monthly .table_1{
  width:400px;
}

#monthly .table_1 tr td:nth-child(1){
  text-align: right;
  padding-right:35px;
  width:100px;
}

#monthly .table_1 tr, .table_2 tr{
  border-top:1px black solid;
  border-bottom:1px black solid;
}

#monthly .table_1 th{
  background:#e2dbed;
  border-top:2px black solid;
  border-bottom:2px black solid;
}

#monthly th, td{
  text-align: center;
}

#monthly .section_1{
  display: flex;
  justify-content: center;
}

#monthly .section_1 div{
  margin:15px;
}

#monthly .name_1{
  color:#714f9d;
  font-weight:bold;
}

/* ここから獲得賞金 */
#monthly #kakutoku{
  margin-top:30px;
}

#monthly .table_2 th{
  background:#F6E3D2;
  border-top:2px black solid;
  border-bottom:2px black solid;
}

#monthly .table_2 tr td:nth-child(4){
  text-align:right;
  padding-right:24px;
  width:135px
}

#monthly .table_2{
  width:400px;
}

#monthly .name_2{
  color:#cf712e;
  font-weight:bold;
}

/* ここから選手賞金 */
#monthly #sensyu{
  width:650px;
  margin:30px auto;
}

#monthly #sensyu_title{
  display:flex;
  justify-content: space-between;
}

#monthly #sensyu_title p{
  margin-bottom:initial;
}

#monthly #sensyu_title h3{
  color:#1d2088;
}

#monthly #table_3{
  width:650px;
}

#monthly #table_3 th{
  font-weight:bold;
  background:#fad6cf;
  height:40px;
  vertical-align: middle;
  border-bottom:1px solid black;
}

#monthly #table_3 tr td{
  border-bottom:1px dashed black;
}

#monthly #table_3 tr td,
#monthly #table_3 tr th{
border-right:1px solid black;
}

#monthly #table_3 tr th:nth-of-type(7),
#monthly #table_3 tr td:nth-of-type(7){
  border-right:0px;
}

#monthly #table_3 tr th:nth-of-type(1){
  width:160px;
}

#monthly #table_3 tr th:nth-of-type(2),
#monthly #table_3 tr th:nth-of-type(3),
#monthly #table_3 tr th:nth-of-type(4),
#monthly #table_3 tr th:nth-of-type(5),
#monthly #table_3 tr th:nth-of-type(6),
#monthly #table_3 tr th:nth-of-type(7){
  width:75px;
}

#monthly #table_3 tr td:nth-child(2),
#monthly #table_3 tr td:nth-child(3),
#monthly #table_3 tr td:nth-child(4),
#monthly #table_3 tr td:nth-child(5),
#monthly #table_3 tr td:nth-child(6),
#monthly #table_3 tr td:nth-child(7){
  text-align:right;
  padding-right:12px;
}

#monthly img{
  margin-top:40px;
}