<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,
#monthly .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 p {
  all: initial;
}
#monthly .prize-header {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #fff3c2;
}
#monthly .prize-header h3 {
  font-size: 25px;
}
#monthly .prize-header p {
  font-size: 18px;
}
#monthly .prize-header p span {
  display: inline-block;
  width: 30px;
  height: 10px;
  border: 1px solid black;
  background: #fadbd9;
}
#monthly .prize-table {
  box-sizing: border-box;
  padding: 20px 5px;
  display: flex;
}
#monthly .prize-table table + table {
  margin-left: 20px;
}
#monthly .prize-table table {
  width: 430px;
}
#monthly .prize-table table th, #monthly .prize-table table td {
  text-align: center;
  height: 30px;
  vertical-align: middle;
}
#monthly .prize-table table thead {
  background: #efebcd;
}
#monthly .prize-table table thead tr {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
#monthly .prize-table table tbody tr {
  border-bottom: 1px dashed black;
}
#monthly .prize-table table tbody tr td:nth-of-type(3) {
  font-size: 18px;
  font-weight: bold;
}
#monthly .prize-table table tbody tr td:nth-of-type(4) {
  width: 50px;
}
#monthly .prize-table table tbody tr .memorial-mark {
  background: #fadbd9;
}
#monthly .prize-table table tbody tr:nth-of-type(5n) {
  border-bottom: 2px solid #595656;
}/*# sourceMappingURL=prize.css.map */</pre></body></html>