@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 {
  color: black;
}

#monthly p {
  all: initial;
}

#monthly .profile_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: black solid 1px;
  margin-top:10px;
}

#monthly .profile_top .profile_left {
  position: relative;
  width: 450px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.3)), color-stop(101%, #BCBDC0), color-stop(0%, #BCBDC0)), url(img/marugame_back.jpg);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%, #BCBDC0 101%, #BCBDC0 0%), url(img/marugame_back.jpg);
  background-repeat: no-repeat;
}

#monthly .profile_top .profile_left h3 {
  font-size: 55px;
  font-weight: bold;
  color: #c70070;
  -webkit-text-stroke: 1.6px #ffffff;
  position: absolute;
  top: 17px;
  left: 63px;
}

#monthly .profile_top .profile_left p {
  width: 450px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
  position: absolute;
  top: 105px;
}

#monthly .profile_top .profile_left .hennkou_oshirase {
  font-size: 16px;
  top: 250px;
}

#monthly .profile_top .profile_right {
  width: 50%;
}

#monthly .profile_top .profile_right .profile_box .racer_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 5px;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_img {
  margin-left: 5%;
  position: relative;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_elec {
  margin-left: 5%;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_elec p {
  color: #d87d07;
  font-weight: bold;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom {
  margin-left: 5%;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_num {
  text-indent: 0;
  font-size: 18px;
  font-weight: 600;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name {
  font-size: 45px;
  line-height: 50px;
  color: #c70070;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_tag {
  font-weight: bold;
  width: 100px;
  position: absolute;
  top: -14px;
  right: -9px;
  text-indent: 0;
  border-radius: 50%;
  text-align: center;
  background: #856a6b;
  color: white;
  font-size: 15px;
  padding: 8px;
  line-height: 23px;
}

#monthly .profile_top .profile_right .profile_box .racer_result {
  margin-left: 5%;
}

#monthly .profile_top .profile_right .profile_box .racer_result table {
  width: 100%;
}

#monthly .profile_top .profile_right .profile_box .racer_result table td, #monthly .profile_top .profile_right .profile_box .racer_result table th {
  text-align: center;
  vertical-align: top;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody {
  width: 100%;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody tr {
  width: 10%;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody tr:nth-of-type(1) th {
  background: #bed8bf;
  border: black solid 1px;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody tr:nth-of-type(3) th {
  background: #fff9b0;
  border: black solid 1px;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody tr td {
  width: 90%;
  text-align: left;
  padding-left: 1ex;
}

#monthly .profile_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

#monthly .profile_wrapper .profile_box {
  padding: 5px;
  width: 440px;
}

#monthly .profile_wrapper .profile_box .racer_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_img {
  text-align: center;
  background: #e6e6e7;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description {
  margin-left: 5%;
  margin-right: 5%;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_elec {
  width: 100%;
  margin-top: 5px;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_elec p {
  font-size: 17px;
  font-weight: bold;
  color: #d87d07;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .detail_wrap p {
  font-size: 18px;
  font-weight: bold;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_horinouti {
  font-size: 38px;
  line-height: 65px;
  text-align: center;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_horinouti a {
  color: #c70070;
  -webkit-box-pack: justify;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name {
  font-size: 44px;
  line-height: 65px;
  text-align: center;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name a {
  color: #c70070;
  -webkit-box-pack: justify;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_text {
  font-size: 18px;
}

#monthly .profile_wrapper .profile_box .racer_result table {
  margin-top: 5px;
  width: 100%;
}

#monthly .profile_wrapper .profile_box .racer_result table thead {
  background: #91656e;
  color: #FFF;
}

#monthly .profile_wrapper .profile_box .racer_result table th, #monthly .profile_wrapper .profile_box .racer_result table td {
  border: black solid 1px;
  text-align: center;
  vertical-align: bottom;
}

#monthly .profile_wrapper .profile_box .racer_result table tbody tr:nth-of-type(1) th {
  background: #bed8bf;
}

#monthly .profile_wrapper .profile_box .racer_result table tbody tr:nth-of-type(2) th {
  background: #fff9b0;
}
/*# sourceMappingURL=profile.css.map */