@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 .prize_wrapper .prize_title {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  background-color: #F37043;
  border-radius: 16px;
}

#monthly .prize_wrapper .prize_title .prize_term {
  font-size: 18px;
  font-weight: normal;
}

#monthly .prize_wrapper .prize_title .sub_title {
  font-size: 16px;
  font-weight: normal;
}

#monthly .prize_wrapper .prize_title .yellow_box {
  display: inline-block;
  width: 50px;
  height: 18px;
  background-color: #FFF799;
  border: 1px black solid;
  margin-right: 5px;
  vertical-align: text-top;
}

#monthly .prize_wrapper .table_wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
}

#monthly .prize_wrapper .table_wrapper .yusho {
  width: 420px;
}

#monthly .prize_wrapper .table_wrapper .yusho .solid_line {
  border-bottom: 2px #595757 solid;
}

#monthly .prize_wrapper .table_wrapper .yusho td {
  text-align: center;
  border-bottom: 1px dashed black;
}

#monthly .prize_wrapper .table_wrapper .yusho th {
  background: #FDD1B0;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  text-align: center;
}

#monthly .prize_wrapper .table_wrapper .yusho .name_yellow {
  background: #FFF799;
}

#monthly .prize_wrapper .table_wrapper .yusho .name {
  font-weight: bold;
}

#monthly .prize_wrapper .table_wrapper .yusho .image_td {
  padding-top: 5px;
  border-bottom: none;
}
