<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 .top_section {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
#monthly .top_section .page_title {
  width: 340px;
  height: 116px;
  margin-top: 15px;
}
#monthly .top_section .title_wrapper .top_title {
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
  margin-top: 23px;
}
#monthly .top_section .title_wrapper .top_title .purple {
  color: #713e8a;
  font-weight: bold;
}
#monthly .top_section .title_wrapper .writer {
  text-indent: 0;
  margin-left: 2px;
}
#monthly .top_section .title_wrapper .writer .writer_bold {
  font-weight: bold;
}
#monthly .article_wrapper {
  margin-bottom: 20px;
  margin-top: 25px;
}
#monthly .article_wrapper .article_title {
  font-size: 26px;
  margin-bottom: 10px;
}
#monthly .article_wrapper .article_title .purple {
  color: #713e8a;
  font-weight: bold;
}
#monthly .article_wrapper .article {
  text-align: justify;
}
#monthly .article_wrapper .article .purple {
  color: #713e8a;
  font-weight: bold;
}
#monthly .article_wrapper .article .num {
  background: #134f96;
  font-weight: bold;
  padding: 0 3px;
  color: white;
}
#monthly .article_wrapper .boat_img_1 {
  width: 220px;
  float: left;
  margin: 5px 10px 0px 0px;
}
#monthly .article_wrapper .boat_img_2 {
  width: 220px;
  float: right;
  margin-top: 40px;
  margin-left: 20px;
}
#monthly .img_wrapper {
  display: flex;
  justify-content: space-around;
}
#monthly .img_wrapper .boat_img_1 {
  width: 220px;
}
#monthly .article_wrapper_bottom {
  width: 418px;
  margin-top: 83px;
}
#monthly .article_wrapper_bottom .article_title {
  font-size: 26px;
  text-align: center;
}
#monthly .article_wrapper_bottom .article_title .purple {
  color: #713e8a;
  font-weight: bold;
}
#monthly .article_wrapper_bottom .article {
  text-align: justify;
}
#monthly .article_wrapper_bottom .article .purple {
  color: #713e8a;
  font-weight: bold;
}
#monthly .article_wrapper_bottom .article .num {
  background: #134f96;
  font-weight: bold;
  padding: 0 3px;
  color: white;
}
#monthly .article_wrapper_bottom .boat_img_1 {
  width: 220px;
  float: left;
  margin: 5px 10px 0px 0px;
}
#monthly .table_section {
  margin-top: 40px;
}
#monthly .table_section .table_title {
  color: #134f96;
  font-size: 22px;
  text-align: center;
  line-height: 23px;
}
#monthly .table_section .table_title .text_bottom {
  font-weight: normal;
  color: #000;
  font-size: 15px;
}
#monthly .table_section .table_wrapper {
  display: flex;
  justify-content: center;
}
#monthly .table_section .table_wrapper .table {
  width: 315px;
  margin-right: 45px;
  margin-right: 20px;
}
#monthly .table_section .table_wrapper .table tr th {
  background: #134f96;
  color: white;
  text-align: center;
  vertical-align: middle;
}
#monthly .table_section .table_wrapper .table tr td {
  border-bottom: dashed 1px black;
  text-align: center;
  padding: 3px 0px;
}
#monthly .table_section .table_wrapper .table .border_bottom {
  border-bottom: 1px solid black;
}
#monthly .table_section .table_wrapper .table tr td:nth-last-of-type(4) {
  font-weight: bold;
}
#monthly .table_section .table_wrapper .table .border {
  border: 1px solid black;
  padding: 0 7px;
}
#monthly .table_section .table_wrapper .table .round_black {
  border-radius: 20px;
  color: white;
  background: #000;
  padding: 0 7px;
}
#monthly .table_section .table_wrapper .table .num_t {
  background: #134f96;
  font-weight: bold;
  padding: 0 3px;
  color: white;
}
#monthly .table_section .caption {
  color: #134f96;
  text-indent: 0;
  text-align: right;
  margin-right: 126px;
}</pre></body></html>