@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 .header_wrapper{
  display: flex;
  margin-bottom: 10px;
}

#monthly #header_course{
  font-family: serif;
  font-weight: bold;
  font-size: 22px;
  color: #b50081;
  margin-left: 15px;
  margin-top: 10px;
}

#monthly h4 {
  font-family: serif;
  font-weight: bold;
  font-size: 21px;
  color: #47317b;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

#monthly #course img {
  vertical-align: text-bottom;
}

#monthly #course p img {
  vertical-align: text-top;
}

#monthly #img_coursemotor_boat1 {
  float: left;
  margin-right: 15px;
}

#monthly #motor .seven{
  padding: 0px 13px;
}

#monthly #motor span{
  background: #0998ad;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
}

#monthly hr {
  border-width: 3px 0px 0px 0px;
  border-style: solid;
  border-color: #898989;
  margin: 20px 0px 20px 0px;
}

/*常滑のモーター*/

#monthly #img_coursemotor_boat2 {
  float: right;
  margin-left: 10px;
}

#monthly #header_motor{
  font-family: serif;
  font-weight: bold;
  font-size: 22px;
  color: #008f7e;
  margin-left: 10px;
  margin-top: 25px;
}

/*今から狙える！好調6モーター*/

#monthly #img_sixmotor{
  margin-bottom: 10px;
}

#monthly #sixmotor{
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#monthly .sixmotor{
  width:430px;
  margin: 5px;
  padding: 5px 5px 0px 5px;
  background: linear-gradient(white 50%, #a5d4ad);
}

#monthly #sixmotor img{
  margin-top: -6px;
}

#monthly #sixmotor .sixmotor_data{
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  margin-bottom: 10px;
  font-weight: bold;
}

#monthly #sixmotor .seven{
  padding: 0px 16px;
}

#monthly #sixmotor span{
  background: #0998ad;
  color: #fff;
  padding: 0px 7px;
  letter-spacing: 2px;
  font-size: 23px;
}

#monthly #sixmotor .gouki{
  color: #0998ad;
}


/*モーターベスト10*/

#monthly #motor_header{
  text-align: center;
  margin: 10px auto 10px auto;
  font-size: 20px;
  font-weight: bold;
  color: #0998ad;
  line-height: 1.2em;
}

#monthly #motor_header span{
  font-size: 16px;
  font-weight: normal;
  color: #231F20;
}

#monthly #motor_best{
  width:400px;
  margin:0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#monthly #motor_best table{
  width:380px;
  margin-bottom: 10px;
}
#monthly #motor_best tr.bs{
  border-bottom: solid 1px #000;
}

#monthly #motor_best th {
  color: #fff;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #0998ad;
}

#monthly #motor_best td{
  padding: 5px ;
  border-bottom: dashed 1px #000;
  text-align: center;
}

#monthly #motor_best .seven{
  padding: 0px 13px;
}

#monthly #motor_best td span{
  background: #0998ad;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
}

#monthly #motor_best p {
  width: 100%;
  text-align: right;
}
