@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 {
  width: 900px;
  /* display: grid; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* #monthly .prof-jo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
#monthly .profile_box {
  width: 420px;
  padding: 10px;
}
#monthly .profile_box table {
  width: 100%;
}
#monthly .profile_box table tr th,
#monthly .profile_box table tr td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #000;
}
#monthly .profile_box table tr th {
  font-weight: normal;
  background: #A59ECD;
  padding: 0 3px;
}

#monthly .profile-title {
  position: relative;
}

#monthly .profile-title .mikata{
  position: absolute;
  font-size: 12px;
  top: 52px;
  right: 0;
  background-color: #58585A;
  color: #fff;
  border-radius: 5px;
  padding: 1px 6px;
}


#monthly .profile-title table tr td{
  text-align: left;
  padding-left: 3px;
}

#monthly .profile_box table tr .zen {
  background: #ECB1CF;
}
#monthly .profile_box .prof-l {
  float: left;
  position: relative;
}
#monthly .profile_box .prof-l .in1 {
  position: absolute;
  top: 8px;
  left: 8px;
}
#monthly .profile_box .prof-l .in1 span {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 2px;
  font-size: 14px;
  color: #fff;
  transform: rotate(-4deg);
  background: #727171;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #727171, 0 0 0 3px #fff;
}
#monthly .profile_box .prof-r {
  float: right;
  width: 200px;
  /* margin-left: 200px; */
  padding: 8px
}
#monthly .profile_box .prof-r .number {
  float: left;
}
#monthly .profile_box .prof-r .kana {
  float: right;
}
#monthly .profile_box .prof-r .name {
  clear: right;
  color: #003984;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#monthly .profile_box .prof-r .name a {
  color: #003984;
}
#monthly .profile_box .prof-r .data {
  text-align: center;
  background: #fff67f;
  border-radius: 10px;
}
#monthly .profile_box .prof-r .text {
  margin-top: 8px;
}
#monthly .profile_box .prof-b {
  clear: both;
}
#monthly .profile_box .prof-b th[rowspan] {
  color: #fff;
  background: #4A4B9D;
}
#monthly .profile_box .prof-b td {
  padding-left: 1em;
  text-align: left;
}

#monthly .profile-title h3 {
  font-size: 12px;
}
#monthly .profile-title h3 span {
  margin-right: 12px;
  color: #FFF799;
  font-size: 30px;
  text-shadow:
    2px 2px 1px #000,
    -2px 2px 1px #000,
    2px -2px 1px #000,
    -2px -2px 1px #000,
    2px 0px 1px #000,
    0px 2px 1px #000,
    -2px 0px 1px #000,
    0px -2px 1px #000;
}
#monthly .profile-title table {
  font-size: 14px;
}
#monthly .profile-title p {
  text-indent: 0;
  font-size: 14px;
}
#monthly .profile-title .prof-l .in1 {
  position: relative;
 width: 180px; 
}
#monthly .profile-title .prof-r .name {
  clear: left;
  color: #003984;
}
#monthly .profile-title .prof-r .data {
  font-size: 12px; 
}
#monthly .profile-title .prof-b {
  margin-top: 4px;
}
 
/*獲得賞金ランキング*/
#monthly h4{
  width: 900px;
  border: 1px solid #A74200;
  text-align: center;
  margin-top: 50px;
  padding: 3px 0;
  color: #A74200;
  font-weight: bold;
  font-size: 19px;
}

#monthly h4 span{
  font-size: 15px;
  font-weight: normal;
  color: #4c5159;
  margin-left: 5px;
}

#monthly .prize-ranking{
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin-top:20px;
}

#monthly .prize-ranking table{
  width:440px;
}

#monthly .prize-ranking table tr{
  border-bottom: 1px solid #000000;
}

#monthly .prize-ranking table tr:nth-child(1){
  border-bottom: 2px solid #000000;
}

#monthly .prize-ranking table th,
#monthly .prize-ranking table td{
  text-align: center;
  padding: 3px 0;
}
#monthly .prize-ranking table th{
background-color: #EFD8C3;
}

#monthly .prize-ranking table td:nth-last-child(3){
  font-weight: bold;
}