@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 {
  /* =======地元ヘッダー======*/
  /* =======地元3選手=======*/
}

#monthly p{
  text-indent: 0;
}

#monthly .jimoto_header {
  margin-top: 15px;
  background: #e50065;
  position: relative;
  height: 30px;
}

#monthly .jimoto_header .jimoto_subtitle {
  position: absolute;
  top: -15px;
  left: 10px;
  -webkit-transform: rotateZ(-5deg);
          transform: rotateZ(-5deg);
}

#monthly .jimoto_header .jimoto_subtitle h3 {
  font-size: 25px;
  color: #fff100;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  -webkit-text-stroke: 0.3px #b4b4b4;
}

#monthly .jimoto_header .jimoto_subtitle span {
  color: white;
}

#monthly .jimoto_header .jimoto_title {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 10px;
  -webkit-transform: translateY(-23px);
          transform: translateY(-23px);
}

#monthly .jimoto_header .jimoto_title h3 {
  font-size: 30px;
  color: white;
  text-shadow: 3px -3px 2px #e50065, -3px 3px 2px #e50065, 3px 3px 2px #e50065, -3px -3px 2px #e50065, 0 3px 2px #e50065, 3px 0 2px #e50065, 0 -3px 2px #e50065, -3px 0 2px #e50065;
}

#monthly .jimoto_header .jimoto_title span {
  font-size: 40px;
}

#monthly .jimoto_header .jimoto_title figure {
  margin-left: 10px;
}

#monthly .jimoto_header .jimoto_title figure img {
  width: 60px;
}

#monthly .jimoto_body {
  background: #fffcdb;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#monthly .jimoto_body .racer_box + .racer_box {
  margin-top: 65px;
}

#monthly .jimoto_body .racer_box .racer_box_head {
  font-size: 35px;
  color: #e50065;
  letter-spacing: .1px;
  text-align: center;
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  position: relative;
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img {
  float: left;
  margin: 0 20px 10px 0;
  padding: 10px 10px;
  background: white;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img::before {
  content: "";
  position: absolute;
  background-image: url("img/jimoto-heart.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  left: 20px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img::after {
  content: "";
  position: absolute;
  background-image: url("img/jimoto-heart.png");
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: -10px;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img figure::before {
  content: "";
  position: absolute;
  background-image: url("img/jimoto-heart.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 220px;
  left: 200px;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img figure::after {
  content: "";
  position: absolute;
  background-image: url("img/jimoto-heart.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 250px;
  left: 130px;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img figcaption {
  color: #e95098;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img figcaption::before {
  content: "";
  position: absolute;
  background-image: url("img/jimoto-heart.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 250px;
  left: 170px;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img figcaption span {
  text-align: left;
  font-size: 15px;
  line-height: 15px;
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text .racer_img_boat {
  display: inline-block;
  float: right;
  margin: 0 10px;
  clear: both;
}

#monthly .jimoto_body .racer_box .racer_box_main .racer_text::after {
  content: "";
  display: block;
  clear: both;
}

#monthly .jimoto_body .racer_box .result_area {
  margin-top: 0px;
}

#monthly .jimoto_body .racer_box .result_area h3 {
  text-align: center;
  color: #91656e;
  font-size: 25px;
  margin-bottom: 5px;
}

#monthly .jimoto_body .racer_box .result_area h3 .recently {
  background: #fff338;
  color: #014099;
  display: inline-block;
  padding: 0 2px;
  margin-right: 10px;
}

#monthly .jimoto_body .racer_box .result_area h3 .recently_span {
  color: #000;
  font-size: 20px;
  font-weight: lighter;
}

#monthly .jimoto_body .racer_box .result_area table {
  width: 100%;
}

#monthly .jimoto_body .racer_box .result_area table th, #monthly .jimoto_body .racer_box .result_area table td {
  text-align: center;
  vertical-align: middle;
}

#monthly .jimoto_body .racer_box .result_area table thead {
  background: #9b7279;
}

#monthly .jimoto_body .racer_box .result_area table thead th {
  color: #fff;
}

#monthly .jimoto_body .racer_box .result_area table thead .technique {
  border-bottom: 1px solid #fff;
}

#monthly .jimoto_body .racer_box .result_area table tbody {
  background: #fff;
}

#monthly .jimoto_body .racer_box .result_area table tbody tr {
  border-bottom: 1px solid #000;
  height: 20px;
}
/*# sourceMappingURL=jimoto.css.map */