<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* データ室（ライン、タイトル背景）　[青：#004da1] */
/* データ室（テーブル背景）　　　　　[青：#dfe1f1] */
#border {
  width: 850px;
  margin: 10px auto 0 auto;
  /*border:1px solid red;*/
  padding: 0;
  text-align: center;
  position: relative;
}
#border p {
  line-height: 150%;
  margin: 0;
  padding: 5px;
  font-size: 15px;
}
#border p span {
  color: #005aa0;
  font-weight: bold;
}
#border h2 {
  margin: 0 0 1% 0;
}
#border h2 p {
  text-align: left;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -3px;
  margin: 0 0 30px 430px;
  font-weight: bold;
  color: #bc121a;
  text-shadow: #edc9b7 2px 2px 0px, #edc9b7 -2px 2px 0px, #edc9b7 2px -2px 0px, #edc9b7 -2px -2px 0px;
  padding-top: 10px;
}
div.comment {
  margin: 0;
  text-align: left;
  font-size: 14px;
}
div.comment h3 {
  margin: 3% 0 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #0d7caf;
}
div.comment h3 div {
  font-size: 45px;
  float: left;
}
div.comment h3 span {
  color: #58585a;
}
div.comment h4 {
  clear: both;
  color: #563215;
}
img#interview_img1 {
  float: left;
  margin: 0 10px 0 0;
}
img#interview_img2 {
  float: left;
  margin: 10px 10px 0 0;
}
img#interview_img3 {
  float: right;
  margin: 5px 0 10px 5px;
}
#chokuzen_main {
  text-align: left;
}
/*	メイン画像下の文	*/
.impression {
  color: #71350d;
  font-weight: bold;
  text-align: left;
}
#border p.interviewer {
  color: #71350d;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
.photo_left {
  float: left;
  margin: 10px 20px 10px 0px;
  color: #656baf;
}
.photo_right {
  float: right;
  margin: 5px 5px 5px 20px;
  font-size: 13px;
  color: #232687;
}
.photo_center {
  width: 350px;
  margin: 30px auto 0px;
}
.photo_box {
  text-align: center;
}
/*データ室関連ここから*/
img#interview_title2 {
  position: relative;
  top: 20px;
}
div#data {
  border: 1px solid #00679e;
  padding: 0px 0px 10px 20px;
  margin: 20px 0;
}
div#data p {
  margin: 10px 10px 10px 0;
  padding: 0;
  text-align: left;
}
div#data p strong {
  color: #00679e;
}
div#data p.date {
  text-align: right;
}
.total {
  width: 48%;
  float: left;
  margin: 0 14px 0 0;
  border-collapse: collapse;
}
.total caption {
  font-weight: bold;
}
.total th {
  background: #c7ebfc;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  text-align: right;
  padding: 0 5px 0 0;
}
.total td {
  border-bottom: 1px solid #000000;
  text-align: right;
  padding: 0 5px 0 0;
}
.total td.item {
  text-align: left;
}
.part {
  width: 48%;
  margin-bottom: 14px;
}
.part th {
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.part td {
  border-bottom: 1px dashed #000000;
  text-align: left;
}
.midashi {
  width: 850px;
  margin: 10px auto;
}
#midashi {
  width: 100%;
}
</pre></body></html>