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

/* -----------------------------------------------
FileName:　index.article.css
----------------------------------------------- */

.div-article {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
  padding: 0 15px;
}

.article {
  width: 214px;
  height: 230px;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.article &gt; dt {
  margin-bottom: 12px;
}

.article &gt; dd {
  padding: 0 15px;
}

.article__date {
  font-size: 10px;
  margin-bottom: 4px;
}

.article__link {
  font-size: 12px;
  text-decoration: none;
}
</pre></body></html>