@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;
}

/*各ページ*/
.prize_monthly {
  width: 900px;
}
.prize_monthly h3 {
  width: 900px;
  font-size: 30px;
  text-align: center;
  background-image: url(img/prize_image.png);
  background-repeat: no-repeat;
}

.prize_title_1 {
  width: 200px;
  height: 55px;
  margin: 0 auto;
  font-size: 40px;
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 25px;
}

.prize_title_2 {
  width: 300px;
  height: 80px;
  font-size: 72px;
  margin: -20px auto 0px auto;
  color: #003686;
  font-family: serif;
  text-shadow    : 
  2px  2px 1px #ffffff,
 -2px  2px 1px #ffffff,
  2px -2px 1px #ffffff,
 -2px -2px 1px #ffffff,
  2px  0px 1px #ffffff,
  0px  2px 1px #ffffff,
 -2px  0px 1px #ffffff,
  0px -2px 1px #ffffff; 
  filter: drop-shadow(1px 1px 2px #000000);
}


.prize_title_3 {
  width: 200px;
  height: 65px;
  margin: -2px auto 0 auto;
  font-size: 50px;
  font-style: italic;
  color: black;
  text-shadow: 0px 2px 0 white, -4px 0px 0 white, 1px 2px 0 white, 2px 0px 0 white, 4px 4px 5px rgba(0, 0, 0, 0.5);/* 黒い影 */
}

.prize_title_3_text {
  font-size: 40px;
}

.prize_asof {
  margin: 10px 0px;
  text-align: center;
}
.prize_asof .space_attention {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 16px;
  margin-right: 5px;
  background-color: #fff9b1;
  border: 1px solid black;
}

.prize_main {
  display: flex;
  width: 900px;
}

.prize_table {
  width: 440px;
  margin: 0 auto;
  background-color: #fff9b1;
  color: black;
}

.prize_table th {
  text-align: center;
  background-color: #003686;
  color: white;
  border: 1px solid black;
}

.prize_table td {
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
}

.prize_table td:nth-of-type(1), .non-participation {
  background-color: white;
}

.prize_table td:nth-of-type(5) {
  color: red;
}/*# sourceMappingURL=prize.css.map */