@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 #resize {
  font-size: 13px;
}

#monthly .profile_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 20px;
}

#monthly .profile_top .profile_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#monthly .profile_top .profile_left h3 {
  font-size: 50px;
  color: #fff100;
  -webkit-text-stroke: 0.6px #e3c286;
}

#monthly .profile_top .profile_left img {
  width: 120px;
}

#monthly .profile_top .profile_left p:nth-of-type(1) {
  text-align: center;
  position: relative;
  padding: 5px 10px;
  font-weight: 550;
}

#monthly .profile_top .profile_left p:nth-of-type(1)::before, #monthly .profile_top .profile_left p:nth-of-type(1)::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#monthly .profile_top .profile_left p:nth-of-type(1)::before {
  top: 0;
  left: 0;
  border-left: 2px solid #000;
}

#monthly .profile_top .profile_left p:nth-of-type(1)::after {
  top: 0%;
  right: 0%;
  border-right: 2px solid #000;
}

#monthly .profile_top .profile_right .profile_box {
  background: #fffbc6;
}

#monthly .profile_top .profile_right .profile_box .racer_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_img {
  position: relative;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_img p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #dcdddd;
  border-radius: 50%;
  text-align: center;
  padding: 15px;
  line-height: 17px;
}

#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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 3px 5px;
  background: #0096e0;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_elec p {
  font-weight: 600;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_elec p:nth-of-type(1) {
  font-size: 18px;
  color: #fdd000;
  margin-right: 50px;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_elec p:nth-of-type(2) {
  font-size: 16px;
  color: white;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom {
  padding: 5px;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_num {
  font-size: 18px;
  font-weight: 600;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name, #monthly .profile_top .profile_right .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_w, #monthly .profile_wrapper .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_w {
  font-size: 45px;
  line-height: 50px;
  color: #00ab84;
}

#monthly .profile_top .profile_right .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_tag {
  font-weight: bold;
  width: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  text-align: center;
  background: #00ab84;
  border: 3px solid #cce7db;
  color: white;
  font-size: 20px;
  padding: 8px;
  line-height: 20px;
}

#monthly .profile_top .profile_right .profile_box .racer_result {
  padding: 5px;
}

#monthly .profile_top .profile_right .profile_box .racer_result table {
  width: 100%;
  color: black;
  background: white;
}

#monthly .profile_top .profile_right .profile_box .racer_result table td, #monthly .profile_top .profile_right .profile_box .racer_result table th {
  border: black solid 1px;
  text-align: center;
  vertical-align: bottom;
}

#monthly .profile_top .profile_right .profile_box .racer_result table thead {
  background: #dcdddd;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody tr:nth-of-type(1) th {
  background: #c7e8fa;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody tr:nth-of-type(2) th {
  background: #d2cde6;
}

#monthly .profile_top .profile_right .profile_box .racer_result table tbody tr:nth-of-type(3) th {
  background: #fcd7a1;
}

#monthly .profile_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#monthly .profile_wrapper .profile_box {
  width: 440px;
  background: #fffbc6;
  margin-bottom: 20px;
}

#monthly .profile_wrapper .profile_box .racer_profile {
  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_img {
  position: relative;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_img img {
  width: 150px;
  height: 190px;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_img p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #dcdddd;
  border-radius: 50%;
  text-align: center;
  padding: 6.5px;
  line-height: 17px;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_elec {
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
  background: #0096e0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_elec p {
  font-weight: 600;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_elec p:nth-of-type(1) {
  font-size: 15px;
  color: #fdd000;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_elec p:nth-of-type(2) {
  font-size: 13px;
  color: white;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom {
  padding: 5px 10px;
}

#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;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .detail_wrap p:nth-of-type(1) {
  font-weight: 600;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name, #monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_w {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name a, #monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_w a {
  text-decoration: underline;
  color: #00ab84;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name a:hover, #monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_w a:hover {
  text-decoration: none;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_name_w a {
  color: #cb498e;
}

#monthly .profile_wrapper .profile_box .racer_profile .racer_description .racer_descript_bottom .racer_text {
  font-size: 18px;
}

#monthly .profile_wrapper .profile_box .racer_result {
  padding: 5px;
}

#monthly .profile_wrapper .profile_box .racer_result table {
  width: 100%;
  color: black;
  background: white;
}

#monthly .profile_wrapper .profile_box .racer_result table td, #monthly .profile_wrapper .profile_box .racer_result table th {
  border: black solid 1px;
  text-align: center;
  vertical-align: bottom;
}

#monthly .profile_wrapper .profile_box .racer_result table thead {
  background: #dcdddd;
}

#monthly .profile_wrapper .profile_box .racer_result table tbody tr:nth-of-type(1) th {
  background: #c7e8fa;
}

#monthly .profile_wrapper .profile_box .racer_result table tbody tr:nth-of-type(2) th {
  background: #d2cde6;
}

#monthly .profile_wrapper .profile_box .racer_result table tbody tr:nth-of-type(3) th {
  background: #fcd7a1;
}

#monthly .murakami_area {
  margin-top: 80px;
  width: 100%;
  position: relative;
  border: 3px solid #0073c0;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
}

#monthly .murakami_area .murakami_title1 {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #0073c0;
  text-align: right;
  font-size: 32px;
}

#monthly .murakami_area .murakami_title2 {
  font-family: "MS ゴシック","MS Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  display: block;
  font-size: 32px;
  line-height: 35px;
  color: #fff100;
  text-shadow: 2px 2px 1.5px #0073c0, 2px -2px 1.5px #0073c0, -2px 2px 1.5px #0073c0, -2px -2px 1.5px #0073c0, 0 2px 1.5px #0073c0, 2px 0 1.5px #0073c0, 0 -2px 1.5px #0073c0, -2px 0 1.5px #0073c0, 5px 3px 5px black;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 999;
  -webkit-transform: rotateZ(-5deg);
          transform: rotateZ(-5deg);
  font-style: italic;
}

#monthly .murakami_area .murakami_intro_img {
  float: left;
  position: relative;
  margin-right: 10px;
}

#monthly .murakami_area .murakami_intro_img p {
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 2px 2px 1.5px white, 2px -2px 1.5px white, -2px 2px 1.5px white, -2px -2px 1.5px white, 0 2px 1.5px white, 2px 0 1.5px white, 0 -2px 1.5px white, -2px 0 1.5px white, 5px 3px 5px black;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

#monthly .murakami_area .murakami_intro_img p span {
  font-size: 35px;
  color: #0073c0;
}

#monthly .murakami_area .murakami_text {
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
}

#monthly .murakami_area .murakami_text img {
  float: right;
  margin-left: 10px;
}

#monthly .murakami_area::after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=profile.css.map */