@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 #top_profile{
  background:#0599d9;
  display: flex;
  justify-content: space-around;
  height:360px;
}

/* ここから見出し */
#monthly #left_box{
  text-align: center;
  width:350px;
  color:white;
}

#monthly #top_title{
  font-size:60px;
  letter-spacing:12px;
}

#monthly .sub_title{
  font-size:18px;
  font-weight: bold;
  line-height:0.8;
  padding-bottom:10px;
}

#monthly #kanibo{
  /* width:240px;
  height:150px; */
}

#monthly #text_bottom{
  width:230px;
  margin: auto;
  text-align: left;
  line-height:1.4;
  padding:30px 0 8px 0;
}

/* ここから選手のデータの見方 */
#monthly #right_box{
  width:510px;
  height:335px;
  background:white;
  margin: auto;
  border-top-right-radius:27px;
}

#monthly #racer_ex{
  width:135px;
}

#monthly .reason{
  font-weight:bold;
  color:white;
  background:#af5e2a;
  text-align:center;
  font-size: 18px;
}

#monthly #photo{
  width:135px;
  height:136px;
  background:black;
}

#monthly #racer_data_ex{
  width:280px;
  margin:5px 5px 0px 10px;
}

#monthly #racer_name_wrapper{
  margin:10px 0 0 10px;
  line-height:1.2;
}

#monthly #top_wrapper{
  display:flex;
}

#monthly #top_data{
  font-size:18px;
}

#monthly .num{
  font-size:20px;
  font-weight:bold;
  margin-left:2px;
}

#monthly .name{
  font-size:44px;
  color:#002e72;
  font-weight:bold;
}

#monthly #round{
  height:55px;
  width:102px;
  text-align: center;
  background:black;
  font-weight:bold;
  color:white;
  line-height:1.1;
  border-radius:80%;
  padding:5px 0 3px 0;
  font-size:17px;
  position:relative;
  right:-135px;
  top:-4px;
}

#monthly #blue_box_1{
  background: #b9e3f9;
  border:1px black solid;
  color: black;
  padding:0 8px;
  margin-right:20px;
}

#monthly #orenge_box_1{
  background: #fde2b9;
  border:1px black solid;
  color: black;
  padding:0 8px;
  margin-right:20px;
}

#monthly .syoritu{
  font-size:18px;
  margin-top:10px;
}

#monthly #table_sample{
  width:170px;
  height:180px;
  margin-left:25px;
  position: relative;
  bottom:8px;
  right:-20px;
}

#monthly #table_sample tr td{
  border:1px solid black;
}

#monthly #table_sample tr td:nth-of-type(1){
  text-align: center;
  width:36px;
  font-weight: bold;
}

#monthly #table_sample tr td:nth-of-type(2){
  vertical-align:middle;
  text-align: left;
  padding-left:20px;
}

#monthly #course_1{
  background: #b9e3f9;
  line-height:1.2;
  vertical-align: bottom;
}

#monthly .one{
  background:white;
  font-weight: bold;
}

#monthly .two{
  background:#c9c9ca;
  font-weight: bold;
}

#monthly .three{
  background:#f8c5ab;
  font-weight: bold;
}

#monthly .four{
  background:#bad1ed;
  font-weight: bold;
}

#monthly .five{
  background:#fffbc6;
  font-weight: bold;
}

#monthly .six{
  background:#bedfc2;
  font-weight: bold;
}

#monthly #bottom_wrapper_1{
  display: flex;
}

/* ここから選手プロフィール */
#monthly .raw{
  display: flex;
  justify-content:space-around;
}

#monthly .profile_box{
  background:#eeefef;
  width:420px;
  margin-top:15px;
  display: flex;
}

/* 左側の領域 */
#monthly .box_left{
  width:140px;
}

#monthly .racer_acheive{
  width:145px;
  height:50px;
  font-weight:bold;
  color:white;
  background:#af5e2a;
  font-size: 18px;
  line-height:1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

#monthly .racer_photo{
  width:145px;
  height:220px;
}

#monthly .racer_data_1{
  font-size:16px;
  text-align: center;
  margin-top:4px;
}

#monthly .small_1{
  font-size:16px;
}

/* ここから勝率のテーブル */
#monthly .syoritu_table{
  width:120px;
  margin:8px auto 10px auto;
  border:1px solid black;
  background:white;
}

#monthly .syoritu_table tr td{
  border-bottom:1px solid black;
  text-align: center;
}

#monthly .zenkoku{
  background: #b9e3f9;
  border-right:none;
  color: black;
  padding:0 4px;
  width:50px;
}

#monthly .mikuni{
  background: #fde2b9;
  border-right:none;
  color: black;
  padding:0 4px;
  width:50px;
}

/* 右側の領域 */
#monthly .box_right{
  margin-left:16px;
}

#monthly .name_top{
  display: flex;
  margin-top:8px;
  justify-content: space-between;
  width:225px;
}

#monthly .rubi{
  font-size:15px;
}

#monthly .touban{
  font-size:20px;
  font-weight:bold;
  margin-left:2px;
}

#monthly .racer_name{
  font-size:44px;
  color:#002e72;
  font-weight:bold;
  margin-top:-10px;
}

#monthly .racer_name a{
  color: inherit;
}

#monthly .racer_name_lady{
  font-size:44px;
  color:#8a0163;
  font-weight:bold;
  margin-top:-10px;
}

#monthly .racer_name_lady a{
  color: inherit;
}

#monthly .explain{
  font-size:22px;
  width:245px;
  line-height:1.3;
  text-align: justify;
  margin-bottom:5px;
}

#monthly .main_table{
  width:264px;
  border:1px solid black;
  position: relative;
  bottom:-17px;
}

/* #monthly .ajust{
  position: relative;
  bottom:-17px;
} */

#monthly .main_table tr td{
  border-bottom:1px solid black;
  text-align: center;
  line-height:1.4;
}

#monthly .main_table tr td:nth-child(1){
  border-right:1px solid black;
  width:38px;
}

#monthly .blue{
  background: #b9e3f9;
}

#monthly .course_2{
  font-size:12px;
}

#monthly .white{
  background:white;
}

