@charset "UTF-8";
/*共通*/
.button--arrowRight {
  -webkit-box-sizing: border-box;
          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,
#monthly .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 #jimoto .jimoto-racer {
  margin-top: 30px;
}

#monthly #jimoto .jimoto-photo {
  float: right;
  margin-left: 16px;
  color: #004098;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#monthly #jimoto .jimoto-photo span {
  font-size: 16px;
}

#monthly #jimoto .jimoto-head {
  color: #00A0D2;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#monthly #jimoto p img {
  margin-right: 1em;
  float: left;
}

#monthly #jimoto .jimoto-racer:nth-child(1) .jimoto-photo {
  float: left;
  margin-left: 0;
  margin-right: 16px;
}

#monthly #jimoto .jimoto-racer:nth-child(1) p img {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}
/*# sourceMappingURL=jimoto.css.map */