<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #8d5099;
  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: #004f9d;
}

#monthly #interview h4 {
  margin: 20px 0 10px 0;
  text-align: center;
  color: #6e60a8;
  font-size: 24px;
}
#monthly #interview p {
  text-indent: 0;
}
#monthly #interview .interviewer {
  color: #5c310d;
}
#monthly #interview p span {
  color: #004f9d;
  font-weight: bold;
}
#monthly #interview .interview-image {
  float: right;
}

/*データ室関連ここから*/
#monthly #interview_data {
  border: solid 1px #004f9d;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #interview_data h5 {
  text-align: center;
  color: #004f9d;
  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;
}
#monthly #interview_data th {
  font-weight: normal;
  text-align: center;
  border-top: solid 1px #004f9d;
  border-bottom: solid 1px #004f9d;
  background-color: #d0d6eb;
}
#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;
}
</pre></body></html>