@charset "UTF-8";
br.clear {
  clear: both;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  /* 旧サイト用にtop10px */
  padding: 0px;
  /* border:1px solid red */
}
#monthly p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
}
#monthly p.ketujyo {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}
#monthly .midashi {
  width: 900px;
}

div#monthly {
  /*プロフィール枠 */
}
div#monthly .cf:before,
div#monthly .cf:after {
  content: " ";
  display: table;
}
div#monthly .cf:after {
  clear: both;
}
div#monthly .cf {
  *zoom: 1;
}
div#monthly #profile_title {
  display: block;
  margin: 0 auto 20px auto;
}
div#monthly #profile_dream {
  display: block;
  margin: 20px auto 20px auto;
}
div#monthly .profile_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#monthly .profile_box > div {
  position: relative;
  width: 49%;
  margin: 0 0 20px 0;
}
div#monthly .profile_box > div #pr_kijyun {
  margin: 0 0 10px 0;
  border: 1px solid gray;
}
div#monthly .profile_box > div #pr_kijyun h3 {
  padding: 4px;
  font-size: 16px;
  border: 1px solid gray;
  font-weight: bold;
  background-color: #9f5da5;
  color: #ffffff;
  text-align: center;
}
div#monthly .profile_box > div #pr_kijyun p {
  padding: 5px 8px 5px 8px;
}
div#monthly .profile_box > div p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2em;
  text-indent: 0;
  padding-left: 0;
}
div#monthly .profile_box > div .profile_member {
  padding: 10px 0 10px 10px;
  background: #eedaea;
}
div#monthly .profile_box > div #mikata_title {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  background: #6e58a5;
  padding: 6px 0 0 0;
  line-height: 1;
  color: #FFF;
  font-size: 14px;
}
div#monthly .profile_box > div .prlist_photo {
  position: relative;
  float: left;
}
div#monthly .profile_box > div .prlist_photo img {
  margin: 5px 0 0 0;
  width: 124px;
}
div#monthly .profile_box > div .prlist_photo #portrait {
  width: 125px;
  padding: 50px 0;
  margin-bottom: 1px;
  text-align: center;
  background: #898989;
  color: #FFFFFF;
  font-weight: bold;
}
div#monthly .profile_box > div .average {
  width: 100%;
  display: table;
}
div#monthly .profile_box > div .average span {
  display: table-cell;
  text-align: center;
  width: 50%;
  padding: 2px;
  border: 1px solid #555555;
}
div#monthly .profile_box > div .average span:first-child {
  background: #fffbcd;
  border-right: none;
}
div#monthly .profile_box > div .average span:last-child {
  background: #fbd3c8;
}
div#monthly .profile_box > div .mikata .average {
  margin: 0;
}
div#monthly .profile_box > div .mikata .average span {
  text-align: left;
  display: inline-block;
  width: 95%;
}
div#monthly .profile_box > div .mikata .average span:first-child {
  border-right: 1px solid gray;
}
div#monthly .profile_box > div .rightside {
  float: left;
  width: 64%;
  margin: 0 0 0 10px;
  padding: 3px 0 0;
}
div#monthly .profile_box > div .rightside p {
  font-size: 16px;
  color: #231916;
  line-height: 140%;
}
div#monthly .profile_box > div .score {
  float: right;
  width: 76%;
  padding: 0 0 0 3px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
div#monthly .profile_box > div .score span {
  font-size: 14px;
}
div#monthly .profile_box > div .mikata .score {
  margin: 0 0 14px 0;
  text-align: left;
  font-size: 16px;
  width: 100%;
}
div#monthly .profile_box > div .number {
  clear: both;
  float: left;
  padding-left: 3px;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
}
div#monthly .profile_box > div .kana {
  float: right;
  padding: 8px 0 0 0;
  font-size: 90%;
  letter-spacing: 1px;
}
div#monthly .profile_box > div div.name {
  clear: both;
  text-align: left;
  font-size: 250%;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1em;
  text-align: center;
  color: #9f5da5;
}
div#monthly .profile_box > div div.name a {
  color: #9f5da5;
  font-family: "ＭＳ ゴシック", monospace;
}
div#monthly .profile_box > div div.name a:hover, div#monthly .profile_box > div div.name a:visited {
  color: #9f5da5;
  font-family: "ＭＳ ゴシック", monospace;
}
div#monthly .profile_box > div .mikata div.name {
  text-align: left;
}
div#monthly .profile_box > div .rank {
  font-size: 16px;
  text-align: center;
  color: #231916;
  letter-spacing: 1px;
  width: 100%;
  margin: 0 auto 8px auto;
  border-radius: 10px;
  background: #FFF;
  margin: 6px auto;
}
div#monthly .profile_box > div .mikata .rank {
  font-size: 14px;
}
div#monthly .dream {
  border: 2px solid gray;
  margin: 0 0 20px 0;
}
div#monthly .dream div .score {
  padding: 3px 0 0 3px;
  border-radius: 10px;
  background: #facbdf;
}
div#monthly .dream div .profile_member {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 17%, #eedaea 74%, #eedaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 17%, #eedaea 74%, #eedaea 100%);
  background: linear-gradient(to bottom, #ffffff 17%, #eedaea 74%, #eedaea 100%);
}
div#monthly .dream div .rank {
  background: none;
}
div#monthly .dream div .prlist_photo img {
  margin: 0;
}
div#monthly .dream div div.name {
  line-height: 1.1;
}
div#monthly .dream div:nth-of-type(5),
div#monthly .dream div:nth-of-type(6) {
  margin: 0;
}
