@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 h3 {
  margin: 40px 0 0 0;
  font-size: 24px;
  text-align: center;
  color: #A84F4A;
}

#monthly h3 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #231916;
}

#monthly h3 span b {
  display: inline-block;
  width: 45px;
  height: 18px;
  line-height: 18px;
  margin: 0 5px;
  border: 1px solid #231916;
  background: #FFFCD1;
}

#monthly th {
  background: #EDDCD5;
}


#monthly .syokin-table {
  margin-bottom: 50px;
}

#monthly .syokin-table table {
  width: 600px;
  margin: 0 auto;
}

#monthly .syokin-table table th {
  font-weight: normal;
  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 p {
  font-size: 15px;
  text-align: right;
  margin-right: 140px;
}

#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;
}


/* トライアル枠番 */

#monthly #border{
  border:1px black solid;
  width:710px;
  margin:auto;
}

#monthly .box_1{
  margin-top:5px;
  margin-bottom: 5px;
}

#monthly #tri_t_1{
  font-weight: bold;
  display:flex;
  justify-content:center;
}

#monthly #tri_t_1 h4{
  margin-top:10px;
  font-size:25px;
  margin-left:8px;
}

#monthly #title_img{
  margin-right:18px;
}

#monthly .beige{
  background:#f7f4d4;
  width:75px;
}

#monthly .tri_table{
  width:700px;
  font-weight: bold;
  margin: auto;
}

#monthly .tri_table tr td{
  border:1px black solid;
  text-align: center;
}

#monthly .tri_table tr:nth-child(1) {
  border-bottom:2px black solid;
}

#monthly .first{
  background:#EEEFEF;
  width:100px;
}

#monthly .second{
  background:black;
  color:white;
  width:100px;
}

#monthly .third{
  background:#e60012;
  color:white;
  width:100px;
}

#monthly .fourth{
  background:#0075c1;
  color:white;
  width:100px;
}

#monthly .fifth{
  background:#fff100;
  width:100px;
}

#monthly .sixth{
  background:#009944;
  color:white;
  width:100px;
}




/* ランキング */
#monthly #ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#monthly #ranking table {
  margin-top: 15px;
  width: 400px;
  text-align: center;
}

#monthly #ranking table tr {
  border-bottom: 1px dashed #231916;
}

#monthly #ranking table th {
  font-weight: normal;
  text-align: center;
  border-top: 2px solid #231916;
  border-bottom: 2px solid #231916;
  border-right: 1px solid #231916;
}

#monthly #ranking #first tr:nth-child(13) {
  border-bottom: 2px solid#E60013;
}


#monthly #ranking table td {
  text-align: center;
  border-right: 1px solid #231916;
}

#monthly #ranking table#first th:nth-child(4) ,
#monthly #ranking table#second th:nth-child(4) ,
#monthly #ranking table#first td:nth-child(4) ,
#monthly #ranking table#second td:nth-child(4) {

  border-right: none;
}

#monthly #ranking table td:nth-child(3) {
  font-weight: bold;
}

#monthly #ranking table td.lch {
  background: #FFFCD1;
}

#monthly #ranking table td.green {
  color: #46A47D;
}


