@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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly #r_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#monthly #r_container a:link{
  color:#fff;
  text-decoration: none;
}

#monthly #r_container a:visited{
  color:#fff;
  text-decoration: none;
}

#monthly #r_container .lady a:link{
  color:#fadce9;
  text-decoration: none;
}

#monthly #r_container .lady a:visited{
  color:#fadce9;
  text-decoration: none;
}


#monthly .title{
  position: relative;
  width:300px;
  height:230px;
  text-align: right;
  font-size: 12px;
  margin-bottom:30px;
}

#monthly .title img{
  display:block;
  width:300px;
  margin:0 0 0 auto;
}

#monthly .title span{
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom:10px;
}

#monthly .mikata{
  position: relative;
  width:560px;
  height:230px;
  margin-bottom:20px;
  border-left: 1px solid #231916;
  background: linear-gradient(transparent 14px, #231916 14px, transparent 15px);
  margin-bottom:30px;
}

#monthly .mikata:before{
content: "";
position: absolute;
background: #231916;
top: 17px;
right: 0;
margin-top :-10px;
height: 14px;
width: 14px;
border-radius: 50%;
}

#monthly .mikata:after{
  content: "";
  position: absolute;
  background: #231916;
  bottom: -10px;
  left: 0;
  margin-left :-8px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  }
  

#monthly .mikata-inner{
  position: relative;
  width:540px;
  height:190px;
  border: 2px solid #fdeece;
  border-radius: 20px;
  margin:6px 0 0 auto;
  padding:4px;
}

#monthly .mikata .mikata-title{
  width:160px;
  background-color: #231916;
  border-radius: 0 20px 20px 0;
  color:#fff;
  padding:4px 1px 2px 10px;
}

#monthly .mikata .mikata-img{
  height:100%;
  width:140px;
  border-radius: 16px 0 0 16px;
}

#monthly .mikata .mikata-data-box{
  position: absolute;
  top:0;
  right:0;
  width:370px;
  font-size:15px;
  text-align:center;
  line-height: 24px;
  padding-top:16px;
}

#monthly .mikata .mikata-data-box span{
  font-size: 13px;
  margin-left: -4px;
}


#monthly .mikata .mikata-data-box span.data-box-title{
  display: block;
  font-size:16px;
}

#monthly .mikata .mikata-data-box .left-align{
  text-align:left;
  margin-bottom: 6px;
}

#monthly .mikata .mikata-data-box span.icon{
  display: inline-block;
  background-color: #231916;
  border-radius: 16px 0 0 16px;
  width:56px;
  text-align:center;
  margin-right:4px;
  color:#fff;
  line-height: 18px;
  padding-top: 1px;
}

#monthly .mikata .mikata-data-box span.touchi{
  background-color: #e60013;
}

#monthly .mikata .bear-icon{
  width:40px;
}

#monthly .racer{
  position: relative;
  width:430px;
  height:210px;
  border: 4px solid #0075c2;
  border-radius: 20px;
  background: linear-gradient(180deg,#0075c2 0%, #0075c2 140px, #fff 140px, #fff 100%);
  box-shadow:6px -6px 0 #0075c2, 5px -6px 0px #0075c2;
  margin-top:20px;
}

#monthly .racer .racer-img{
  height:100%;
  width:160px;
  border-radius: 16px 0 0 16px;
}

#monthly .racer .bear-icon{
  position: absolute;
  top:-18px;
  left:122px;
  display:block;
  width:74px;
}

#monthly .data-box{
  position: absolute;
  top:0;
  right:0;
  width:270px;
}

#monthly .winner{
  height:20px;
  position: absolute;
  top:-20px;
  left:58px;
  margin:0 auto;
  font-size:14px;
  color:#fff;
  text-shadow: 
  2px  2px 2px #001e66,
  -2px  2px 2px #001e66,
   2px -2px 2px #001e66,
  -2px -2px 2px #001e66,
   2px  0px 2px #001e66,
   0px  2px 2px #001e66,
  -2px  0px 2px #001e66,
   0px -2px 2px #001e66;
  font-weight: bold;
  background-color: #0075c2;
  border-radius:10px 10px 0 0;
  padding:0 18px 0px 18px;
}

#monthly .win-mini{
  left:80px;
}

#monthly .win-mini2{
  left:76px;
}

#monthly .winner span{
  display: block;
  margin-top:-2px;
}

#monthly .vote{
  margin:0 auto;
  text-align: center;
  font-size:22px;
  color:#fff;
  text-shadow: 
  2px  2px 2px #001e66,
  -2px  2px 2px #001e66,
   2px -2px 2px #001e66,
  -2px -2px 2px #001e66,
   2px  0px 2px #001e66,
   0px  2px 2px #001e66,
  -2px  0px 2px #001e66,
   0px -2px 2px #001e66;
  font-weight: bold;
}

#monthly .vote span{
position: relative;
display: inline-block;
}

#monthly .vote span:before,
#monthly .vote span:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 24px;
  margin: -1px 14px;
  background: url(img/profile_vote.png) no-repeat center center/contain;
  content: "";
}
 
#monthly .vote span:before {
  right: 100%;
  transform: translateY(-50%);
}

#monthly .vote span:after {
  left: 100%;
  transform: translateY(-50%) rotateY(180deg);
}

#monthly .kana{
  margin:0 auto;
  text-align: center;
  color:#fff;
  font-size:13px;
}

#monthly .name{
  margin:4px auto;
  text-align: center;
  color:#fff;
  font-size:40px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 3px #001e66;
}

#monthly .lady{
  color:#fadce9;
}

#monthly .data1{
  margin:0 auto;
  text-align: center;
  color:#fff;
  font-size:15px;
}


#monthly .data1 span{
  display: inline-block;
  padding: 0 6px;
  line-height: 16px;
  background-image : linear-gradient(to bottom, #fff 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  background-position:left top;
}

#monthly .data1 span:first-child{
  background-image :none;
}

#monthly .data2{
  margin:0 auto;
  text-align: center;
  color:#fff;
  width:230px;
  font-size:15px;
  border:1px solid #fff;
  border-radius: 16px;
  background: linear-gradient(90deg,#231916 0%, #231916 50%, #e60013 50%, #e60013 100%);
  height:26px;
}

#monthly .data2 span{
  display: inline-block;
  width:54px;
  padding:3px 1px 0 0px;
  line-height: 22px;
  background-image : linear-gradient(to bottom, #fff 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  background-position:left top;
}

#monthly .data2 span:nth-child(1),
#monthly .data2 span:nth-child(3){
  font-size:16px;
}

#monthly .data2 span:first-child{
  background-image :none;
}

#monthly .data2 span:nth-child(3){
  background-image :none;
  border-left: 1px solid #fff;
}

#monthly .comment{
  margin:6px auto 0 auto;
  font-size:16px;
  width:244px;
}