@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 .interview_main {
  position: relative;
}

#monthly .interview_main .main_img {
  float: left;
  width:330px;
}

#monthly .interview_main h3 {
  color: #A04A86;
  font-size: 32px;
}

#monthly .interview_main .LAS {
  width: 330px;
  margin: 10px 0 0 110px;
}

#monthly .interview_main h4{
  text-align: center;
}

#monthly .interview_main #toban{
  color: #AB3500;
  font-size: 32px;
}

#monthly .interview_main #shibu{
  font-size: 16px;
}

#monthly .interview_main #name{
  color: #AB3500;
  font-size: 40px;
}

#monthly .V {
  float: right;
  width: 390px;
}

#monthly .V .LC_V {
  width: 166px;
  margin: 0 5px 5px 20px;
}

#monthly .V .LAS_V {
  width: 168px;
  margin: 0 20px 5px 5px;
}

#monthly .V p{
  text-align: center;
  font-weight: bold;
  color: #3F6AB3;
  font-size: 12px;
}



/*歴代優勝者*/
#monthly #yusyo{
  width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

#monthly #yusyo h3{
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  background: #3F6AB3;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

#monthly #yusyo table{
  width: 420px;
}

#monthly #yusyo table th,
#monthly #yusyo table td{
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px black;
}

#monthly #yusyo table tr{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#monthly #yusyo table th{
  font-weight: normal;
  background: #FFE1BE;
}

#monthly #yusyo table td{
  background: #FFF;
}

#monthly #yusyo table td:nth-of-type(4){
  color: #306FB3;
  font-weight: bold;
}

#monthly #yusyo table td.taikai{
  text-align: center;
  color: #3F6AB3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  background: #FF0;
  padding: 10px 0px;
  letter-spacing: 0.06em;
}

#monthly #yusyo table td.taikai span{
  background: #3F6AB3;
  font-size: 16px;
  color: #FFF;
  padding: 0px 10px;
  margin-left: 8px
}

#monthly #yusyo table td.taikai span.yusho_box{
  color: #3F6AB3;
  font-size: 15px;
  padding: 0px 10px;
  line-height: 16px;
  margin-right: 8px;
  background: #FFF;
  border: 1px solid #3F6AB3;
  border-radius: 8px;
}