@charset "utf-8";

/*共通*/

#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{
  margin-bottom: 10px;
}


#monthly #interview_img{
  float: left;
  margin-right: 20px;
}

#monthly #interview_main h2{
  color: #578642;
  font-size: 30px;
  padding: 0;
  margin: 0px;
}

#monthly #interview_main .main-prof{
  background: rgba(234, 229, 223, 0.51);
  padding: 10px 15px ;
  margin-left: 430px;
}

#monthly #interview_main .main-prof p{
  text-indent: 0;
}

#monthly #interview_main .main-prof span{
  color: #318639;
  font-weight: bold;
}

#monthly .exp{
  color: #71350D;
  margin: 37px 0 40px 0;
}

#monthly .exp span{
  float: right;
  font-size: 0.9rem;
}

#monthly div#profile{
  display: flex;
  justify-content:space-between;
  margin-top:10px;
  margin-bottom:20px;
}

#monthly div#profile div{
  width:400px;
  font-size:14px;
  padding:10px;
}

#monthly div#profile div span{
  display:block;
  font-weight:bold;
}

#monthly div#profile div span.kiryu{
  color:#4D8E27;
}

#monthly div#profile div span.nakada{
  color:#0780B6;
}

#monthly div#profile div{
  background-color:#efefef;
}

#monthly .comment h4{
  color: #DF6F28;
  font-size: 23px;
  text-align: center;
  margin: 30px 0 15px 0;
}

#monthly div#first_text{
  color:#7B3500;
}

#monthly div#first_text span{
  display:block;
  text-align:right;
  font-size:14px;
}

#monthly .comment p{
  text-indent: 0;
}

#monthly .comment .interviewer{
  color: #5D320E;
}

#monthly .comment span.name_kiryu{
  color: #4D8E27;
  font-weight:bold;
  margin-right:1em;
}

#monthly .comment span.name_nakada{
  color: #0780B6;
  font-weight:bold;
  margin-right:1em;
}

#monthly .img_left{
  float: left;
  margin-top:6px;
  margin-right: 22px;
}

#monthly .img_right{
  float: right;
  margin-top:6px;
  margin-left: 22px;
}

#monthly div#two_top{
  width:900px;
  margin-top:60px;
  background-color:#FFF9B0;
  text-align:center;
  padding-top:14px;
  padding-bottom:6px;
}


#monthly div#two_top_box{
  display: flex;
  justify-content:space-around ;
  text-align:left;
}

#monthly div#two_top_box div{
  width:420px;
}

#monthly div#two_top_box div span{
  background-color:#5F5293;
  color:#fff;
  font-weight:bold;
  padding:0 6px 0 8px;
  letter-spacing:0.2em;
}

#monthly img.youkou{
  margin-top:40px;
}


/*データ室関連ここから*/
#monthly #interview_data {
  border: solid 1px #387d39;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}
#monthly #interview_data2 {
  border: solid 1px #0780B6;
}

#monthly #interview_data  div{
  width:440px;
}

#monthly #interview_data h5 {
  text-align: left;
  color: #387d39;
  font-size: 23px;
  width: 100%;
  margin-left: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#monthly #interview_data h5 span:first-child {
  font-size: 18px;
}
#monthly #interview_data h5 span:last-child {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

#monthly #interview_data h5.color2 {
  text-align: left;
  color: #0780B6;
  font-size: 23px;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 1px;
}


#monthly #interview_data table {
  width: 420px;
  margin-bottom: 6px;
}

#monthly #interview_data caption {
  font-weight: bold;
}


#monthly #interview_data .total tr.hd td{
  background: #CEDEC9;
  border-top: solid 2px #387d39;
  border-bottom: solid 1px #387d39;
  text-align: center;
}

#monthly #interview_data .total tr.border_non td{
  background: #CEDEC9;
  border-top: solid 1px #000;
  border-bottom: solid 1px #387d39;
}

#monthly #interview_data .total td {
  padding-right: 10px;
  border-bottom: solid 1px #000;
  text-align: right;
}



#monthly #interview_data .total2 tr.hd td{
  background: #D5E3F0;
  border-top: solid 2px #0780B6;
  border-bottom: solid 1px #0780B6;
  text-align: center;
}

#monthly #interview_data .total2 tr.border_non td{
  background: #D5E3F0;
  border-top: solid 1px #0780B6;
  border-bottom: solid 1px #0780B6;
}

