@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 {
  font-size: 26px;
  color: #5d5099;
  text-align: center;
}
#monthly .point-photo {
  display: block;
  margin: 0 auto;
}

#monthly #chumoku-motor {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  border: solid 2px #ea608e;
  border-radius: 10px;
  background: #fce5e8;
}
#monthly #chumoku-motor div {
  padding: 10px;
  background: url(img/point_motor_bg.png) no-repeat 35px 75px;
}
#monthly #chumoku-motor div img {
  float: left;
  margin-right: 10px;
}
#monthly #chumoku-motor div table {
  width: 210px;
  margin-bottom: 10px;
}
#monthly #chumoku-motor div table tr th,
#monthly #chumoku-motor div table tr td {
  text-align: center;
}
#monthly #chumoku-motor div table tr th {
  width: 70px;
  vertical-align: middle;
  background: #c94e97;
  color: #fff;
}
#monthly #chumoku-motor div table tr td {
  background: #fff;
  width: 70px;
}
#monthly #chumoku-motor div table tr td:nth-child(3) {
  border-left: solid 1px #000;
}



