@charset "utf-8";

/*共通*/
br.clear {
  clear: both;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;/*旧サイト用にtop10px*/
  padding: 0px;
  //border:1px solid red;
}
#monthly p {
  font-size:16px;
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

/*各ページ*/

#monthly h4{
  color:#613984;
  font-size:20px;
  font-weight:bold;
  margin-bottom:0.4em;
}

#monthly .title{
  width:900px;
  margin-bottom:20px;
}

#monthly .motor-box{
  border:1px solid #000;
  padding:16px;
  margin-bottom:30px;
}

#monthly div.motor-number{
  float:left;
  line-height:1em;
  width: 1.8em;
  height: 1.8em;
  font-size: 40px;
  background: #C1599D;
  border-radius: 50%;
  color: #fff;
  text-align:center;
  line-height:1.4;
  box-shadow: 1px 1px rgba(87,25,68,1),1px 1px rgba(233,204,226,1) inset;
  margin-right:16px;
}

#monthly div.motor-number span{
  display:block;
  font-size: 18px;
  line-height:0;
}

#monthly .motor-box img.photo{
  float:right;
  margin-left:12px;
}

#monthly .motor-box div.seiseki{
  background:#D4F0FD;
  margin-top:10px;
  padding:16px;
  font-size:16px;
}

#monthly .motor-box div.seiseki table{
  width:100%;
  letter-spacing:0.1em;
}

#monthly .motor-box div.seiseki table tr.line{
  border-bottom:1px solid #000;
}

#monthly .motor-box div.seiseki table caption{
  font-weight:bold;
}

#monthly .motor-box div.seiseki table td:nth-child(4){
  padding-right:20px;
}

#monthly p.memo{
  text-align:right;
  margin-top:-20px;
}

#monthly .clear {
  clear: both;
}
