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

/* -------------------------------------
    Common
--------------------------------------- */
h1 {
}
h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 0.8em 0;
}
.rd {
  color: #cc0d21;
}

.txtBox {
  line-height: 1.7em;
}

.twoCol {
}
.colL {
  float: left;
}
.colR {
  float: right;
}

a:hover,
a:active,
a:focus {
  opacity: 0.85;
}
.wb {
  font-weight: bold !important;
}
.aC {
  text-align: center !important;
}

/* -------------------------------------
    Layout
--------------------------------------- */
#wrap {
  width: 970px;
  margin: 0 auto;
}

#backCTop {
  clear: both;
  margin: 2em 0 0 0;
  text-align: right;
}

.h1group {
  margin: 0 0 2em 0;
  padding: 1.5em 0 0.8em;
  border-bottom: 1px solid #777;
}

/* -------------------------------------
    Toppage
--------------------------------------- */
.contentsHead {
  margin: 10px 0 20px;
}

.topContent {
  margin: 2.4em 0 0;
}
.topContent &gt; .twoCol &gt; .colL {
  width: 630px;
  margin-right: 20px;
}
.topContent &gt; .twoCol &gt; .colR {
  width: 300px;
}
.topContent &gt; .twoCol &gt; .colL .twoCol .colL {
  width: 320px;
  margin-right: 30px;
}
.topContent &gt; .twoCol &gt; .colL .twoCol .colR {
  width: 280px;
}

.topContent &gt; .twoCol &gt; .colL dl {
  margin: 0 0 2.4em 0;
}
.topContent &gt; .twoCol &gt; .colL dl dt a {
  color: #333;
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-weight: bold;
}
.topContent &gt; .twoCol &gt; .colL &gt; .twoCol &gt; .col dl dt {
  color: #333;
  position: relative;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
.topContent &gt; .twoCol &gt; .colL dl dt a::before {
  position: absolute;
  top: 0.3em;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #999;
}
.topContent &gt; .twoCol &gt; .colL dl dd {
  line-height: 1.4em;
}

.topContent &gt; .twoCol &gt; .colR dl {
}
.topContent &gt; .twoCol &gt; .colR dl dt {
  color: #333;
  margin: 0 0 1.2em 0;
  font-weight: bold;
}
.topContent &gt; .twoCol &gt; .colR dl dd {
  line-height: 1.4em;
}

/* -------------------------------------
    Subpage
--------------------------------------- */

.h1group h1 + p {
  margin-top: 1em;
}

.subContent {
  margin: 2.4em 0 0;
}
.subContent .h1group h1 img {
  height: 70px;
}
.subContent h2 {
  font-size: 1.1rem;
}
.subContent .txtBox {
  margin-bottom: 2.2em;
}
.subContent .txtBox h3 {
  color: #006600;
  position: relative;
  margin: 0 0 0.4em 0;
  display: inline-block;
  padding-left: 16px;
  font-weight: bold;
}
.subContent .txtBox h3::before {
  position: absolute;
  top: 0.5em;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #999;
}
.subContent .txtBox table {
  margin: 1em auto;
  border-collapse: collapse;
  border: 1px solid #222;
  font-size: 13px;
}
.subContent .txtBox table th,
.subContent .txtBox table td {
  border: 1px solid #888;
  padding: 0.3em 0.8em;
}
.subContent .txtBox table th {
  text-align: left;
  background: #f9e2e4;
}

.threeCol {
  padding: 1em 0 3em 0;
  border-bottom: 1px solid #777;
}
.threeCol &gt; div {
  float: left;
  padding: 0 1.2em 0 0;
  margin-right: 1em;
}
.threeCol .colL,
.threeCol .colC {
  width: 30%;
  border-right: 1px solid #777;
}
.subContent .threeCol {
  margin-bottom: 2em;
}
.subContent .threeCol .txtBox p {
  padding-left: 16px;
}

.subContent .oneCol &gt; p,
.subContent .oneCol &gt; div {
  padding: 0 0 1.2em 16px;
}

/* -------------------------------------
    Extra
--------------------------------------- */

/* clearfix */
.cf {
  clear: both;
}
.cf:after,
.ssl:after,
.twoCol:after,
.newsList li:after,
.listStyle02:after,
.tbl_time_02 td:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

.cf,
.ssl,
.twoCol,
.newsList li,
.listStyle02,
.tbl_time_02 td {
  zoom: 1;
}

.mb20 {
  margin-bottom: 20px;
}
</pre></body></html>