@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 {
  margin-bottom: 20px;
}
#monthly .top_section .top_title {
  color: #000000;
  font-size: 32px;
  text-align: center;
  font-family: serif;
}
#monthly .top_section .top_title .name_1 {
  color: #dc5310;
}
#monthly .top_section .writer {
  text-indent: 0;
  text-align: right;
  margin-right: 185px;
}
#monthly .top_section .writer .bold {
  font-weight: bold;
}
#monthly .article p .name_2 {
  color: #e39300;
  font-weight: bold;
}
#monthly .article p .num {
  background: #a16652;
  padding: 0 5px;
  color: white;
  font-weight: bold;
}
#monthly .article .boat_1 {
  width: 220px;
  height: 105px;
  float: right;
  margin: 10px;
}
#monthly .article .boat_2 {
  width: 220px;
  height: 105px;
  float: left;
  margin: 0px 10px 0px 0px;
}
#monthly .article .boat_3 {
  width: 220px;
  height: 105px;
  float: right;
  margin: 0px 10px 10px 10px;
}
#monthly .motor_section .title_section {
  text-align: center;
  margin-top: 30px;
}
#monthly .motor_section .title_section .motor_title {
  font-size: 25px;
  color: #a16652;
}
#monthly .motor_section .title_section .sub_title {
  text-indent: 0;
}
#monthly .motor_section .table_section {
  display: flex;
  justify-content: center;
}
#monthly .motor_section .table_section .motor_table {
  margin: 0 10px;
}
#monthly .motor_section .table_section .motor_table tr th {
  background: #a16652;
  color: white;
  text-align: center;
  vertical-align: middle;
  color: white;
  width: 68px;
}
#monthly .motor_section .table_section .motor_table tr td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px dashed black;
}
#monthly .motor_section .table_section .motor_table tr td:nth-of-type(3) {
  font-weight: bold;
}
#monthly .motor_section .table_section .motor_table .motor_num {
  background: #a16652;
  color: white;
  font-weight: bold;
  padding: 0 7px;
  letter-spacing: 2px;
}
#monthly .motor_section .table_section .motor_table .under_bar {
  border-bottom: 1px solid black;
}
#monthly .motor_section .caption {
  color: #003f98;
  text-align: right;
  margin-right: 154px;
  margin-top: 3px;
}/*# sourceMappingURL=tenbou.css.map */