@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 #background {
  background-color: #FFF462;
  height: 1135px;
}
#monthly #men1 {
  width: 400px;
  background: radial-gradient(ellipse at center, rgba(211,237,250,1) 0%,rgba(211,237,250,1)60%,rgba(211,237,250,1) 45%,rgb(255, 244, 98) 75%);
}

#monthly #men2 {
  width: 400px;
  background: radial-gradient(ellipse at center, rgba(211,237,250,1) 0%,rgba(211,237,250,1)60%,rgba(211,237,250,1) 45%,rgb(255, 244, 98) 75%);
}


#monthly .men_touban {
  color: #415CA9;
  font-weight: bold;
  padding-right: 5px;
  font-size: 20px;
}

#monthly .men_name {
  font-size: 35px;
  color: #415CA9;
  font-weight: bold;
}

#monthly .contents1{
  display: flex;
  align-items: center;
  justify-content: center;
}

#monthly #player_image {
  position: relative;
  height: 334px;
}

#monthly #player_name {
  position: relative;
}


#monthly .moriya {
  position: absolute;
  z-index: 4;
  left: 83px;
  bottom: 0;
}

#monthly .moriya_name {
  position: absolute;
  z-index: 4;
  left: 165px;
  top: -140px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000,
             -1px 1px 0 #000,
             1px -1px 0 #000,
             -1px -1px 0 #000;
}


#monthly .fujiwara {
  position: absolute;
  left: 246px;
  z-index: 3;
  bottom: 0;
}

#monthly .fujiwara_name {
  position: absolute;
  z-index: 3;
  left: 345px;
  top: -140px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000,
             -1px 1px 0 #000,
             1px -1px 0 #000,
             -1px -1px 0 #000;
}


#monthly .yamaguchi {
  position: absolute;
  left: 383px;
  z-index: 2;
  bottom: 0;
}

#monthly .yamaguchi_name {
  position: absolute;
  z-index: 3;
  left: 508px;
  top: -140px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000,
             -1px 1px 0 #000,
             1px -1px 0 #000,
             -1px -1px 0 #000;
}


#monthly .taguchi {
  position: absolute;
  left: 546px;
  z-index: 1;
  bottom: 0;
}

#monthly .taguchi_name {
  position: absolute;
  z-index: 3;
  left: 674px;
  top: -120px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000,
             -1px 1px 0 #000,
             1px -1px 0 #000,
             -1px -1px 0 #000;
}

#monthly .contents2 {
  display: flex;
}


#monthly .woman {
  width: 400px;
  background: radial-gradient(ellipse at center, rgba(250,220,233,1) 0%,rgba(250,220,233,1) 60%,rgba(250,220,233,1) 45%,rgb(255, 244, 98) 75%);
}

#monthly .woman_touban {
  color: #E85298;
  font-weight: bold;
  padding-right: 5px;
  font-size: 20px;
}

#monthly .woman_name {
  font-size: 35px;
  color: #E85298;
  font-weight: bold;
}

#monthly #displayflex1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: 40px;
}

#monthly #displayflex2 {
  display: flex;
  justify-content: space-around;
  margin-top: 75px;
}