@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 h3{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#monthly .midashi{
  font-size: 12px;
  vertical-align: text-bottom;
}

#monthly table tr td {
  text-align: center;
  vertical-align: middle;
}

#monthly table tr th {
  background-color: #ddd0e7;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

/*データの見方*/
#monthly #example_box {
  border: 1px black solid;
  width: 410px;
}

#monthly #label {
  background: #e7df8b;
  color: #231815;
  font-weight: bold;
  width: 130px;
  padding: 0 8px;
  border-radius: 6px;
  position: absolute;
  left: 285px;
  top: 0px;
}

#monthly .ranktop {
  border: solid 2px #ffffff;
  color: #231815;
  background: #fcc800;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 5px 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

#monthly .phototop {
  float: left;
}

#monthly .name_boxtop {
  width: 250px;
  margin: 0 0 10px 10px;
}
#monthly .name_boxtop .numbertop {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #231815;
}
#monthly .name_boxtop .nametop, #monthly .name_boxtop .nametop_w {
  font-size: 46px;
  font-weight: bold;
  font-family: "ＭＳ ゴシック", monospace;
  line-height: 57px;
  color: #004892;
}
#monthly .name_boxtop .nametop a {
  color: #004892;
}
#monthly .profile_box .datatop {
  background: #dcdddd;
  padding: 3px 0 3px 6px;
  text-align: center;
  border-radius: 30px;
  margin: auto;
  margin-top: 13px;
  width: 225px;
}

#monthly #box_top {
  display: flex;
}

#monthly .item {
  margin: 10px 0 0 10px;
  display: flex;
}
#monthly .item span{
  background: #ddd0e7;
  font-size: 16px;
  text-align: center;
  width: 80px;
  height: 28px;
  margin-right: 10px;
}
#monthly .totalling{
  font-size: 14px;
  text-indent: 0px;
  margin-bottom: 0;
}

#monthly .by {
  font-size: 12px;
}
/*選手表*/
#monthly #profile_container {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#monthly .profile_box {
  width: 410px;
  margin: 0 10px 20px 10px;
  padding: 10px;
  position: relative;
}

#monthly .rank {
  border: solid 2px #ffffff;
  color: #231815;
  background: #fcc800;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 5px 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

#monthly .photo {
  float: left;
}

#monthly .rightside {
  width: 250px;
  float: right;
}

#monthly .profile_box .data {
  background: #dcdddd;
  text-align: center;
  border-radius: 30px;
  width: 150px;
  margin: auto;
  margin-top: -10px;
}

#monthly .name_box {
  width: 250px;
  margin: 0 0 10px 0;
}

#monthly .name_box .number {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #231815;
  margin-bottom: -23px;
}

#monthly .name_box .kana {
  color: black;
  font-size: 15px;
  text-align: right;
  letter-spacing: 1px;
  margin: 0 5px 0 0;
  clear: right;
}

#monthly .name_box .name, #monthly .name_box .name_w {
  clear: both;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  font-family: "ＭＳ ゴシック", monospace;
  width: 100%;
}


#monthly .rightside .come {
  font-size: 18px;
  margin-top: 1pX;
}

#monthly .rightside .come p{
  text-indent: 0px;
  margin-bottom: -10px;
}


#monthly #profiles .profile_box .name {
  clear: left;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}

#monthly .name_box .name a {
  color: #004892;
}

#monthly .name_box .name .lc {
  color: #d23d51;
}
#monthly .profile_box table tr th {
  background-color: #ddd0e7;
  vertical-align: middle;
  text-align: center;
  border: solid 1px black;
  font-weight: normal;
}

#monthly .profile_box table tr td:nth-of-type(1){
  background-color: #ddd0e7;
  text-align:center;
}

#monthly .profile_box table tr td { 
  text-align: center;
  vertical-align: middle;
  border: solid 1px black;
}

#monthly table {
  width: 410px;

}

/*賞金表*/

#monthly #syokin {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#monthly h4 {
  color: black;
  font-size: 20px;
  text-align: left;
  width: 100%;
}
#monthly h4 span {
  float: right;
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  text-align: right;
  position: relative;
  top: 5px;
}

#monthly #syokin table {
  width: 440px;
  height: 200px;
}
#monthly #syokin table tr th {
  font-weight: normal;
  background-color: #e3ecaf;
  border-left:solid 1px black;
  border-top:solid 1px black;
  border-bottom:solid 1px black;
}

#monthly #syokin table tr th:nth-of-type(1){
  border-left:none;
}

#monthly #syokin table tr td:nth-of-type(1){
  background-color: #ffffff;
  text-align:center;
  width: 130px;
  height: 50px;
  border-left:none;
}
#monthly #syokin table tr td{
  background-color: #ffffff;
  text-align:right;
  border-bottom-width: 1.1px;
  border-bottom-style: dashed;
  border-left:solid 1px black;

}


#monthly #syokin p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}