<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* rizoba.com
  special_footer 特集ページ共通footer */


.special_footer {
	margin-bottom:20px;
	width: max-content;
}
.special_footer ul {
	list-style: none;
}
.special_footer ul li {
  display: inline-block;
  padding: 0 4px;
  font-size:14px;
}
.footer_link_text{
 text-align: right;
 text-decoration: underline;
}

/*#fff以外は各ファイルにて書き換え*/
.special_footer ul li,.special_footer ul li a {
  color:#fff;
}
.special_footer li + li {
  border-left: 1px solid #ffffff;
}


@media screen and (max-width: 738px) {
	.special_footer {display:none;}
 }
</pre></body></html>