<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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
:root {
  --c-blue : #007abe;
  --c-green : #00895d;
  --c-brown : #5d310d;
}

#monthly .iv_hatada {
  color: var(--c-blue);
}
#monthly .iv_tsuchiya {
  color: var(--c-brown);
}
#monthly #interview h4 {
  margin: 26px 0;
  color: var(--c-green);
  font-size: 20px;
}
#monthly #interview p {
  margin: 16px 0;
  text-indent: 0;
}

#monthly .iv_caption {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

#monthly #iv_prof {
  padding: 1em;
  border: solid 1px #000;
}

#monthly .iv_image_main {
  margin-right: 1em;
  padding-top: 1em;
  float: left;
}
#monthly .iv_image_sub {
  margin-right: 1em;
  margin-bottom: 1em;
  display: block;
  width: 300px;
  height: 210px;
  background-color: #000;
  float: left;
}
#monthly .iv_image_boat {
  margin-left: 1em;
  display: block;
  width: 400px;
  height: 200px;
  background-color: #000;
  float: right;
}

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