@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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #profile-head #profile-title {
  width: 430px;
}
#monthly #profile-title img {
  width: 430px;
  height: 136px;
}
#monthly #profile-title #kijun {
  border: solid 1px #e74291;
}
#monthly #profile-title #kijun h4 {
  padding: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #e74291;
}
#monthly #profile-title #kijun p {
  width: 420px;
  margin: 2px auto;
  text-indent: 0;
}

#monthly #profile-head #profile-view {
  width: 422px;
  margin: 0 0 16px 0;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  background: #fceaf2;
}
#monthly #profile-head .prlist_photo img {
  width: 190px;
  height: 260px;
}
#monthly #profile-head p {
  width: 184px;
  font-size: 14px;
}
#monthly #profile-head .rightside {
  width: 232px;
  text-align: center;
}
#monthly #profile-head .mikata {
  float: right;
  padding: 4px 8px;
  background: #e74291;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
#monthly #profile-head .data {
  padding: 4px 8px;
  font-size: 12px;
}
#monthly #profile-head th,
#monthly #profile-head td {
  padding: 2px;
  font-size: 12px;
}
#monthly #profile-head th {
  font-size: 11px;
}
#monthly #profile-head td {
  text-align: left;
  background: #fff;
}
#monthly #profile-head td[rowspan] {
  width: 90px;
  vertical-align: middle;
}


/****個別****/
#monthly #profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#monthly .profile_box {
  width: 430px;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
}

/*左側*/
#monthly .profile_box .score {
  padding: 4px 0 4px 6px;
  width: 184px;
  background: #fde4bf;
  color: #d45700;
  font-size: 12px;
  font-weight: bold;
}

/*右側*/
#monthly .profile_box .rightside {
  width: 240px;
  text-align: center;
}
#monthly .profile_box .number {
  float: left;
  padding-left: 3px;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #714f9d;
}
#monthly .profile_box .kana {
  float: right;
  color: #231916;
  padding: 3px 10px 0 0;
  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: #714f9d;
}
#monthly .profile_box .name a {
  color: #714f9d;
}

#monthly .profile_box .sixmoji {
  letter-spacing: 0 !important;
}

#monthly .profile_box .data {
  margin: 8px auto;
  width: 80%;
  text-align: center;
  color: #000;
  font-size: 100%;
  letter-spacing: 1px;
  border-radius: 10px;
  background: #fbdac8;
}

#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 #db6aa4;
}
#monthly .profile_box .rightside table tr th {
  background: #fadce9;
}
#monthly .profile_box .rightside table tr .gama {
  background: #c7c0df;
}
#monthly .profile_box .rightside .text {
  margin: 0;
  text-align: right;
  font-size: 14px;
  color: #db6aa4;
}








