@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 .headline{
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: space-around;
}
/* 左側 */
#monthly .title{
  width: 50%;
  position: relative;
  background-image: url(img/profile_titleback.jpg);background-repeat:no-repeat;
  box-shadow: inset 0 0 10px 10px rgb(255, 255, 255);
}
#monthly .title .titleline{
  position: absolute;
  margin: 10px 0 0 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
#monthly .title .titleline h4{
  font-size: 40px;
  font-weight: 100;
}
#monthly .title .titleline span{
  color: #e71e31;
  font-size: 42px;
  font-weight: bold;
  text-shadow: -2px -2px 1px #ffe0d4 ,2px -2px 1px #ffe0d4 ,-2px 2px 1px #ffe0d4 ,2px 2px 1px #ffe0d4 ,-2px 0 1px #ffe0d4 ,2px 0 1px #ffe0d4;
}
#monthly .title .titleline p{
  margin-top: 7px;
}
#monthly .title .titleline .back{
  margin-top: 3px;
}
#monthly .title .tyusyaku{
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-align: center;
  color: #fff;
}

/* プロフィール共通 */
#monthly p{
  line-height: 1.4;
  text-indent: 0;
  margin-bottom: 0;
}
#monthly .blackbox{
  width: 50%;
  height: 100%;
  margin-left: 50%;
  position: absolute;
  background-color: #000;
}
#monthly .redbox{
  width: 50%;
  height: 100%;
  margin-left: 50%;
  position: absolute;
  background-color: #ee2f3e;
}
#monthly .content{
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 84% 100%, 84% 87%, 88% 87%, 88% 81%, 92% 81%, 92% 75%, 100% 75%, 100% 0%);
  border: solid #ee2f3e;
  box-sizing: border-box;
  position: relative;
}
#monthly .selection{
  position: absolute;
  right: 0;
  padding: 2px 1.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #ee2f3e;
}
#monthly .firstline{
  display: flex;
  justify-content: space-between;
}
#monthly .player .number{
  position: absolute;
  bottom: 79px;
  font-weight: bold;
}
#monthly .player .name{
  position: absolute;
  bottom: 24px;
  font-size: 2.6rem;
  font-weight: bold;
}
#monthly .player .detail{
  position: absolute;
  bottom: 0;
  padding: 2px 0 0 10px;
  background-color: #d2d2d2;
  border-radius: 2rem;
  text-align: center;
}

/* 選手データの見方 */
#monthly .sample{
  width: 48%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#monthly .sample .vertical{
  width: 6.5%;
  height: 60%;
  padding: .5rem 1.5% 0 0;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #5e5e5e;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#monthly .sample .redbox{
  clip-path: polygon(0% 0%, 0% 100%, 78% 100%, 78% 93%, 85% 93%, 85% 87%, 92% 87%, 92% 82%, 100% 82%, 100% 0%);
}
#monthly .sample .content{
  width: 92%;
}
#monthly .sample img{
  width: 33%;
}
#monthly .sample .player{
  width: 65%;
  padding-left: 2%;
  position: relative;
}
#monthly .sample .player .detail{
  position: absolute;
  bottom: 0;
  padding: 2px 0 0 10px;
  background-color: #d2d2d2;
  border-radius: 2rem;
}
#monthly .sample .secondline{
  width: 80%;
  margin: 2% 18% 0 2%;
}
#monthly .sample .zenkoku{
  display: flex;
  justify-content: space-between;
}
#monthly .sample .zenkoku p:first-child{
  width: 15%;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #f08200;
  border: 1px solid #000;
}
#monthly .sample .zenkoku p:last-child{
  width: 80%;
}
#monthly .sample .tokuyama{
  display: flex;
  justify-content: space-between;
}
#monthly .sample .tokuyama p:first-child{
  width: 15%;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background-color:  #915da3;
  border: 1px solid #000;
}
#monthly .sample .tokuyama p:last-child{
  width: 80%;
}

/* 選手一覧 */
#monthly .racerlineup{
  width: 97.5%;
  margin-left: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly .contestant{
  width: 49%;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
#monthly .contestant .redbox{
  clip-path: polygon(0% 0%, 0% 100%, 77% 100%, 77% 93%, 84% 93%, 84% 87%, 92% 87%, 92% 82%, 100% 82%, 100% 0%);
}
#monthly .contestant .content{
  width: 100%;
}
#monthly .contestant img{
  width: 31%;
}
#monthly .contestant .player{
  width: 63%;
  padding-left: 4%;
  position: relative;
}
#monthly .contestant .player .furigana{
  position: absolute;
  right: 34px;
  bottom: 79px;
  font-weight: bold;
}
#monthly .contestant .player .name a{
  display: block;
}
#monthly .contestant .player .detail{
  width: 80%;
}
#monthly .contestant .secondline{
  width: 96%;
  margin: 2% 2% 0 2%;
}
#monthly .contestant .comment{
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#monthly .contestant .syoritu{
  width: 70%;
  display: flex;
  justify-content: space-between;
}
#monthly .contestant .syoritu p{
  padding-top: 3px;
  text-align: center;
  border: 1px solid #000;
}
#monthly .contestant .syoritu .zenkoku{
  width: 20%;
  color: #fff;
  background-color: #f08200;
}
#monthly .contestant .syoritu .tokuyama{
  width: 20%;
  color: #fff;
  background-color:  #915da3;
}
#monthly .contestant .syoritu .num{
  width: 30%;
}