@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 {
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}


/****タイトル****/

#monthly .profile_title {
  margin: 16px 0;
  }


#monthly .kijun {
  width: 100%;
  border: 1px solid #555;
  margin-top: 10px;
  padding: 0;
}

#monthly .kijun span {
  display:block;
  background: #925da3;
  color:#ffffff;
  font-weight: bold;
  text-align:center;
  line-height: 2;
  margin-bottom: 10px;
}

#monthly .kijun p{
  font-size:14px;
  text-indent:-2em;
  padding-left:2em;
  line-height: 1.6;
  margin-bottom:0em;
}

.profile_box_m_l{
  width: 420px;
  margin: 16px 0;
  padding: 8px 5px 8px 0px;
  background: #fff;
  margin-bottom:20px;
}

.profile_box_m_l span.kome{
 display:block;
  font-size:14px;
  text-align:left;
  margin: 5px 0;
    }
	
.profile_box_m_r{
  position: relative;
  margin: 32px 0 20px 35px;
}

.mikata_box {
  width: 420px;
  border: 1px solid #555;
  padding: 10px 5px 10px 10px;

}

.mikata-title{
  background: #925da3;
  padding: 3px 8px;
  color: #FFF;
  font-size: 90%;
  text-align:center;
  padding-right:5px;
  width:150px;
  margin-left:105px;
  font-weight: bold;
}

.rank-m {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  width: 230px;
  margin: 8px auto;
  background: #c9c9ca;
  border-radius: 10px;
}
.data-m {
  background: #fff;
  text-align: center;
  margin:10px 20px;
  border-radius: 10px;
  font-size: 12px;
}


.average-m {
  clear: both;
  width: 98%;
  margin-top: 6px;
  font-size: 90%;
  text-align:center;
}
.average-m tr{
  border: 1px solid #555555;
}

.average-m th {
   border: solid 1px #555555;
   text-align: center;
   }
.average-m td {
  text-align: center;
   }

/****個別****/

.profile_box_l,
.profile_box_r {
  width: 420px;
  margin: 16px 0;
  background: #f8ecbd;
}

.prlist_photo {
  position: relative;
  float: left;
  clear: both;
}
.prlist_photo img {
  width: 135px;
  height: 216px;
}

.profile_box_l .rightside img,
.profile_box_r .rightside img{
  display:block;
  width:240px;
  height: 80px;
  margin:6px auto;
}

.average {
  width: 270px;
  margin: 5px 0;
}

.average tr{
  border: 1px solid #555555;
}

.average td {
  text-align: center;
}

.rightside {
  float: left;
  width: 270px;
  margin: 0 0 0 10px;
  padding: 3px 0 0 ;
}

.rightside .text {
  font-size: 100%;
  color: #231916;
  line-height: 140%;
  letter-spacing:0.04em;
}

.style4 {
  background: #e2eec4;
  font-weight: bold;
  border-left: 1px solid #555555
}

.style5 {
  background: #FFFFFF;
}
.style6 {
  background: #FFFFFF;
  border-left: 1px solid #555555
}

.score {
  float: right;
  padding: 0;
  font-size: 17px;
  color: #000;
  font-weight: bold;
}

.score_kaisu {
  float: right;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 100;
}

.number {
  float: left;
  padding-left: 3px;
  font-size: 18px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: bold;
}

.kana {
  float: right;
  padding: 3px 0 10px 0;
  font-size: 80%;
  letter-spacing: 1px;
  font-weight: 100;
}

div.name,
div.name_l {
  clear: both;
  text-align: center;
  font-size: 220%;
  font-weight: bold;
  letter-spacing: 3px;
/*  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;*/
  line-height: 1.2em;
}
div.name,
div.name a,
div.name a:hover,
div.name a:visited {
  color: #003984;
  font-family: "ＭＳ ゴシック", monospace; 
}
div.name_l,
div.name_l a,
div.name_l a:hover,
div.name_l a:visited {
  color: #d12f30;
  font-family: "ＭＳ ゴシック", monospace;
}

#monthly .name a,
#monthly .name_l a {
  text-decoration: underline;
}

#monthly .name a:hover,
#monthly .name_l a:hover {
  text-decoration: none;
}

.rank {
  color: #231916;
  font-size: 100%;
  letter-spacing: 1px;
  width: 80%;
}

.data{
  background: #fff;
  text-align: center;
  margin:10px 20px;
  border-radius: 10px; 
}

.profile-bottom {
  clear: both;
  padding: 5px 0 0 0;
}
.profile-bottom table {
  width: 418px;
}
.profile-bottom table caption {
  text-align: center;
  color: #003984;
  font-weight: bold;
}
.profile-bottom table tr th,
.profile-bottom table tr td {
  text-align: center;
  border: 1px solid #555555;
}
.profile-bottom table tr th {
  background: #e3cdba;
}
.profile-bottom table tr td {
  background: #fff;
}

.style5 span {
  font-size: 11px;
}

.profile-bottom table tr .style4 {
  background: #e2eec4;
  font-weight: bold;
}

#monthly .prof-img-margin{
  display:block;
  margin-top:80px;
}