@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 h3 {
  margin-bottom: 10px;
  color: #BD488E;
  font-size: 30px;
}

#monthly h3 img {
  margin-right: 20px;
  vertical-align: baseline;
}

#monthly h3 span {
  font-size: 16px;
  color: #000;
}

#monthly #ex {
  margin-bottom: 20px;
  text-indent: 0;
  font-size: 14px;
}

#monthly #ex span {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 4px 4px 0;
  font-size: 12px;
  font-weight: bold;
}

#monthly #ex #criteria {
  background-color: #fff100;
}

#monthly #ex #view {
  background-color: #F2E2EE;
  border-radius: 5px;
}

#monthly #ex #zen {
  border: solid 1px #000;
  background-color: #BDE1D6;
}

#monthly #ex #tama {
  border: solid 1px #000;
  background-color: #FFF9B1;
}

#monthly .zenkoku {
  background-color: #BDE1D6;
}

#monthly .tamagawa {
  background-color: #FFF9B1;
}

#monthly #prof-dreams {
  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 #prof-dreams .dream {
  width: 280px;
  height: 570px;
  position: relative;
}

#monthly #prof-dreams .dream img {
  display: block;
  width: 280px;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
}

#monthly #prof-dreams .dream img.dream-boat {
  width: 112px;
  height: 63px;
  background-color: #f9d2d4;
  border: 2px solid #fff;
  top: 260px;
  left: 155px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 5;
}

#monthly #prof-dreams .dream .rank {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}

#monthly #prof-dreams .dream .rank div {
  color: #DCBC00;
  font-size: 24px;
}

#monthly #prof-dreams .dream .prize {
  position: absolute;
  top: 1px;
  right: 2px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}

#monthly #prof-dreams .dream .dream-gradation {
  padding-top: 60px;
  height: 200px;
  position: absolute;
  top: 280px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(85%, #f9d2d4), to(rgba(249, 210, 212, 0)));
  background: linear-gradient(to top, #f9d2d4 85%, rgba(249, 210, 212, 0));
}

#monthly #prof-dreams .dream .dream-gradation .name-area {
  width: 210px;
  float: left;
  text-align: center;
}

#monthly #prof-dreams .dream .dream-gradation .name-area .num {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}

#monthly #prof-dreams .dream .dream-gradation .name-area .kana {
  float: right;
  font-size: 14px;
}

#monthly #prof-dreams .dream .dream-gradation .name-area .name {
  clear: both;
  font-size: 38px;
  font-weight: bold;
}

#monthly #prof-dreams .dream .dream-gradation .name-area .name a {
  color: #A61955;
}

#monthly #prof-dreams .dream .dream-gradation .name-area .address {
  margin: 0 auto;
  width: 160px;
  background-color: #fff;
  border-radius: 10px;
}

#monthly #prof-dreams .dream .dream-gradation table {
  float: right;
  margin-right: 10px;
  width: 54px;
  border: solid 1px #000;
}

#monthly #prof-dreams .dream .dream-gradation table th {
  text-align: center;
}
#monthly #prof-dreams .dream .dream-gradation table td {
  border-bottom: solid 1px #000;
  background-color: #fff;
  text-align: center;
}

#monthly #prof-dreams .dream .dream-gradation p {
  clear: both;
  padding: 10px;
  text-indent: 0;
}

#monthly #prof-racers {
  width: 900px;
  margin: 20px 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 #prof-racers .racer {
  width: 440px;
  height: 240px;
  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;
  background-color: #F2E2EE;
}

#monthly #prof-racers .racer .photo {
  width: 200px;
  position: relative;
}

#monthly #prof-racers .racer .photo img {
  display: block;
  width: 200px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#monthly #prof-racers .racer .photo .rank {
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  z-index: 10;
}

#monthly #prof-racers .racer .photo .rank div {
  color: #A7ABAB;
  font-size: 20px;
}

#monthly #prof-racers .racer .photo .prize {
  position: absolute;
  top: 1px;
  right: 2px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  z-index: 10;
}

#monthly #prof-racers .racer .data {
  width: 230px;
}

#monthly #prof-racers .racer .data .num {
  float: left;
  margin: 4px 0;
}

#monthly #prof-racers .racer .data .kana {
  float: right;
  margin: 4px;
}

#monthly #prof-racers .racer .data .name {
  clear: both;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

#monthly #prof-racers .racer .data .name a {
  color: #BD488E;
}

#monthly #prof-racers .racer .data .address {
  text-align: center;
}

#monthly #prof-racers .racer .data table {
  margin: 10px auto;
  width: 210px;
  border: solid 1px #000;
}

#monthly #prof-racers .racer .data table th {
  text-align: center;
}
#monthly #prof-racers .racer .data table td {
  text-align: center;
  border-right: solid 1px #000;
  background-color: #fff;
}

#monthly #prof-racers .racer .data p {
  padding: 0 10px;
  text-indent: 0;
}
/*# sourceMappingURL=profile_lch.css.map */