@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{
  .black{background-color: #000; border: 8px solid; border-color: #000; color: #fff; font-size: 64px; width: 86px; height: 86px; font-weight: bold; text-align: center; margin: 2px;}
  .black2{background-color: #c1dad4; border: 8px solid; font-size: 64px; width: 86px; height: 86px; color: #000; font-weight: bold; text-align: center; margin: 2px;}

  .data_block{margin-left: 10px}
  .mikata{background-color: #000; color: #fff; text-align: center; margin-bottom: 20px; font-size: 20px; padding-top: 5px; padding-bottom: 4px;}
  .riyuu{border: 4px solid; text-align: center;  border-color:#000; padding-top: 2px;}
  .touroku{font-size: 18px; padding-top: 5px;}
  .player{font-size: 24px; }
  .result{display: flex;text-align: center; height: 60px;}
  .zenkoku{background-color: #00492C; width: 80px; color: #fff; padding-left: 6px; padding-right: 6px; margin-right: 10px;}
  .zenkoku2{background-color: #00492C; width: 90px; color: #fff;}

  .win1{background-color: #fff; color: #000;}
  .win2{background-color: #fff; color: #000;}

  .toda{background-color: #744077; width: 80px; color: #fff; padding-left: 6px; padding-right: 6px; margin-right: 10px;}
  .toda2{background-color: #744077; width: 90px; color: #fff;}

  .election{
    border: 4px solid;
    border-color:#000;
    background-color: #1F6E89;
    color: #fff;
    text-align: center;
    font-size: 30px;
  }
  .election2{
    border: 4px solid;
    border-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-around;
    background-image: linear-gradient(60deg, #000  47%, #1F6E89 47%);
    font-size: 30px;
  }


  .number{font-weight: bold; font-size: 24px;}
  .name{font-size: 45px; font-weight: bold; text-align: center; }
  .name a{color:#084F64; }
  .name2{font-size: 45px; font-weight: bold; text-align: center;}
  .name2 a{color:#742A4A; }
  .sibu{
    border-left: 1px dashed;
    border-right: 1px dashed;
    width: 84px;
    text-align: center;
  }
  .come{font-size: 20px;}

  .black7{margin-top: 5px;}
  .block6{display: flex; margin-top: 8px; margin-bottom: 8px;}
  .block5{width: 250px;}
  .block4{display: flex; justify-content: space-around; align-items: center; margin-top: 8px;}
  .block3{display: flex; border-top: 1px solid; border-bottom: 1px solid;  justify-content: space-evenly; margin-bottom: 10px; font-size: 24px;}
  .block2{margin-right: 10px;}
  .block1{display: flex;  margin-left: 5px;  margin-right: 5px;}
  .block{width: 300px; text-align: center; }
  .profile_box{display: flex;}

.container_2 {
  display: flex;
  left: 50px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.container_1{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}


}