<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 p {
  text-indent: 0;
}

#monthly h3 img {
  margin-bottom: 20px;
}

#monthly .interview-q {
  color: #5d310d;
}
#monthly .tar {
  text-align: right;
}

#monthly #interview-image-l {
  float: left;
  margin: 24px 10px 0 0;
}
#monthly #interview-image-l img {
/*
  width: 240px;
  height: 160px;
*/
}
#monthly #interview-image-r {
  float: right;
  margin-left: 10px;
}
#monthly #interview-image-r img {
/*  margin-left: 5px;*/
}


/*データ室*/
#monthly #interview_data {
  border: solid 1px #0084CA;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #interview_data h5 {
  text-align: center;
  color: #0084CA;
  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;
}
#monthly #interview_data caption {
  font-weight: bold;
}
#monthly #interview_data th {
  font-weight: normal;
  text-align: center;
  border-top: solid 1px #0084CA;
  border-bottom: solid 1px #0084CA;
  background-color: #B8D7EF;
}
#monthly #interview_data #tusan td {
  text-align: right;
  padding-right: 10px;
  border-bottom: solid 1px #000;
}
#monthly #interview_data .seiseki caption {
  border-bottom: solid 1px #000;
}
#monthly #interview_data .seiseki td {
  border-bottom: dotted 1px #000;
}



</pre></body></html>