@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 #profile_title {
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#monthly #profile_title #sensyutu {
  width:540px;
  margin-top:30px;
}

#monthly #profile_title #sensyutu h3 {
  font-size:60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 5px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color:#000;
  transform: skewX(-10deg);
  text-align:center;
}

#monthly #profile_title #sensyutu h3 span {
  font-size:30px;
}

#monthly #profile_title p {
  text-indent:0;
}

#monthly #profile_title table {
  border-collapse: separate;
  border-spacing: 5px;
}

#monthly #profile_title table th#mikata {
  border:solid 1px black;
  text-align:center;
  border-radius:15px;
  vertical-align: middle;
  padding:5px;
  font-weight: normal;
  line-height: 20px;
}

#monthly #profile_title table td.nor,
#monthly #profile_title table td.seiseki {
  font-size:14px;
}

#monthly #profile_title table td.seiseki {
  border:solid 1px black;
  padding:3px 10px;
}

#monthly #profile_title #tyouten {
  width:360px;
}

/*プロフィール*/
#monthly #profile_container {
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#monthly .profile_box,
#monthly #tokotan {
  width:290px;
  margin-top:40px;
}

#monthly .profile_box .rank {
  padding:2px 10px;
  background:#E60013;
}

#monthly .profile_box .rank h4 {
  font-size:18px;
  font-weight:bold;
  color:#FFF100;
  transform: skewX(-10deg);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}

#monthly .profile_box .rank h4 span {
  font-size:24px;
}

#monthly .profile_box .rank h5 {
  float:right;
  margin-top:3px;
  padding:2px 10px;
  color:#fff;
  background:#000;
  font-size:18px;
  font-weight:bold;
}

#monthly .profile_box .name_box {
  position: relative;
  width:290px;
  height:310px;
}

#monthly .profile_box .name_box .photo {
  float:left;
  margin-bottom:8px;
}

#monthly .profile_box .name_box .photo img {
  display:block;
  margin:5px;
  width:200px;
  height:300px;
}

#monthly .profile_box .name_box .name,
#monthly .profile_box .name_box .name_l,
#monthly .profile_box .name_box .kana{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 3px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color:#000;
}

#monthly .profile_box .name_box .name,
#monthly .profile_box .name_box .name_l{
  padding:5px 0 0 10px;
  float:left;
  font-size: 46px;
}

#monthly .profile_box .name_box .name a,
#monthly .profile_box .name_box .name_l a{
  text-decoration: none;
}

#monthly .profile_box .name_box .name,
#monthly .profile_box .name_box .name a{
  color:#000;
}

#monthly .profile_box .name_box .name_l,
#monthly .profile_box .name_box .name_l a{
  color:#E95283;
}

#monthly .profile_box .name_box .kana{
  font-size: 18px;
  padding-top:5px
}

#monthly .profile_box .name_box .gp{
  position: absolute;
  right: 15px;
  bottom: 5px;
}

#monthly .profile_box .data{
  clear:both;
  width:95%;
  margin:0 auto;
  padding:3px;
  text-align:center;
  font-size:18px;
  border-radius:15px;
  color: #000;
  background: linear-gradient(40deg, #F3EDBD 0%, #D7CB8F 20%, #B8AE75 30%, #F3EDBD 40%, #D7CB8F 50%, #B8AE75 60%, #AFA163 70%, #F3EDBD 80%, #D7CB8F 85%, #AFA163 90%, #D7CB8F 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}

#monthly .profile_box .text{
  width:95%;
  margin:10px auto 5px;
  font-size:20px;
}

#monthly .profile_box table.seiseki{
  width:95%;
  margin:0 auto;
  color: #000;
  background: linear-gradient(40deg, #F4F4F4 0%, #C2C3C3 30%, #F4F4F4 50%, #C2C3C3 70%, #F4F4F4 60%, #C2C3C3 70%, #F4F4F4 80%, #D4D4D5 100%);
  table-layout: fixed;
}

#monthly .profile_box table.seiseki tr{
  border:solid 1px black;
}

#monthly .profile_box table.seiseki td{
  padding:2px;
  text-align:center;
  font-size:18px;
}

#monthly .profile_box table.seiseki td:nth-child(3) {
  border-left:solid 1px black;
}

#monthly #tokotan {
  display: flex;
  align-items: center;
  justify-content: center;
}