@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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly #header_wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.6em;
}

#monthly p {
  text-indent:0em;
}

#monthly #header {
  width: 580px;
  margin-top: 64px;
}

#monthly h3 {
  text-align: center;
  font-size: 22px;
}

#monthly h4 {
  text-align: center;
  font-size: 24px;
  font-family: serif;
  color: #00653c;
}

#monthly h5 {
  text-align: center;
  font-size: 20px;
  color:#2c501b;
  margin-bottom: 0.6em;
}

#monthly .kobayashi {
  color:#b94b14;
  font-weight: bold;
}

#monthly .asaka {
  color:#00653c;
  font-weight: bold;
}

#monthly .motor {
  color: white;
  background-color: #2766a8;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

#monthly .motor_title {
  color: white;
  background-color: #2c501b;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

#monthly .img_center {
  text-align: center;
  margin-bottom: 30px;
}

#monthly .img_right {
  float: right;
  padding-left: 10px;
  padding-bottom: 5px;
}

#monthly .img_left {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px;
}

#monthly #table_title {
    text-align: center;
    margin: 30px auto 10px auto;
    font-size: 20px;
    font-weight: bold;
    color: #2766a8;
    line-height: 1.2em;
    font-family: sans-serif;
}

#monthly #table_title span {
    font-size: 16px;
    color: #4c5159;
    line-height: 1.2em;
    font-family: sans-serif;
    font-weight: normal;
}

#monthly #table_title #sakunen {
    font-size: 20px;
    color: #2766a8;
    background-color: #fff338;
    line-height: 1.2em;
    font-weight: bold;
}

#monthly #motor_best table {
    width: 400px;
    margin-bottom: 10px;
}

#monthly #motor_best {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#monthly #motor_best th{
    color: #fff;
    padding: 8px 10px;
    vertical-align: middle;
    text-align: center;
    background-color: #2766a8;
}

#monthly #motor_best td{
    text-align: center;
    padding: 5px;
}

#monthly #motor_best tr {
    border-bottom: dashed 1px #000;
}

#monthly #motor_best tr:nth-child(1) {
  border-bottom: none;
}

#monthly #motor_best tr.bs {
    border-bottom: solid 1px #000;
}

#monthly #motor_best td span {
    background: #2766a8;
    color: #fff;
    font-weight: bold;
    padding: 0px 7px;
    letter-spacing: 2px;
}

#monthly #tilt {
    text-align: right;
    color: #014099;
}

#monthly #asaka_comment {
    font-size: 14px;
    color: #014099;
}