@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 #profile-container{
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  box-sizing: border-box;
}


#monthly #kijun_box,
#monthly .mikata_box,
#monthly .profile_box{
 width: 435px;
 margin: 0;
}

#monthly .mikata_box,
#monthly .profile_box{
  background: linear-gradient(180deg, #B0DEE7, #fff);
}


#monthly .line{
  border: 1px solid #9FA0A0 ;
  width: 100%;
  margin: 30px 0 10px 0;
}

/****kijun_box****/

#monthly .kijun {
  width: 433px;
  margin: 0px;
  padding-bottom: 5px;
  border: 1px solid #0054a7;
}

#monthly .kijun span {
  display:block;
  background: #0054a7;
  color:#ffffff;
  width:100%;
  font-weight: bold;
  text-align:center;
  line-height: 2;
  margin-bottom: 5px;;
}

#monthly .kijun p{
  font-size:14px;
  text-indent:-2em;
  padding-left:2em;
  line-height: 1.6;
  margin-bottom:0em;
}

/****mikata_box****/

#monthly .mikata_box {
  position: relative;
  margin:28px 0px 0px 0px;
  padding-right:5px;
}

#monthly .mikata-title{
  position: absolute;
  top: -10px;
  right: 0px;
  background: #595757;
  padding: 3px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 85%;
  text-align:center;
  padding-right:5px;
  width:130px;
  font-weight: bold;
}

/****profile_box & mikata_box****/
#monthly .profile_box{
  position: relative;
  margin-top: 20px;
}

#monthly .racer_img{
  float: left;
}

#monthly .rightside{
  margin: 5px 0 0 145px ;
}

  #monthly .mikata_box .rightside{
    padding-top: 30px;
  }


#monthly .score{
  color: #00896C;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.1em;
  padding-top: 5px;
}

#monthly .score span{
  font-size: 14px;
  margin-left: 1em;
}


#monthly .number{
  font-weight: bold;
  font-size: 17px;
}

#monthly .name,
#monthly .name a{
  color: #0054A7;
  font-weight: bold;
  font-size: 32px;
  margin-left: 5px;
}

#monthly .name_l a{
  color: #E84466;
  font-weight: bold;
  font-size: 32px;
  margin-left: 5px;
}

#monthly .mikata_box .name{
  text-align: left;
}

#monthly .kana{
  float: right;
  margin-right: 120px;
  font-size: 12px;
  margin-top: 3px;
}

#monthly .data{
  background:#FEF7CE;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  width: 160px;
  margin-left: 5px;
}

#monthly .mikata_box .data{
  width: 98%;
}


#monthly .text{
  margin-top: 5px;
  padding: 0;

}

#monthly .race_img{
  position: absolute;
  right: 5px;
}

#monthly .average1,
#monthly .average2{
  width: 90px;
  background: #ffffff;
  margin: 10px 5px 0 5px;
  float: right;
}

#monthly .average1 th,
#monthly .average1 td,
#monthly .average2 th,
#monthly .average2 td{
  font-size: 14px;
  text-align: center;
  border: 1px solid #231916;
  font-weight: normal;
}

#monthly .average1 th{
  border-right: none;
}

#monthly .average1 td{
  border-left: none;
}

#monthly .average1 {
  margin-top: 15px;
}
#monthly .average2 {
  width: 425px;
}

#monthly .average2 .chakujun{
  letter-spacing: 1px;
}

  #monthly .average_m {
    margin-top: 5px;
    margin-left: 8px;
    font-size: 14px;
  }


#monthly .zenkoku{
  background: #A2BCE2;
}

#monthly .venue{
  background: #B1DAC1;
}

#monthly span.zenkoku,
#monthly span.venue{
  padding: 0 3px 0 4px;
  border: 1px solid #231916;
  color: #231916;
  margin-right: 5px;
}


#monthly .notes{
  margin-top: 10px;
  font-size: 14px;
}

/****個別****/
