@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: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: #c95c7f;
  margin-top:15px;
}

#monthly img.photo_left {
  float:left;
  margin:0px 15px 15px 0px;
}

#monthly img.photo_right {
  float:right;
  margin:0px 0px 15px 15px;
}

#monthly span {
  display: inline-block;
  background: #643080;
  color: #fff;
  margin: 0 5px;
  font-weight: bold;
  width: 2.3em;
  text-indent: 0;
  text-align: center;
  height: 1.3em;
  vertical-align: middle;
  padding-bottom: 3px;
}


/*モーター*/
#monthly #motor {
  background:#eeeaf3;
  font-size: 14px;
}
#monthly #motor-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#monthly #motor-inner div {
  width: 270px;
  padding: 10px;
  border-bottom: solid 1px #000;
}
#monthly #motor-inner .motor-nb {
  border-bottom: 0;
}
#monthly #motor-inner div p {
  text-indent: 0;
}
#monthly #motor-inner div .motor-param {
  color: #643080;
  line-height: 24px;
}
#monthly #motor-inner div .motor-param span {
  line-height: 28px;
  font-size: 18px;
}

#monthly #motor-inner table {
  float: right;
  margin-left: 10px;
  height: 100px;
  border-collapse: collapse;
}
#monthly #motor-inner table tr {
  border: solid 1px #000;
  background: #d4ecea;
}
#monthly #motor-inner table tr:nth-child(2) {
  background: #d7e7af;
}
#monthly #motor-inner table tr:nth-child(3) {
  background: #fffbc7;
}
#monthly #motor-inner table tr:nth-child(4) {
  background: #fff;
}
#monthly #motor-inner table tr td {
  text-align: center;
  padding: 3px;
}
#monthly .motor-tilt {
  text-align: right;
  color: #004098;
}

#monthly #motor-inner .rank{
    text-decoration: none;
    background: #e94609;
    color: #FFF;
    width: 44px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #bd6565;
    transition: .4s;
  float: left;
  padding: 2px 0 0 0;
  margin-right: 10px;
}


