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

/* articleBlock */
.l-content .articleBlock {
  letter-spacing: -0.4em;
  margin: 0 0 0 -20px;
}
.l-content .articleBlock .articleBox a,
.l-content .articleBlock .articleBox a:hover {
	text-decoration: none;
}
.l-content .articleBlock .articleBox.box_hover {
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .articleBlock .articleBox {
  width: 550px;
  border: 2px solid #bfbfbf;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 20px;
  box-sizing: border-box;
  padding: 45px 20px 20px;
  position: relative;
}
.l-content .articleBlock .articleBox .ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 15px;
}
.l-content .articleBlock .articleBox .box {
  display: table;
  width: 100%;
  min-height: 150px;
}
.l-content .articleBlock .articleBox .box .box_txt {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 0 5px;
}

.l-content .articleBlock .articleBox .box .box_txt .list li {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 2px;
}
.l-content .articleBlock .articleBox .box .box_txt .list li span {
  color: #ffcc00;
}
.l-content .articleBlock .articleBox .box .box_pic {
  display: table-cell;
  vertical-align: top;
  width: 180px;
}
.l-content .articleBlock .articleBox .link {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-weight: bold;
  font-size: 16px;
}
.l-content .articleBlock .articleBox .vol {
  position: absolute;
  top: 0;
  left: 0;
}
.l-content .articleBlock .articleBox .vol .new {
  width: 80px;
  padding: 4px 10px;
  box-sizing: border-box;
	background-color: #ffcc00;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
  display: inline-block;
  vertical-align: top;
}
.l-content .articleBlock .articleBox .vol .txt {
  display: inline-block;
  margin: 0 20px;
  padding-top: 8px;
  color: #004bb1;
  font-weight: bold;
  font-size: 14px;
}
.l-content .txt_s19 {
	font-size: 19px;
}
</pre></body></html>