<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly .prize_wrapper .prize_title {
  background-color: #004098;
  border-radius: 20px 20px 0px 0px;
  width: 900px;
  height: 35px;
  margin-top: 30px;
}

#monthly .prize_wrapper .title_img{
  margin: auto;
  display: block;
  position: relative;
  top: 62px;
}

#monthly .sub_title{
  display: flex;
}

#monthly .prize_wrapper .table_wrapper {
  display: flex;
}

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

#monthly .prize_wrapper .table_wrapper .yusho .juni {
  background: #004098;
  text-align: center;
  color: #fff;
  border-top: 3px solid #000;
  border-right: 1px solid #000;
  border-left: 3px solid #000;
}

#monthly .prize_wrapper .table_wrapper .yusho .koumoku {
  background: #004098;
  text-align: center;
  color: #fff;
  border-top: 3px solid #000;
}

#monthly .prize_wrapper .table_wrapper .yusho .syoukin {
  background: #004098;
  text-align: center;
  color: #fff;
  border-top: 3px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

#monthly .prize_wrapper .table_wrapper .yusho .syoukin2 {
  background: #004098;
  text-align: center;
  color: #fff;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-left: 1px solid #000;
}

#monthly .prize_wrapper .table_wrapper .yusho td {
  text-align: center;
  color: #000;
  font-weight: bold;
  border-right: 1px solid #000
}

#monthly .prize_wrapper .table_wrapper .yusho .num {
  background-color: #484751;
  color: #fff;
  font-weight: bold;
  border-left: 3px solid #000;
}

#monthly .prize_wrapper .table_wrapper .yusho .num2 {
  background-color: #595757;
  color: #fff;
  font-weight: bold;
  border-left: 3px solid #000;
}

#monthly .prize_wrapper .table_wrapper .yusho .syoukin3 {
  text-align: center;
  color: #000;
  font-weight: bold;
  border-right: 1px solid #000
}

#monthly .prize_wrapper .table_wrapper .yusho .syoukin4 {
  text-align: center;
  color: #000;
  font-weight: bold;
  border-right: 3px solid #000
}

#monthly .prize_wrapper .table_wrapper .yusho .name {
  color: #002063;
}

#monthly .prize_wrapper .table_wrapper .yusho .name_background {
  background-color: #d2d3ea;
}

#monthly .table_wrapper .yusho2 .blue_box {
  color: #d2d3ea;
}

#monthly .prize_wrapper .table_wrapper .yusho .shiina {
  border-bottom: 3px solid #000;
  background-color: #d2d3ea
}

#monthly .prize_wrapper .table_wrapper .yusho .funaoka {
  border-bottom: 3px solid #000;
}

#monthly .h1{
  background-color: #002063;
}

#monthly .mini_box {
  width        : 40px;
  height       : 17px;
  background   : #d2d3ea;
  margin: 3px 0 0 auto;
}</pre></body></html>