<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 #profile-head,
#monthly #profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/*
#monthly #profile-head {
  margin: 0 auto;
  width: 97%;
  border: solid 2px #d4e5ef;
}
*/

#monthly #profile-head-l,
#monthly #profile-head-r {
  width: 430px;
  margin: 0px 0;
}
#monthly #profile-head-l img {
  display: block;
  margin-top: 60px;
}
#monthly #profile-head-l h3 {
  text-align: center;
  color: #fff;
  background: #0076a9;
}
#monthly #profile-head-l .kijun {
  padding: 0.5em 1em;
  background: #eaf3f8;
}
#monthly #profile-head-r-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fce3cd;
}
#monthly #profile-head-r-inner #mikata {
  position: absolute;
  margin: -5px 0px 0px -195px;
  padding: 0 8px;
  color: #fff;
  background: #e0315a;
  border-radius: 5px;
}
#monthly #profile-head-r-inner .stadium {
  margin: -10px 0px 0px -25px;
  width: 184px;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
#monthly #profile-head-r-inner img {
  display: block;
  width: 190px;
  height: 170px;
}
#monthly #profile-head-r-inner .rightside {
  width: 240px;
  text-align: center;
}
#monthly #profile-head-r-inner .number {
  float: left;
  margin-top: 10px;
  padding-left: 3px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
}
#monthly #profile-head-r-inner .name {
  clear: left;
  text-align: center;
  color: #e0315a;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: "ＭＳ ゴシック", monospace;
  line-height: 1.2em;
}
#monthly #profile-head-r-inner .data {
  margin: 8px 5px;
  text-align: center;
  color: black;
  font-size: 85%;
  letter-spacing: 1px;
  background-color: white;
  float: right;
}

#monthly #profile-head-r-inner .rightside table {
  width: 230px;
  margin: 4px auto 0 auto;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 2px;
}

#monthly #profile-head-r-inner .rightside table tr th {
  width: 2.6em;
  text-align: center;
  vertical-align: middle;
  border: solid 1px black;
}
#monthly #profile-head-r-inner .rightside table tr .zen {
  background: #d3edfb;
}
#monthly #profile-head-r-inner .rightside table tr .kiryu {
  background: #fee793;
}



#monthly .profile_box {
  width: 430px;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fce3cd;
  border-top-right-radius: 20px;
}

/*左側*/
#monthly .profile_box .stadium {
  margin: -10px 0px 0px -25px;
  width: 184px;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
#monthly .profile_box img {
  display: block;
  width: 190px;
  height: 210px;
}

/*右側*/
#monthly .profile_box .rightside {
  width: 240px;
  text-align: center;
}
#monthly .profile_box .number {
  float: left;
  margin-top: 10px;
  padding-left: 3px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
}
#monthly .profile_box .kana {
  float: right;
  color: black;
  margin-top: 14px;
  font-size: 80%;
  text-align: left;
  letter-spacing: 1px;
}

#monthly .profile_box .name {
  clear: left;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2em;
}

#monthly .profile_box .name a {
  color: #e0315a;
}

#monthly .profile_box .data {
  margin: 8px 5px;
  text-align: center;
  color: black;
  font-size: 100%;
  letter-spacing: 1px;
  background-color: white;
  float: right;
}

#monthly .profile_box .rightside .text {
  text-align: left;
  font-size: 20px;
  color: black;
  padding: 3px;
}

#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 .zen {
  background: #d3edfb;
}
#monthly .profile_box .rightside table tr .kiryu {
  background: #fee793;
}

#monthly .profile_box .rightside table tr td {
  background: white;
}

#monthly .girl {
  background-color: #f3dee8;
}
#monthly .girl .name a {
  color: #e0315a;
}

/*獲得賞金ランキング*/

#monthly #shokin-title {
  width: 100%;
  text-align: center;
  color: #e6003e;
  font-weight: bold;
  font-size: 26px;
  margin: 20px auto 10px auto;
  letter-spacing: 0.06em;
}

#monthly #shokin-title span{
  color: #4c5159;
  font-size: 18px;
  letter-spacing: 0.06em;
}

#monthly #shokin-title #highlight{
  background-color: #e6003e;
  color: white;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 24px;
}

#monthly #shokin-title2 {
  width: 100%;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0.06em;
}

#monthly #shokin-title2 span{
  color: #e6003e;
  letter-spacing: 0.06em;
  font-weight: normal;
}

#monthly #shokin {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

#monthly #shokin p {
  text-align: left;
  font-size: 14px;
  clear: both;
  margin: 0;
  padding: 1% 0 0 0;
}

#monthly #shokin .yusho {
  border-collapse: collapse;
  width: 48%;
}

#monthly #shokin .yusho th,#shokin .yusho td {
  padding: 3px;
  text-align: center;
  background: #FFF;
  border-right: 1px solid #333333;
}

#monthly #shokin .yusho th {
  background: #f8c6be;
  border-top:2px solid #000;
  border-right: 1px solid #333333;
  border-bottom: 2px solid #000;
}

#monthly #shokin .yusho th:last-child {
  border-right: none;
}

#monthly #shokin .yusho tr {
  border-bottom: 1px dashed #000;
}

#monthly #shokin .yusho td:last-child {
  border-right: 0px;
}

#monthly #shokin .yusho .name {
    font-weight: bold;
}

#monthly #shokin .yusho .name2 {
    color: #e6003e;
}
</pre></body></html>