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

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, picture, svg, video) {
	max-inline-size: 100%;
	block-size: auto;
}

.entryBody em, .entryMore em { font-weight: normal; font-style: italic; }
.entryBody ul li, .entryMore ul li { text-indent: -13px; padding-left: 10px; list-style: disc inside; }
.entryBody ol li, .entryMore ol li { text-indent: -17px; padding-left: 10px; list-style: decimal inside; }

/* news */
#news h2 {
	display: none;
}
#news #leftArea { display: none; }
#news #mainArea { margin-top: 15px; }
#news .contents { padding: 0 10px; }
#news .contents h3 { padding: 0 0 25px 0; }
#news .contents p { margin: 0; }
#news #mainArea .contents h4 { font-size: 12pt; font-weight: bold; padding: 10px 0; }
#news .newsList { margin-top: 10px; }
#news .newsList li { border-top: 1px dotted #808080; padding: 15px 0; }
#news .newsList span.date { color: #7f8082; }
#news .backLink { margin-top: 30px; border-top: 1px dotted #808080; padding-top: 10px; }
#news .contents div img { width: 100%; }
/* ---------- clearfix ---------- */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { clear: both; }

.strong{font-weight: bold;}

/*-------------------------*/
.news200221 table{
  border-collapse:collapse;border-spacing: 0;
}
.news200221 .w60p{width: 60%;}
.news200221 .w40p{width: 40%;}

.news200221 .wrap02 table{
  margin-top: 8px;
  display: block;
  width: 100%;
}
.news200221 .wrap02 tbody,
.news200221 .wrap02 tr,
.news200221 .wrap02 td{
  display: block;
  width: 100%;
}
.news200221 .wrap02 tr{
  padding-left: 16px;
}
#news .news200221 .wrap02 .link,
#news .news200221 .wrap02 table .strong{
  margin-top: 8px;
}

.news-date {
  display: block;
  margin: 0 0 0 auto;
  width: fit-content;
}

.news-imag--staff {
  margin: 1em auto;
}

.news-company {
  display: block;
  margin: 0 0 2em auto;
  width: fit-content;
}

.discription-copyright {
  display: block;
  font-size: 10px;
  margin: auto;
  width: fit-content;
}

.discription-sincerely {
  margin: 0 0 0 auto;
  width: fit-content;
}

.info-block {
  box-shadow: inset 0 0 0 1px #000;
  margin: 1em 0;
  padding: 1.5em;
}
.info-title {
  font-size: 12px !important;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 !important;
  width: fit-content;
}
.info-title ~ .info-title {
  margin: 1.5em auto 0;
}
.info-staff {
  font-size: 12px;
  margin: 1em auto 0 !important;
  width: fit-content;
}
.info-address {
  font-size: 11px;
  margin: auto;
  width: fit-content;
}
.info-address-email {
  font-size: 11px;
}</pre></body></html>