@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 #profile {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#monthly #profile #profile-title {
  width: 290px;
}
#monthly #profile #profile-title #title {
  margin-bottom: 20px;
}
#monthly #profile #profile-title #mikata {
  float: right;
  margin-bottom: 10px;
  padding: 0 4px;
  border-radius: 4px;
  background: #008F88;
  text-align: center;
  color: #fff;
}
#monthly #profile #profile-title .rank {
  clear: both;
  color: #007fc3;
  font-weight: bold;
}
#monthly #profile #profile-title .rank span {
  font-size: 12px;
  font-weight: normal;
}
#monthly #profile #profile-title .name {
  text-align: center;
  color: #008f88;
  font-size: 38px;
  font-weight: bold;
}
#monthly #profile #profile-title .data {
  float: right;
  width: 140px;
  text-align: center;
  border: solid 1px #000;
}
#monthly #profile #profile-title #profile-dummy {
  float: left;
  margin: 0 8px 20px 0;
}
#monthly #profile #profile-title p {
  clear: both;
  text-indent: 0;
}
#monthly #profile #profile-title p span {
  margin-right: 4px;
  padding: 0 2px;
  border: solid 1px #000;
  background: #d9e480;
}
#monthly #profile #profile-title table th {
  width: 110px;
  text-align: center;
  vertical-align: middle;
  background: #d9e480;
  font-size: 14px;
  font-weight: normal;
}
#monthly #profile #profile-title table td {
  padding-left: 4px;
  background: #fff5d7;
  font-size: 14px;
}
#monthly #profile #profile-title table .nt {
  background: #e7d5e8;
}

#monthly #profile .racer {
  width: 290px;
}

#monthly #profile .racer table th {
  text-align: center;
  background: #d9e480;
}

#monthly #profile .racer table td {
  text-align: center;
}

#monthly #profile .racer .rank {
  color: #007fc3;
  font-weight: bold;
}

#monthly #profile .racer .rank span {
  font-size: 12px;
  font-weight: normal;
}

#monthly #profile .racer .kana {
  float: right;
  margin-right: 4px;
}

#monthly #profile .racer .name {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}

#monthly #profile .racer .name a {
  color: #008f88;
}

#monthly #profile .racer .name a.lady {
  color: #cf0047;
}

#monthly #profile .racer .data {
  float: right;
  width: 44px;
  text-align: center;
  border: solid 1px #000;
}

#monthly #profile .racer .racer-btm {
  clear: both;
}

#monthly #profile .racer .racer-btm .pr-photo {
  float: right;
  margin-bottom: 8px;
}

/* #monthly #profile .racer .racer-btm .pr-photo img {
  display: block;
  width: 160px;
  height: 184px;
  border: solid 1px #000;
} */

#monthly #profile .racer .racer-btm .pr-text {
  text-indent: 0;
}

#monthly #profile .racer .racer-btm .record {
  width: 120px;
}

#monthly #profile .racer .racer-btm .record th, #monthly #profile .racer .racer-btm .record td {
  border: solid 1px #000;
}

#monthly #profile .racer .course {
  clear: both;
  margin: 8px 0;
  width: 290px;
}

#monthly #profile .racer .course tr {
  background: #fff5d7;
}

#monthly #profile .racer .course .nt {
  background: #e7d5e8;
}

#monthly #profile .racer .course th {
  border-bottom: solid 1px #000;
}

#monthly #profile .racer .course th:first-child {
  border-right: solid 1px #000;
}

#monthly #profile .racer .course td {
  vertical-align: middle;
}

#monthly #profile .racer .course .c1 {
  border-right: solid 1px #000;
  font-weight: bold;
  background: #f7f8f8;
}

#monthly #profile .racer .course .c2 {
  border-right: solid 1px #000;
  color: #fff;
  font-weight: bold;
  background: #898989;
}

#monthly #profile .racer .course .c3 {
  border-right: solid 1px #000;
  color: #fff;
  font-weight: bold;
  background: #ef845d;
}

#monthly #profile .racer .course .c4 {
  border-right: solid 1px #000;
  color: #fff;
  font-weight: bold;
  background: #68a4d9;
}

#monthly #profile .racer .course .c5 {
  border-right: solid 1px #000;
  font-weight: bold;
  background: #fff67f;
}

#monthly #profile .racer .course .c6 {
  border-right: solid 1px #000;
  color: #fff;
  font-weight: bold;
  background: #69bd83;
}

#monthly #profile .racer #profile-prize {
  margin-top: 100px;
}
