@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 #interview-head {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
}
#monthly #interview #interview-head .interview-head-inner {
  width: 450px;
}
#monthly #interview #interview-head  p {
  color: #7b3500;
}
#monthly #interview #interview-head #interview-caption {
  margin: 32px 0 24px 0;
  color: #009991;
  font-size: 28px;
  font-weight: bolder;
  line-height: 40px;
}
#monthly #interview #interview-head #constitution {
  text-align: right;
  font-size: 14px;
}
#monthly #interview #interview-head .interview-head-inner:nth-child(2) {
  position: relative;
  width: 450px;
  height: 500px;
  background: url(img/interview_main.jpg) no-repeat;
}
#monthly #interview #interview-head #interview-prof {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 405px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 14px;
}
#monthly #interview #interview-head #interview-prof strong {
  color: #218EC7;
}

#monthly #interview h4 {
  margin: 20px 0 10px 0;
  text-align: center;
  color: #0F9C92;
  font-size: 24px;
}
#monthly #interview p {
  text-indent: 0;
}
#monthly #interview .interviewer {
  color: #5c310d;
}
#monthly #interview p span {
  color: #0088C7 ;
  font-weight: bold;
}
#monthly #interview .interview-image {
  float: right;
	margin-left: 10px;
}

/*データ室関連ここから*/
#monthly #interview_data {
  border: solid 1px #0088C7;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #interview_data h5 {
  text-align: center;
  color: #0088C7;
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
}
#monthly #interview_data h5 span:first-child {
  font-size: 16px;
}
#monthly #interview_data h5 span:last-child {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
#monthly #interview_data table {
  width: 420px;
  margin-bottom: 6px;
  font-size: 14px;
}
#monthly #interview_data caption {
  font-weight: bold;
  text-align: left;
}
#monthly #interview_data th {
  font-weight: normal;
  text-align: center;
  border-top: solid 1px #0088C7;
  border-bottom: solid 1px #0088C7;
  background-color: #C3DEF1;
}
#monthly #interview_data #tusan td {
  text-align: right;
  padding-right: 10px;
  border-bottom: solid 1px #000;
}
#monthly #interview_data .seiseki:first-child {
  margin-bottom: 20px;
}
#monthly #interview_data .seiseki caption {
  border-bottom: solid 1px #000;
}
#monthly #interview_data .seiseki td {
  padding: 4px 0;
  border-bottom: dotted 1px #000;
}





/*          地元選手           */


#monthly #jimoto{
  position: relative;
  background: #FFFCD1;
  padding:20px 10px ;
  margin-top: 120px;
  display: flex;
  justify-content: space-around;
}

#monthly #jimoto-title{
  display: block;
  position: absolute;
  top:-70px;
  left: 0;
}


#monthly #jimoto h6{
  color: #D1581A;
  text-align: center;
  font-size: 16px;
  margin: 7px 0;
}

#monthly .comment{
  width:285px;
  padding: 0 5px;
  font-size: 14px;
  
}

#monthly  .jimoto-img{
  float: right;
  margin-left: 10px;
}

#monthly #jimoto div.seiseki{
  border: 1px solid #000;
  padding: 2px;
}

#monthly #jimoto table{
  width: 270px;
  font-size: 0.8rem;
  margin: 0 auto;
}

#monthly #jimoto .seiseki caption {
  border-bottom: solid 1px #000;
  text-align: left;
}
#monthly #jimoto .seiseki td {
  padding: 4px 0;
  border-bottom: dotted 1px #000;
}

#monthly #jimoto .bd-none td {
  border-bottom: none;
}
