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

/* -------------------------------------------------------------------
#TOPICS
------------------------------------------------------------------- */
#TOPICS {
  background-color: #f4f4f4;
}





/* archive　Topics */
.archive-topics .post-content ul li {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.archive-topics .post-content ul li + li {
  border-top: 1px solid #e4e4e4;
}
.archive-topics .post-content ul li &gt; div:first-of-type {
  flex: 1;
}
.archive-topics .post-content ul li .flex {
  display: flex;
  /* flex-wrap: wrap; */
  /* align-items: center; */
  margin-top: 10px;
}
.archive-topics .post-content ul li .flex .post-time {
  /* margin-top: 10px; */
  /* margin-right: 22px; */
  margin-right: 30px;
}
.archive-topics .post-content ul li .flex .post-category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* margin-top: 10px; */
}
.archive-topics .post-content ul li .flex .post-category a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.archive-topics .post-content ul li .post-thumbnail {
  width: 170px;
}
.archive-topics .post-content ul li .post-thumbnail img {
  object-fit: cover;
  height: 108px;
  border-radius: 10px;
}





/* navigation */
.post-navigation {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  margin-top: 30px;
  background-color: #fff;
}
.post-navigation &gt; div {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post-navigation &gt; div + div {
  border-top: 1px solid #e4e4e4;
}
.post-navigation &gt; div &gt; p {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}
.post-navigation .navigation-item {
  display: flex;
  align-items: flex-start;
}
.post-navigation .navigation-item &gt; div:first-of-type {
  flex: 1;
}
.post-navigation .navigation-item .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.post-navigation .navigation-item .flex .post-time {
  margin-top: 10px;
  margin-right: 22px;
}
.post-navigation .navigation-item .flex .post-category {
  margin-top: 10px;
}
.post-navigation .navigation-item .post-thumbnail {
  width: 170px;
}
.post-navigation .navigation-item .post-thumbnail img {
  object-fit: cover;
  height: 108px;
  border-radius: 10px;
}





/* sidebar */
.sidebar-content table {
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
}
.sidebar-content table caption {
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
}
.sidebar-content table caption a {
  display: inline;
  padding-right: 1em;
  padding-left: 1em;
  text-decoration: underline;
}
.sidebar-content table caption a:hover {
  text-decoration: none;
}
.sidebar-content table thead tr th,
.sidebar-content table tbody tr td {
  border: 1px solid #ddd;
  font-size: 1.1rem;
  line-height: 2;
}
.sidebar-content table thead tr th {
  font-weight: 400;
  text-align: center;
  background-color: #f5f5f5;
}
.sidebar-content table thead tr th:nth-of-type(6),
.sidebar-content table thead tr th:last-of-type {
  font-weight: 700;
  background-color: #e5e5e5;
}
.sidebar-content table tbody tr td {
  color: #888;
}
.sidebar-content table tbody tr td a {
  font-weight: 700;
  background-color: #eee;
  color: #333;
}</pre></body></html>