@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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly .title{
  text-align: center;
  margin-bottom:20px;
}

#monthly .title_main{
  font-size:28px;
  color:#7E0045;
  font-weight:bold;
  margin:0 10px;
  position: relative;
  bottom: -8px;
}

#monthly .title_sub{
  font-size:18px;
  color:black;
}

#monthly .raw{
  display:flex;
  justify-content: space-around;
}

#monthly .box{
  width:215px;
  margin:0 5px 10px 5px;
  padding:5px 0 0 0;
  background:#AD0062;
  color:white;
}

#monthly .racer_profile{
  width:215px;
  height:145px;
}
#monthly .racer_info{
  width:33px;
  height:140px;
  text-align:center;
  margin:0 6px;
  float:left;
}

#monthly .racer_name{
  font-weight:bold;
  font-size:22px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#monthly .horinouchi_name{
  font-size:20px;
  letter-spacing:-0.08em;
}

#monthly .racer_branch{
  font-size:14px;
  border-top:1px dashed white;
}

#monthly .racer_img{
  width:170px;
  height:140px;
  text-align:right;
  float:right;
}

#monthly .jou_data{
  font-size:14px;
}

#monthly .kikan{
  letter-spacing:-0.05em;
}

#monthly .jou_name{
  background: linear-gradient(70deg, #231916 0%, #231916 88%, #AD0062 88%, #AD0062 100%);
  padding:2px 25px 2px 10px;
  display:inline-block;
}