@charset "UTF-8";
/*共通*/
.button--arrowRight {
  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,
.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 p {
  text-indent: 0;
  display: block;
  margin-bottom: 0;
}
#monthly .top_wrapper {
  display: flex;
  justify-content: space-around;
}
#monthly .top_wrapper .top {
  width: 450px;
  background: #008239;
}
#monthly .top_wrapper .top .title {
  color: black;
  text-align: center;
  padding: 5px 0;
}
#monthly .top_wrapper .top .title .title_inner_1 {
  font-size: 50px;
  color: white;
}
#monthly .top_wrapper .top .title .title_inner_2 {
  color: white;
  font-size: 14px;
  margin: 5px 0 10px 0;
}
#monthly .top_wrapper .label {
  background: #595757;
  width: 150px;
  color: white;
  border-radius: 8px 8px 0 0;
  text-align: center;
  margin: auto;
}
#monthly .top_wrapper .top_box {
  background: white;
  width: 425px;
  margin: auto;
  display: flex;
}
#monthly .top_wrapper .top_box .text_container {
  margin-top: 10px;
}
#monthly .top_wrapper .top_box img {
  width: 110px;
  height: 205px;
  background: white;
  margin: 5px 10px 5px 5px;
}
#monthly .top_wrapper .top_box .box_container .box_wrapper {
  display: flex;
  justify-content: center;
}
#monthly .top_wrapper .top_box .box_container .box_wrapper .box_inner_1 {
  margin-top: 5px;
}
#monthly .top_wrapper .top_box .box_container .box_wrapper .box_inner_1 .reason {
  color: #1d2088;
  font-weight: bold;
  font-size: 18px;
}
#monthly .top_wrapper .top_box .box_container .box_wrapper .box_inner_1 .reg_num {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
#monthly .top_wrapper .top_box .box_container .box_wrapper .box_inner_1 .name_man {
  color: green;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
#monthly .top_wrapper .top_box .box_container .box_wrapper .box_inner_2 {
  background: #c7e8fa;
  text-align: center;
  height: 55px;
  width: 146px;
  padding: 0 5px;
  margin: 20px auto 10px auto;
  border-radius: 50%;
  line-height: 22px;
  padding-top: 17px;
}
#monthly .top_wrapper .top_box .nation {
  display: flex;
}
#monthly .top_wrapper .top_box .nation .nation_box {
  background: #fcc800;
  width: 105px;
  height: 24px;
  text-align: center;
  border: 1px black solid;
  margin-right: 4px;
}
#monthly .top_wrapper .top_box .tamagawa {
  display: flex;
}
#monthly .top_wrapper .top_box .tamagawa .tamagawa_box {
  background: #cbe3ae;
  width: 105px;
  height: 24px;
  text-align: center;
  border: 1px black solid;
  margin-right: 4px;
}
#monthly .top_wrapper .top_box .win_text {
  font-size: 15px;
}
#monthly .top_wrapper .caption {
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 11px 0 5px 0;
}
#monthly .raw {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
#monthly .raw .profile_box {
  display: flex;
  width: 430px;
  border-bottom: 4px solid gray;
}
#monthly .raw .profile_box .table_wrapper {
  margin-top: 10px;
}
#monthly .raw .profile_box .racer_img {
  width: 135px;
  height: 175px;
  background: black;
  margin: 5px 10px 10px 5px;
}
#monthly .raw .profile_box .box_container_h .syoritu_table {
  width: 265px;
  margin: auto;
}
#monthly .raw .profile_box .box_container_h .syoritu_table tr td {
  border: 1px solid black;
  text-align: center;
  width: 75px;
}
#monthly .raw .profile_box .box_container_h .syoritu_table .nation_box_h {
  background: #fcc800;
  width: 75px;
}
#monthly .raw .profile_box .box_container_h .syoritu_table .tamagawa_box_h {
  background: #cbe3ae;
  width: 75px;
}
#monthly .raw .profile_box .box_container_h .text {
  width: 260px;
  margin: 5px auto 0 auto;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h {
  display: flex;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h {
  margin: auto;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reason_h {
  color: #1d2088;
  font-weight: bold;
  font-size: 19px;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .text_ajust {
  color: #1d2088;
  font-weight: bold;
  font-size: 14px;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .rubi {
  font-size: 12px;
  color: black;
  margin-left: 38px;
  font-weight: normal;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .ajust_1 {
  margin-left: 10px;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .ajust_2 {
  margin-left: 50px;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .ajust_3 {
  margin-left: 60px;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_man_h {
  color: #008239;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_man_h a {
  color: inherit;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_lady_h {
  color: #da5097;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_lady_h a {
  color: inherit;
}
#monthly .raw .profile_box .box_container_h .box_wrapper_h .box_inner_2_h {
  background: #c7e8fa;
  text-align: center;
  height: 66px;
  width: 50px;
  padding: 0 5px;
  margin: 20px auto 10px 12px;
  border-radius: 50%;
  line-height: 20px;
  padding-top: 5px;
}
#monthly .raw_top {
  margin-top: 15px;
}
#monthly .raw_top .profile_box {
  display: flex;
  width: 430px;
  border-bottom: 4px solid gray;
}
#monthly .raw_top .profile_box .table_wrapper {
  margin-top: 10px;
}
#monthly .raw_top .profile_box .racer_img {
  width: 135px;
  height: 175px;
  background: black;
  margin: 5px 10px 10px 5px;
}
#monthly .raw_top .profile_box .box_container_h .syoritu_table {
  width: 265px;
  margin: auto;
}
#monthly .raw_top .profile_box .box_container_h .syoritu_table tr td {
  border: 1px solid black;
  text-align: center;
  width: 75px;
}
#monthly .raw_top .profile_box .box_container_h .syoritu_table .nation_box_h {
  background: #fcc800;
  width: 75px;
}
#monthly .raw_top .profile_box .box_container_h .syoritu_table .tamagawa_box_h {
  background: #cbe3ae;
  width: 75px;
}
#monthly .raw_top .profile_box .box_container_h .text {
  width: 260px;
  margin: 5px auto 0 auto;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h {
  display: flex;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h {
  margin: auto;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reason_h {
  color: #1d2088;
  font-weight: bold;
  font-size: 19px;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .text_ajust {
  color: #1d2088;
  font-weight: bold;
  font-size: 14px;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .rubi {
  font-size: 12px;
  color: black;
  margin-left: 38px;
  font-weight: normal;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .ajust_1 {
  margin-left: 10px;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .ajust_2 {
  margin-left: 50px;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .reg_num_h .ajust_3 {
  margin-left: 60px;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_man_h {
  color: #008239;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_man_h a {
  color: inherit;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_lady_h {
  color: #da5097;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_1_h .name_lady_h a {
  color: inherit;
}
#monthly .raw_top .profile_box .box_container_h .box_wrapper_h .box_inner_2_h {
  background: #c7e8fa;
  text-align: center;
  height: 66px;
  width: 50px;
  padding: 0 5px;
  margin: 20px auto 10px 12px;
  border-radius: 50%;
  line-height: 20px;
  padding-top: 5px;
}/*# sourceMappingURL=profile.css.map */