@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-container{
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}


/****タイトル****/

#monthly .profile_title{
  display:block;
  margin:0 auto;
  }


#monthly .kijun {
  width: 100%;
    margin-top:-4px;
}

#monthly .kijun span {
  display:block;
  width: 98%;
  margin:8px auto;
    background: #17833a;
  color:#fff;
    text-align:center;
        line-height: 2;
}

#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:60px;
}

.profile_box_m_r span.kome{
 display:block;
  font-size:14px;
  text-align:right;
    }


.profile_box_m_r{
  width: 420px;
  margin: 16px 0;
  padding: 8px 5px 8px 0px;
    margin-bottom:60px;
  padding-left: 10px;
  background: #fce3c4;
}



.mikata{
  width:120px;
  font-size:14px;
  background:#3e5ca9;
  padding:3px 12px;
  color:#fff;
  text-align:center;
  border-radius:10px;
  margin:-8px auto 10px -10px;
  }

.rank-m {
  text-align: right;
  color: #231916;
  font-size: 100%;
  letter-spacing: 1px;
  width: 98%;
  margin: 0 auto 8px auto;
  border-radius: 10px;
  background: #ffffff;
  margin: 8px auto;
}

.score-m {
  padding: 0;
  color: #000;
  margin-right: 1em;
  color:#de6a0a;
  font-weight:bold;

}

.score-m2 {
  padding: 0;
  color: #000;
  margin-right: 1em;
  float:right;
}

.score-m2 span.t {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: #ee1c25;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight:bold;
  text-align:center;
}

.score-m2 span.f {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: #006eae;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight:bold;
  text-align:center;
}

.score-m2 span.t2 {
  color: #ee1c25;
  font-weight:bold;
}

.score-m2 span.f2 {
  color: #006eae;
  font-weight:bold;
}

.average-m {
  width: 100%;
  margin-top: 15px;
  font-size: 90%;
}
.average-m tr{
  border: 1px solid #555555;
}

.average-m td {
  text-align: center;
  padding: 0 8px;
  border: 1px solid #555555;
   }


/****個別****/


.profile_box_l,
.profile_box_r {
  width: 420px;
  margin: 16px 0;
  padding: 8px 5px 8px 8px;
  background: #fce3c4;
}

.profile_box_l2,
.profile_box_r2 {
  width: 420px;
  margin: 16px 0;
  padding: 8px 5px 8px 8px;
  background: #fadbd9;
}

.prlist_photo {
  position: relative;
  float: left;
  clear: both;
  //padding-left: 10px;
}
.prlist_photo img {
  width: 126px;
  height: 145px;
}

.profile_box_l .rightside img,
.profile_box_r .rightside img{
  display:block;
  width:180px;
  margin:6px auto;
}

.average {
  width: 126px;
/*  height: 50px;*/
  margin-top: 15px;
}

.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: 110%;
  color: #231916;
  line-height: 140%;
  letter-spacing:0.04em;
}

.style4 {
  background: #cbe3ae;
}

.style5 {
  background: #FFFFFF;
}

.score {
  padding: 0;
  color: #de6a0a;
  margin-right: 1em;
  font-weight:bold;
}

.score span {
  padding: 0;
  color: #ee1c25;
  margin-right: 0.6em;
  font-weight:bold;
  float:right;
  text-align:center;
}

.score span.t {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background: #ee1c25;
    border-radius: 50%;
    color: #FFFFFF;
}

.score span.f {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background: #006eae;
    border-radius: 50%;
    color: #FFFFFF;
}

.number {
  float: left;
  padding-left: 3px;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
}

.kana {
  float: right;
  padding: 3px 10px 0 0;
  font-size: 90%;
  text-align: left;
  letter-spacing: 1px;
}

div.name,
div.name_l {
  clear: both;
  text-align: center;
  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: 1.2em;
}
div.name,
div.name a,
div.name a:hover,
div.name a:visited {
  color: #6c2947;
  font-family: "ＭＳ ゴシック", monospace;
}
div.name_l,
div.name_l a,
div.name_l a:hover,
div.name_l a:visited {
  color: #c80852;
  font-family: "ＭＳ ゴシック", monospace;
}

div.sixmoji{
  letter-spacing: 0 !important;
}

.rank {
  text-align: center;
  color: #231916;
  font-size: 100%;
  letter-spacing: 1px;
  width: 80%;
  margin: 0 auto 8px auto;
  border-radius: 10px;
  background: #ffffff;
  margin: 8px auto;
}

span.font_mini {
  font-size: 11px;
}


#monthly .prof-img-margin{
  display:block;
  margin-top:80px;
}

#monthly h4 {
  margin-bottom: 10px;
  padding: 3px 0;
  text-align: center;
  background: #009fa8;
  color: #FFFFFF;

}


#monthly #yusho-kekka {
  display: flex;
}
#monthly #yusho-kekka div {
  width: 50%;
  text-align: center;
}
#monthly #yusho-kekka div table {
  width: 90%;
  margin: 0 auto;
}
#monthly #yusho-kekka div table tr th,
#monthly #yusho-kekka div table tr td {
  text-align: center;
  border-bottom: solid 1px #000;
}
#monthly #yusho-kekka div table tr th {
  border-bottom: solid 2px #000;
}
#monthly #yusho-kekka div table tr td.bold {
  font-weight: bold;
}
#monthly #yusho-kekka div div {
  width: 100%;
  padding-left: 22px;
  text-align: left;
}

#monthly #yusho-kekka span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  border: solid 1px #000;
  border-radius: 20px;
  text-align: center;
}
#monthly #yusho-kekka span.w2 {
  background: #000;
  color: #fff;
}
#monthly #yusho-kekka span.w3 {
  background: #ff0000;
  color: #fff;
  border: #ff0000;
}
#monthly #yusho-kekka span.w4 {
  background: #0075c2;
  color: #fff;
  border: #0075c2;
}
#monthly #yusho-kekka span.w5 {
  background: #ffff00;
}
#monthly #yusho-kekka span.w6 {
  background: #009944;
  color: #fff;
  border: #009944;
}
#monthly #yusho-kekka span.triangle {
  transform: rotate(90deg);
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
}

