@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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly #profile_container {
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#monthly #mikata {
  width:418px;
  height:456px;
  border:solid 1px black;
  padding:5px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin:10px;
  float: left;
}

#monthly #profile_title {
  width:418px;
  height:98px;
  text-align: center;
}

#monthly #title_main {
  font-size:46px;
  font-weight:bold;
  letter-spacing: -10px;
  color:#005bac;
}

#monthly #mikata_midashi{
  height:24px;
  background: #231916;
  padding: 0px 14px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  margin: 6px auto 0;
}

#monthly #mikata_rightside {
  background: linear-gradient(180deg, rgb(216, 228, 116), rgb(255, 255, 255));
  width:418px;
  height:282px;
  position:relative;
}

#monthly #mikata_photo {
  float:left;
  clear:both;
}

#monthly #mikata_photo img {
  width:138px;
  height:234px;
}

#monthly #mikata_data {
  background: #dcdddd;
  width:138px;
  position:absolute;
  top:234px;
  text-align:center;
}

#monthly #mikata_rankname_box{
  width:260px;
  float:right;
  padding: 10px 10px 0 10px;
}

#monthly #mikata_rank {
  width:250px;
  height:30px;
  font-size:18px;
  font-weight: bold;
  color:#4d4398;
}

#monthly #mikata_rank p{
  float:right;
  text-align:right;
  font-size:14px;
  color:#000;
  margin-top:3px;
}

#monthly #mikata_number {
  text-align:left;
  font-size:120%;
  font-weight:bold;
  letter-spacing:1px;
  color:#000;
}

#monthly #mikata_name {
  clear:both;
  text-align:left;
  font-size:36px;
  font-weight:bold;
  letter-spacing: 3px;
  font-family:"ＭＳ ゴシック", monospace;
  line-height:1.2em;
  width:100%;
  color:#005bac;
}

#monthly #mikata_frame {
  display: inline-block;
  position: relative;
}

#monthly #mikata_seiseki p{
  text-indent:0;
  margin:5px 0 0 0;
  text-indent:-4em;
  padding-left:4em;
}

#monthly #mikata_seiseki span#zen {
  padding:0 4px;
  border:solid 1px black;
  margin-right:3px;
  color:#fff;
  background:#f08200;
}

#monthly #mikata_seiseki span#touchi {
  padding:0 4px;
  border:solid 1px black;
  margin-right:3px;
  color:#fff;
  background:#ca4584;
}

#monthly #memberhenkou {
  width:418px;
  text-align: center;
  margin: 14px 0 8px 0;
}

#monthly .profile_box_r {
  width:450px;
  margin: 10px 0 0 0 ;
  position:relative;
}

#monthly .profile_box,
#monthly .profile_box_w {
  background: linear-gradient(180deg, rgb(216, 228, 116), rgb(255, 255, 255));
  width:430px;
  height:224px;
  margin: 0 10px 20px 10px;
  position:relative;
}

#monthly .profile_box_w {
  background: linear-gradient(180deg, rgb(247, 199, 205), rgb(255, 255, 255));
}

#monthly .rank {
  font-weight:bold;
  font-size:18px;
  color:#4d4398;
}

#monthly .rank p {
  float:right;
  text-align:right;
  text-indent:0;
  font-size:14px;
  margin-top:3px;
  color:#000;
}

#monthly .photo {
  float:left;
}

#monthly .photo img {
  display:block;
  width:150px;
  height:200px;
}

#monthly .data {
  background: #dcdddd;
  width:150px;
  position:absolute;
  top:200px;
  text-align:center;
}

#monthly .rightside {
  width:260px;
  float:right;
  margin: 10px 10px 0 10px;
}

#monthly .name_box {
  width:250px;
  float:left;
  margin:0 0 10px 0;
}

#monthly .name_box .number {
  float:left;
  text-align:left;
  font-size:120%;
  font-weight:bold;
  letter-spacing:1px;
  color:#000;
  margin: 0 0 0 0px;
}

#monthly .name_box .kana {
  float:right;
  color:black;
  font-size:15px;
  text-align:left;
  letter-spacing:1px;
  margin:0 5px 0 0;
  clear:right;
}

#monthly .name_box .name ,
#monthly .name_box .name_w {
  clear:both;
  font-size:46px;
  font-weight:bold;
  text-align:center;
  letter-spacing: 3px;
  font-family:"ＭＳ ゴシック", monospace;
  line-height:1.2em;
  width:100%;
}

#monthly .name_box .name a {
  color:#005bac;
}

#monthly .name_box .name_w a {
  color:#bc488e;
}

#monthly .rightside table{
  width:250px;
  border:solid 1px black;
  background:#fff;
  table-layout: fixed;
}

#monthly .rightside table th,
#monthly .rightside table td {
  text-align:center;
  vertical-align:middle;
  font-weight:normal;
}

#monthly .rightside table th.zen {
  color:#fff;
  background:#f08200;
  border-left:solid 1px black;
}

#monthly .rightside table th.touchi{
  color:#fff;
  background:#ca4584;
  border-left:solid 1px black;
}

#monthly .rightside .kaisetsu {
  text-align:left;
  font-size:18px;
  margin:5px 0 0 0;
}

#monthly hr{
  width:900px;
  border-top: 1px solid #000;
  margin:25px 0;
}