#monthly #interview_data .total2 td {
  padding-right: 10px;
  border-bottom: solid 1px #000;
  text-align: right;
}

#monthly #interview_data .part th {
  font-weight: bold;
  text-align: left;
  border-bottom: solid 2px #000;
}

#monthly #interview_data .part td {
  border-bottom: dashed 1px #000;
}

#monthly #interview_data .total tr td.color_b {
  border-bottom: solid 1px #000;
}
#monthly #interview_data .total2 tr td.color_b {
  border-bottom: solid 1px #000;
}


/* モーター2連率ベスト10 */

#monthly p#ranking-title{
  color:#5F5293;
  font-size:20px;
  font-weight:bold;
  margin-top:20px;
}

#monthly p#ranking-title span{
  color:#4C5164;
  font-size:14px;
  font-weight:normal;
}

#monthly div#motor-ranking{
  display:flex;
  justify-content: center;
}

#monthly #motor-table {
  width: 400px;
  margin:auto 6px;
}

#monthly #motor-table table {
  margin: 0 auto;
}

#monthly #motor-table th {
  background-color: #5F5293;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

#monthly #motor-table tr {
  background-color: #fff;
}

#monthly #motor-table td {
    text-align: center;
}

#monthly #motor-table tr td{
    border-bottom: 1px dashed #ccc;
border-collapse: collapse;
}

#monthly #motor-table tr:ntd-child(even){
border-bottom: 1px dashed #ccc;
background-color:white;
border-collapse: collapse;
}

#monthly #motor-table tr.bmt{
    border-bottom: none;
}

#monthly #motor-table tr:last-child{
    border-bottom: 1px solid #ccc;
    }

#monthly #motor-table tr td span {
  background: #5F5293;
  color: #fff;
  width: 40px;
  display: inline-block;
  margin: 2px auto;
  font-weight: bold;
}
#monthly p.tilt{
display: flex;
align-items: right;
justify-content: center;
}

.motor-gp {
  color: #fff;
  width: 700px;
  padding: 1px 6px;
  margin: 0 auto;
  background-color: #535ca8;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.motor-gp:after {
  content: '';
  position: absolute;
  border-bottom: 15px solid #535ca8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -12px;
  left: 100px;
  z-index: 1;
}


/*******歴代優勝者*******/
#monthly h5#yusho-title {
  width: 100%;
  text-align: center;
  background: #fff;
  border:2px solid #C1599D;
  color: #C1599D;
  font-weight: bold;
  font-size: 20px;
  margin: 80px auto 20px auto;
  letter-spacing: 3px;
}
#monthly h5#yusho-title span {
  font-size: 15px;
}
#monthly #yushosha {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
#monthly #yushosha p {
  text-align: left;
  font-size: 14px;
  clear: both;
  margin: 0;
  padding: 1% 0 0 0;
}
#monthly #yushosha .yusho {
  border-collapse: collapse;
  width: 48%;
/*  float: left;*/
}
#yushosha .yusho:nth-of-type(2),
#yushosha .yusho:nth-of-type(3),
#yushosha .yusho:nth-of-type(4) {
  margin: 0 0 0 1%;
}
#yushosha .yusho th,
#yushosha .yusho td {
  padding: 3px;
  text-align: center;
  background: #FFF;
}
#monthly #yushosha .yusho th {
  background: #fef0bd;
  border-top: 2px solid #221815;
  border-bottom: 2px solid #221815;
}
#monthly #yushosha .yusho td {
  border-bottom: 1px solid #000;
}

#monthly #yushosha .yusho td.name{
  color:#C1599D;
  font-weight:bold;
}

/*
#monthly #yushosha .yusho td:nth-of-type(4) {
  font-weight: bold;
  color: #33407f;
}
*/

#monthly #yushosha .yusho td.taikai42 {
  color: #D92E0C;
  font-size: 16px;
  font-weight: bold;
  background: #F5E498;
  line-height: 1.8;
  background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
  padding: 4px 0px;
  letter-spacing:0.06em;
}
#monthly #yushosha .yusho td.taikai42 span {
  background: #D92E0C;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 10px;
  margin-left:8px
}
#monthly #yushosha .yusho td.taikai42 span.yusho_box {
  color: #D92E0C;
  font-size: 16px;
  padding: 0px 30px;
  //border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #D92E0C;
}

#monthly p.memo {
  text-indent:0;
  margin-top:0.6em;
}

