@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 #profiles {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly #profiles .profile_box {
  width: 440px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly #profiles .profile_box .racer-l {
  width: 160px;
}

#monthly #profiles .profile_box .racer-l .riyuu {
  color: #003894;
  font-weight: bold;
}

#monthly #profiles .profile_box .racer-l .riyuu-b {
  color: #003894;
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0 3px 0;
}

#monthly #profiles .profile_box .racer-l img {
  display: block;
  width: 160px;
  height: 140px;
  background-color: green;
}

#monthly #profiles .profile_box .racer-l p {
  margin: 13px 0;
  letter-spacing: 0.2em;
  text-indent: 0;
}

#monthly #profiles .profile_box .racer-l table {
  width: 100%;
  border: solid 1px #000;
}

#monthly #profiles .profile_box .racer-l table th, #monthly #profiles .profile_box .racer-l table td {
  text-align: center;
}

#monthly #profiles .profile_box .racer-l table th.zenkoku {
  background-color: #D5EBE1;
}

#monthly #profiles .profile_box .racer-l table th.tokuyama {
  background-color: #FCE2BA;
  border-left: 1px solid #000;
}

#monthly #profiles .profile_box .racer-l table td.no-toku {
  width: 2em;
}

#monthly #profiles .profile_box .racer-r {
  width: 270px;
}

#monthly #profiles .profile_box .racer-r .data {
  width: 70px;
  height: 50px;
  margin-top: 10px;
  float: right;
  display: block;
  background-color: #DCDDDD;
  border-radius: 50%;
  line-height: 1em;
  text-align: center;
}

#monthly #profiles .profile_box .racer-r .number {
  float: left;
  margin-left: 8px;
}

#monthly #profiles .profile_box .racer-r .kana {
  float: right;
  font-size: 14px;
  margin-top: 2px;
}

#monthly #profiles .profile_box .racer-r .name {
  clear: left;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}

#monthly #profiles .profile_box .racer-r .name a {
  color: #00857E;
}

#monthly #profiles .profile_box .racer-r .name a.f {
  color: #B3006F;
}

#monthly #profiles .profile_box .racer-r .graph {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#monthly #profiles .profile_box .racer-r .graph span {
  display: table-cell;
  width: 16%;
  text-align: center;
  border: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r .graph span.ic {
  width: 20%;
  color: #fff;
  background-color: #000;
}

#monthly #profiles .profile_box .racer-r .graph span.ng {
  background-color: #FFFCDB;
}

#monthly #profiles .profile_box .racer-r .graph span.mk {
  background-color: #F9D3E3;
}

#monthly #profiles .profile_box .racer-r .graph span.ms {
  background-color: #E2EEC5;
}

#monthly #profiles .profile_box .racer-r .graph span.ss {
  background-color: #C8E7E9;
}

#monthly #profiles .profile_box .racer-r .graph span.nk {
  background-color: #FCE2C4;
}

#monthly #profiles .profile_box .racer-r table {
  width: 100%;
  margin-top: 8px;
  border: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr th, #monthly #profiles .profile_box .racer-r table tr td {
  text-align: center;
}

#monthly #profiles .profile_box .racer-r table tr th {
  font-weight: normal;
  background-color: #D5EBE1;
  border-bottom: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr th:first-child {
  border-right: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr td {
  border-bottom: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr td.waku1 {
  background-color: #F7F8F8;
  border-right: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr td.waku2 {
  background-color: #C9CACA;
  border-right: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr td.waku3 {
  background-color: #F8C5AC;
  border-right: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr td.waku4 {
  background-color: #BBD1ED;
  border-right: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr td.waku5 {
  background-color: #FFFBC7;
  border-right: solid 1px #000;
}

#monthly #profiles .profile_box .racer-r table tr td.waku6 {
  background-color: #BEDFC2;
  border-right: solid 1px #000;
}

#monthly #profiles #profile-data .racer-l table {
  margin-top: 10px;
  border: none;
  font-size: 14px;
}

#monthly #profiles #profile-data .racer-l table th {
  padding-top: 4px;
  width: 2.5em;
}

#monthly #profiles #profile-data .racer-l table th span {
  padding: 2px;
  border: 1px solid #000;
}

#monthly #profiles #profile-data .racer-l table th span.zenkoku {
  background-color: #D5EBE1;
}

#monthly #profiles #profile-data .racer-l table th span.tokuyama {
  background-color: #FCE2BA;
}

#monthly #profiles #profile-data .racer-l table td {
  padding-top: 4px;
  text-align: left;
}

#monthly #profiles #profile-data .racer-r .data {
  padding-top: 12px;
  width: 120px;
  height: 40px;
  font-size: 14px;
}

#monthly #profiles #profile-data .racer-r .name {
  color: #00857E;
}

#monthly #profiles #profile-data .racer-r .graph-t {
  width: 99.5%;
  border: solid 1px #000;
  background-color: #D5EBE1;
  font-size: 12px;
}

#monthly #profiles #profile-data .racer-r .graph {
  font-size: 12px;
}

#monthly #profiles #profile-data .racer-r .graph span {
  width: auto;
}

#monthly #profiles #profile-data .racer-r table th:first-child {
  width: 2.2em;
}

#monthly #profiles #profile-data .racer-r table td[colspan] {
  text-align: left;
  vertical-align: middle;
}

#monthly #profiles #profile-data #profile-ex {
  text-indent: 0;
  font-size: 14px;
}

#monthly #rekidai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly #rekidai h4 {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background-color: #7D4698;
}

#monthly #rekidai table {
  width: 48%;
}

#monthly #rekidai table tr {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

#monthly #rekidai table tr th, #monthly #rekidai table tr td {
  text-align: center;
  vertical-align: middle;
}

#monthly #rekidai table tr th {
  font-weight: normal;
  background-color: #E4DAEC;
}

#monthly #rekidai table tr td:nth-child(4) {
  color: #7D4698;
  font-weight: bold;
}

#monthly #rekidai table tr td[colspan] {
  padding: 3px;
  color: #7D4698;
  font-weight: bold;
  line-height: 1.6em;
  background: -webkit-gradient(linear, right top, left bottom, from(#e7c347), color-stop(#fffcd1), to(#e7c347));
  background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
}

#monthly #rekidai table tr td[colspan] span {
  margin-left: 4px;
  padding: 0 4px;
  color: #fff;
  background-color: #7D4698;
}

#monthly #rekidai table tr td[colspan] span.yusho-box {
  color: #7D4698;
  font-size: 12px;
  background-color: #fff;
  border: #7D4698 solid 1px;
  border-radius: 10px;
}

#monthly #syokin {
  width: 600px;
  margin: 20px auto;
}

#monthly #syokin h5 {
  color: #7D4698;
}

#monthly #syokin h5 span {
  float: right;
  color: #000;
  font-weight: normal;
}

#monthly #syokin table {
  width: 100%;
}

#monthly #syokin table th, #monthly #syokin table td {
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}

#monthly #syokin table th:nth-child(7), #monthly #syokin table td:nth-child(7) {
  border-right: 0;
}

#monthly #syokin table th {
  font-weight: normal;
  background-color: #D8EFFC;
}
/*# sourceMappingURL=profile.css.map */