@charset "utf-8";

/*共通*/

#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 {
  color: #541b86;
}

#monthly #profile-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}

#monthly #profile-head #profile-title {
  width: 430px;
}

#monthly #profile-head #header {
  position: absolute;
  top: 8%;
}

#monthly #profile-title #kijun {
  border: solid 1px #541b86;
}

#monthly #profile-title #kijun h4 {
  padding: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #541b86;
}

#monthly #profile-title #kijun p {
  width: 420px;
  margin: 2px auto;
  text-indent: 0;
}

#monthly #profile-head p {
  width: 184px;
  font-size: 14px;
}

#monthly #profile-head .rightside {
  width: 232px;
  text-align: center;
}

/*見方*/
#monthly #profile_view .profile_box {
  width: 680px;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f3ca;
}

#monthly #profile_view .profile_box .rightside {
  width: auto;
  margin: 30px 0 0 10px;
  font-size: 14px;
  text-align: left;
  position: relative;
}

#monthly #profile_view .rightside .in_rate{
  position: absolute;
  top: -40px;
  left: 200px;
}

#monthly #profile_view .rightside #saikin{
  position: absolute;
  top: -20px;
  right: 13px;
}

#monthly #profile_view .rightside #data_mikata{
  position: absolute;
  top: -30px;
  right: -50px;
}

#monthly #profile_view .name {
  width: auto;
  margin-left: 10px;
  font-size: 32px;
  text-align: left;
}

#monthly #profile_view .profile_box .data {
  margin: 8px 0 8px 10px;
  width: 60%;
  text-align: center;
  color: black;
  font-size: 100%;
  letter-spacing: 1px;
  border-radius: 10px;
  background-color: white;
}

#monthly #profile_view .text {
  margin: 20px 0 20px 10px;
  font-size: 18px;
  text-align: left;
}

#monthly #profile_view span {
  display: inline-block;
  text-align: center;
  width: 40px;
  margin: 3px 5px 2px 2px;
  border-collapse: collapse;
  border: solid 1px #000;
  background-color: #bbe2e8;
}

/*個別*/
#monthly #profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#monthly .profile_box {
  width: 430px;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f3ca;
}

#monthly .profile_box .data {
  margin: 8px auto;
  text-align: center;
  color: black;
  font-size: 100%;
  letter-spacing: 1px;
  border-radius: 10px;
  background-color: white;
}

/*左側*/
#monthly .profile_box .stadium {
  padding: 4px 0 2px 6px;
  width: 184px;
  background: #fabe00;
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/*右側*/
#monthly .profile_box .rightside {
  width: 240px;
  text-align: center;
  position: relative;
}

#monthly .profile_box .rightside .in_rate{
  position: absolute;
  top: -10px;
  left: 75px;
  position: relative;
}

#monthly .profile_box .rightside .in_rate span{
  position: absolute;
  top: 43px;
  right: 91px;
  font-weight: bold;
}

#monthly .profile_box .number {
  float: left;
  padding-left: 3px;
  margin-top: -13px;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
}
#monthly .profile_box .kana {
  float: right;
  color: black;
  padding: 3px 10px 0 0;
  margin-top: -13px;
  font-size: 90%;
  text-align: left;
  letter-spacing: 1px;
}

#monthly .profile_box .name {
  clear: both;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: "ＭＳ ゴシック", monospace;
  line-height: 1.2em;
  color: #541b86;
}

#monthly .profile_box .name a {
  color: #714f9d;
}

#monthly .profile_box .name .girl{
  color: #c70070;
}

#monthly .profile_box .sixmoji {
  letter-spacing: 0 !important;
}

#monthly .profile_box .data {
  margin: 8px auto;
  width: 80%;
  text-align: center;
  color: black;
  font-size: 100%;
  letter-spacing: 1px;
  border-radius: 10px;
  background-color: white;
}

#monthly .profile_box .rightside table {
  width: 230px;
  margin: 4px auto 0 auto;
  font-size: 14px;
}

#monthly .profile_box .rightside table tr th,
#monthly .profile_box .rightside table tr td {
  text-align: center;
  border: solid 1px black;
}
#monthly .profile_box .rightside table tr th {
  background: #bbe2e8;
}

#monthly .profile_box .rightside table tr td {
  background: white;
}

#monthly .profile_box .rightside .text {
  margin: 0;
  text-align: left;
  font-size: 18px;
  color: black;
  padding: 3px;
}

/*獲得賞金ランキング*/

#monthly #yusho-title {
  width: 100%;
  text-align: center;
  color: #ca516c;
  font-weight: bold;
  font-size: 26px;
  margin: 20px auto 10px auto;
  letter-spacing: 0.06em;
  border: 1px solid #ca516c;
}

#monthly #yusho-title span{
  color: #4c5159;
  font-size: 18px;
  letter-spacing: 0.06em;
}

#monthly #yushosha {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

#monthly #yushosha p {
  text-align: left;
  font-size: 14px;
  clear: both;
  margin: 0;
  padding: 1% 0 0 0;
}

#monthly #yushosha .yusho {
  border-collapse: collapse;
  width: 48%;
}

#yushosha .yusho th,#yushosha .yusho td {
  padding: 3px;
  text-align: center;
  background: #FFF;
}

#monthly #yushosha .yusho th {
  background: #f4e0e0;
  border-top:2px solid #000;
  border-bottom: 2px solid #000;
}

#monthly #yushosha .yusho th:last-child {
  border-right: none;
}

#monthly #yushosha .yusho tr {
  border-bottom: 1px dashed #000;
}

#monthly #yushosha .yusho tbody tr:nth-of-type(5n+1) {
  border-bottom: 1px solid #000;
}

#monthly #yushosha .yusho td:last-child {
  border-right: 0px;
}



