@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 h2 {
    font-size: 31px;
    color: #1b967b;
    text-shadow: 2px 2px 0 #fff,
                 -2px 2px 0 #fff,
                 2px -2px 0 #fff,
                 -2px -2px 0 #fff,
                 3px 3px 5px #231815; /*影*/
}

#monthly .first_text {
    color: #7b3500;
    margin-top: 10px;
}

#monthly .first_text span {
    display: block;
    text-align: right;
    font-size: 14px;
}


#monthly .comment h3 {
    color:#674498;
    text-align: center;
    font-size: 23px;
    margin: 35px 0 15px 0;
}

#monthly .comment p {
    text-indent: 0;
}

#monthly .interviewer {
    color: #7b3500;
    margin-top: 25px;
}

#monthly .name {
    color: #1b967b;
    font-weight: bold;
}

#monthly .img-center {
    text-align: center;
    margin: 20px 0;
}

#monthly .img-left {
    float: left;
    margin: 10px 22px 10px 0;
}

#monthly .img-right {
    float: right;
    margin-left: 10px;
}

#monthly .caption {
    text-align: center;
    font-size: 13px;
}

/*大渦大賞 優勝戦*/
#monthly .box table.kiroku caption {
    text-align: center;
    font-weight: bold;
}

#monthly .box table.kiroku th,
#monthly .box table.kiroku td {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}
#monthly .box table.kiroku th {
    border-bottom: 2px solid #111111;
}
#monthly .box table.kiroku td {
    border-bottom: 1px solid #111111;
}
#monthly .box table.kiroku td.pickup,
#monthly .box table.kiroku tr.pickup {
    font-weight: bold;
}
#monthly .box table.kiroku .waku1 {
    background-color: #eee;
    color: 333;
    text-align: center;
    font-weight: bold;
}
#monthly .box table.kiroku .waku2 {
    background-color: #333;
    color: eee;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#monthly .box table.kiroku .waku3 {
    background-color: #ee1122;
    color: eee;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#monthly .box table.kiroku .waku4 {
    background-color: #0055aa;
    color: eee;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#monthly .box table.kiroku .waku5 {
    background-color: #ffee00;
    color: 333;
    text-align: center;
    font-weight: bold;
}
#monthly .box table.kiroku .waku6 {
    background-color: #00aa55;
    color: 333;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#monthly .box table.kiroku span {
    font-weight: normal;
    font-size: 14px
}
#monthly .box p.table-p {
    font-size: 14px;
}
#monthly .box {
    width:350px;
    float:left;
    margin:10px 20px 0 30px;
    border: 1px solid #111;
    padding: 5px 20px;
}
#monthly .box table.kiroku {
    width: 350px;
}

#monthly .box2 {
    float:right;
    padding:10px;
    margin-top:10px;
    margin-right:30px;
    font-size: 13px;
    text-align: center;
}

/*田村プロフィール*/
#monthly .profile {
    background-image: url(img/interview_img_5.png);
    background-repeat: no-repeat;
    background-position: 35% 15%; 
    border: 1px solid #1b967b;
    margin-top: 30px;
    padding: 20px 20px;
    display: flex;
}

#monthly .frame_left {
    width: 430px;
    padding-top: 50px;
    padding-right: 15px;
}

#monthly .frame_right {

}

#monthly .frame_right table{
    width: 430px;
    padding: 6px 6px 6px 6px;
}

#monthly .frame_right caption {
    font-weight: bold;
    text-align: left;
}

#monthly .frame_right th {
    width: 50px;
    font-weight: normal;
    text-align: center;
    border-top: solid 1px #315498;
    border-bottom: solid 1px #315498;
    background-color: #d6d8ea;
}

#monthly .frame_right .tsusan{
    margin-bottom: 10px;
}
#monthly .frame_right .tsusan td {
    text-align: right;
    padding-right: 12px;
    border-bottom: solid 1px #315498;
}

#monthly .frame_right .seiseki{
    margin-bottom: 10px;
}
#monthly .frame_right .seiseki:first-child {
    margin-bottom: 20px;
}

#monthly .frame_right .seiseki caption {
    border-bottom: solid 1px #315498;
}
#monthly .frame_right .seiseki span {
    font-weight: bold;
}

#monthly .frame_right .seiseki td {
    padding: 4px 0;
    border-bottom: dotted 1px #315498;
}

#monthly div p.date {
    font-size: 13px;
    padding: 0;
    text-align: right;
}

/*******歴代優勝者*******/

#monthly h6#rekidai-title {
    text-align: center;
    background: #0599d9;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 10px 0;
    padding: 3px 0;
}



#monthly #rekidai {
    width: 450px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}


#monthly #rekidai .yusho-list {
    border-collapse: collapse;
    width: 440px;
}
#monthly #rekidai .yusho-list:nth-of-type(2),
#monthly #rekidai .yusho-list:nth-of-type(3),
#monthly #rekidai .yusho-list:nth-of-type(4) {
    margin: 0 0 0 1%;
}
#monthly #rekidai .yusho-list th,
#monthly #rekidai .yusho-list td {
    padding: 3px;
    text-align: center;
    background: #FFF;
}
#monthly #rekidai .yusho-list th {
    background: #cce5f3;
    border-top: 2px solid #221815;
    border-bottom: 2px solid #221815;
}
#monthly #rekidai .yusho-list td {
    border-bottom: 1px solid #000;
}

#monthly #rekidai .yusho-list td.name{
    color:#0599d9;
    font-weight:bold;
    font-size: 17px;
}
#monthly #rekidai .yusho-list td.taikai {
    color: #014099;
    font-size: 16px;
    font-weight: bold;
    background: #F5E498;
    line-height: 2;
    background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
    padding: 16px 0px;
    letter-spacing:0.06em;
}

#monthly #rekidai .yusho-list td.taikai span {
    background: #014099;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0px 10px;
    margin-left:8px
}

#monthly #rekidai .yusho-list td.taikai span.yusho-box {
    color: #014099;
    font-size: 16px;
    padding: 0px 10px;
    margin-right:7px;;
    background: #FFFFFF;
    border: 1px solid #014099;
    border-radius: 6px;
}

