<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*共通*/

#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 h4 {
  text-align: center;
  color: #0082b2;
  font-family: serif;
  font-size: 24px;
}
#monthly #basic-photo1 {
  display: inline-block;
  float: right;
  margin-left: 10px;
  text-align: center;
  color: #004098;
  font-size: 14px;
}
#monthly #basic-photo1 img {
  display: block;
}
#monthly h5 {
  margin-bottom: 4px;
  text-align: center;
  color: #002870;
}
#monthly h5 span {
  padding: 0 4px;
  margin-right: 5px;
  background: #fff33f;
}

#monthly #basic-table1 {
  width: 600px;
  margin: 0 auto 20px auto;
}
#monthly #basic-table1 tr th,
#monthly #basic-table1 tr td {
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#monthly #basic-table1 tr th {
  background: #f8f6de;
}
#monthly #basic-table1 tr td {
  background: #eaf6fd;
}
#monthly #basic-table1 tr td:last-child {
  text-align: right;
}
#monthly #basic-table1 tr td:first-child {
  text-align: left;
}
#monthly #basic-table1 tr td[colspan] {
  background: #fff;
}
#monthly #basic-table1 tr:last-child td {
  text-align: right;
  border-bottom: 0;
}
#monthly #basic-table1 tr .bb1 {
  background: #fff;
}
#monthly #basic-table1 tr .bb2 {
  background: #000;
  color: #fff;
}
#monthly #basic-table1 tr .bb3 {
  background: #e60012;
  color: #fff;
}
#monthly #basic-table1 tr .bb5 {
  background: #fff100;
}
#monthly #basic-table1 tr .bb6 {
  background: #009944;
  color: #fff;
}

#monthly #basic-table2 {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: right;
  margin: -10px 0 0 10px;
  padding: 10px;
}
#monthly #basic-table2 h5,
#monthly #basic-table2 h6 {
  width: 100%;
}
#monthly #basic-table2 h6 {
  margin-bottom: 4px;
  padding-left: 0.5em;
  background: #3497ce;
  border-bottom: solid 1px #000;
  color: #fff;
}
#monthly #basic-table2 .basic-table2-inner {
  width: 270px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: solid 1px #000;
}
#monthly #basic-table2 .basic-table2-inner p {
  display: inline-block;
  margin-bottom: 0;
  color: #3497ce;
  font-weight: bold;
  text-indent: 0;
}
#monthly #basic-table2 .basic-table2-inner table {
  border-collapse: separate;
  border-spacing: 2px;
}
#monthly #basic-table2 .basic-table2-inner table tr th,
#monthly #basic-table2 .basic-table2-inner table tr td {
  padding: 0 2px;
  text-align: center;
}
#monthly #basic-table2 .basic-table2-inner table tr th {
  border: solid 1px #000;
  font-size: 14px;
}
#monthly #basic-table2 .basic-table2-inner table tr .win {
  font-weight: bold;
}
#monthly #basic-table2 #tar {
  width: 100%;
  text-align: right;
}

#monthly #basic-photo2 {
  clear: both;
  margin: 20px auto;
  text-align: center;
  color: #004098;
}




#monthly #basic-table3 {
  display: inline-block;
  float: right;
  margin: -10px 0 0 10px;
  padding: 10px;
  border: solid 1px #000;
}
#monthly #basic-table3 table {
  width: 100%;
}
#monthly #basic-table3 table tr th,
#monthly #basic-table3 table tr td {
  text-align: center;
}
#monthly #basic-table3 table tr th {
  border-bottom: solid 2px #000;
}
#monthly #basic-table3 table tr td {
  border-bottom: solid 1px #000;
}
#monthly #basic-table3 span {
  display: inline-block;
  transform: rotate(90deg);
}
#monthly #basic-table3 + p {
  margin-top: -10px;
}

#monthly #basic-course {
  padding: 10px;
  border: solid 1px #f08437;
}

#monthly #basic-course h4 {
  color: #ee7800;
  font-family: sans-serif;
}
#monthly #basic-course #basic-course-sub-head {
  width: 800px;
  height: 80px;
  margin: 0 auto 10px auto;
  padding-top: 4px;
  text-align: center;
  background: url("img/basic_course_sub_head_bg.png") no-repeat;
  color: #fff;
}
#monthly #basic-course #basic-course-sub-head span {
  margin-right: 5px;
  padding: 0 4px;
  background: #fff33f;
  color: #002870;
  font-size: 14px;
}
#monthly #basic-course #basic-course-sub-head .basic-normal {
  background: transparent;
  color: #000;
}
#monthly #basic-course h5 {
  margin-bottom: 5px;
  background: #f8c499;
}
#monthly #basic-course table {
  float: left;
  width: 700px;
}
#monthly #basic-course table tr th,
#monthly #basic-course table tr td {
  border: solid 1px #000;
  text-align: center;
}
#monthly #basic-course table tr th {
  background: #f8f6de;
}
#monthly #basic-course table tr th:nth-child(3n) {
  background: #ee7800;
  color: #fff;
}
#monthly #basic-course table tr td:empty {
  border: 0;
}
#monthly #basic-course .basic-course-photo {
  float: right;
  width: 160px;
  color: #004098;
}
#monthly #basic-course p {
  clear: both;
  text-indent: 0;
}
#monthly #basic-course p span {
  color: #7b3500;
  font-weight: bold;
}



</pre></body></html>