<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#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 .box {
  position: relative;
}

#monthly #wrapper {
  border: 1px solid #008a7c;
  width: 420px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding:10px ;
}

#monthly #sensyu {
  width: 420px;
}


#monthly #wrapper caption {
  font-weight: bold;
}

#monthly #wrapper #sensyu tr{
  border-bottom: 1px solid #315498;
}

#monthly #wrapper #sensyu th {
  background: #d6d8ea;
  text-align: center;
}

#monthly #wrapper #sensyu td {
  text-align: center;
}

#monthly .part {
  width: 420px;
}

#monthly #wrapper .part td{
  border-bottom: 1px dashed #315498;
}

#monthly #wrapper .part th {
  border-bottom: 1px solid #315498;
}

#monthly #wrapper #date {
  text-align: right;
}

#monthly #text {
  color: #7b3500;
  font-weight: bold;
  padding-top: 30px;
}

#monthly .midashi {
  color: #e5a600;
  font-size:22px;
  text-align: center;
  padding-bottom: 20px;
}

#monthly .interviewer {
  color: #5e310d;
  font-weight: bold;
  margin-bottom: 8px;
}

#monthly .sasaki {
  color: #008a7c;
  font-weight: bold;
}

#monthly #left {
  float: left;
  margin: 20px 15px 15px 0px;
}

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