@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:white;
  display: flex;
  justify-content: space-around;
  height:360px;
  margin-bottom: 20px;
}

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

}

#monthly #top_title{
  font-size:60px;
  letter-spacing:12px;
  color:#00887E;
  line-height: 1.3;
}
racer_photo
#monthly .sub_title{
  font-size:18px;
  font-weight: bold;
  line-height:0.8;
  margin-bottom:20px;
}

/* #monthly #monta{
  width:240px;
  height:165px;
} */

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

#monthly .indent{
  padding-left:15px;
}

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

#monthly #racer_ex{
  width:160px;
}

#monthly .reason{
  font-weight:bold;
  text-align:center;
  font-size: 16px;
  display        : inline-block;
  color          : #fae54c;            /* 文字の色 */
  letter-spacing : 2px;                /* 文字間 */
  text-shadow    :
       2px  2px 1px #00887e,
      -2px  2px 1px #00887e,
       2px -2px 1px #00887e,
      -2px -2px 1px #00887e,
       2px  0px 1px #00887e,
       0px  2px 1px #00887e,
      -2px  0px 1px #00887e,
       0px -2px 1px #00887e;        /* 文字の影 */
  padding:5px 0 3px 7px;
}

/* #monthly #photo{
  width:149px;
  height:155px;
  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:#00887e;
  font-weight:bold;
}

#monthly #round{
  height:55px;
  width:102px;
  text-align: center;
  background:#00AEEF;
  font-weight:bold;
  color:white;
  line-height:1.1;
  border-radius:80%;
  padding:5px 0 3px 0;
  font-size:17px;
  position:relative;
  right:-110px;
  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;
  width: 300px;
}

#monthly #table_sample{
  width:170px;
  height:180px;
  margin-left:25px;
  position: relative;
  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:10px;
  background: white;
}

#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:#FFFBD6;
  width:435px;
  margin-top:15px;
  display: flex;
}

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

#monthly .racer_acheive{
  width:165px;
  font-weight:bold;
  font-size: 16px;
  line-height:1.4;
  display: flex;
  text-align: center;
  display        : inline-block;
  color          : #fae54c;            /* 文字の色 */
  letter-spacing : 2px;                /* 文字間 */
  text-shadow    :
       2px  2px 1px #00887e,
      -2px  2px 1px #00887e,
       2px -2px 1px #00887e,
      -2px -2px 1px #00887e,
       2px  0px 1px #00887e,
       0px  2px 1px #00887e,
      -2px  0px 1px #00887e,
       0px -2px 1px #00887e;        /* 文字の影 */
  padding:5px 0 1px 2px;
}

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

#monthly .racer_photo{
  width:155px;
  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:6px;
}

#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:#00887E;
  font-weight:bold;
  margin-top:-10px;
}

#monthly .lady{
  color:#be0060;
  font-size:44px;
  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;
}

#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;
}