<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 #header{
  margin-bottom: 20px;
}

#monthly #main{
  float: left;
  padding: 0 25px 20px 0;
}

#monthly #interview_photo2{
  width: 400px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  float: right;
  margin-top: 30px;
}

#monthly #clear{
  clear:left;
}

#monthly #interviewer_comment p{
  color: #7b3500;
  font-weight: normal;
  margin-bottom: 15px;
}

#monthly #interviewer_comment span{
  color: #7b3500;
  text-align: right;
  font-size: 13px;
}

#monthly .imai {
  color: #ca4f84;
  font-weight: bold;
}

#monthly h4{
  color: #089875;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}

#monthly h5{
  color: #5e310d;
  font-size: 17px;
  margin-bottom: 8px;
  font-weight:normal;
}

#monthly #left{
  float: left;
  padding-right: 20px;
}

#monthly #right{
  float: right;
  padding-left: 20px;
}

#monthly p {
  text-indent: 0em;
}

/*データ室関連ここから*/

#monthly #frame {
  border: 1px solid #ca4f84;
  margin-top: 30px;
  padding: 30px 20px 20px 20px;
  position: relative;
  display: flex;
}

#monthly #kanibou {
  position: absolute;
  right: 10px;
  top: -50px;
}

#monthly #frame_right {
  width: 430px;
  padding: 30px 6px 6px 6px;
}

#monthly #frame_right table{
  width: 430px;
  padding: 6px 6px 6px 6px;
}

#monthly #frame_right caption {
  font-weight: bold;
  text-align: left;
}

#monthly #frame_right caption span{
  font-weight: normal;
  text-align: right;
}

#monthly #frame_right th {
  width: 50px;
  font-weight: normal;
  text-align: center;
  border-top: solid 1px #ca4f84;
  border-bottom: solid 1px #ca4f84;
  background-color: #f4e0e7;
}

#monthly #frame_right #tsusan{
  margin-bottom: 10px;
}
#monthly #frame_right #tsusan td {
  text-align: right;
  padding-right: 12px;
  border-bottom: solid 1px #ca4f84;
}



#monthly #frame_right .seiseki{
  margin-bottom: 10px;
}
#monthly #frame_right .seiseki:first-child {
  margin-bottom: 20px;
}

#monthly #frame_right .seiseki caption {
  border-bottom: solid 1px #ca4f84;
}
#monthly #frame_right .seiseki span {
  font-weight: bold;
}

#monthly #frame_right .seiseki td {
  padding: 4px 0;
  border-bottom: dotted 1px #ca4f84;
}


#monthly #frame_left {
  width: 430px;
  padding: 30px 20px 6px 6px;
}

#monthly #frame_left p{
  font-weight: normal;
}


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