<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: hokosha.com
Description: contact
Version: 1
Author: K.Yamada
Author URI: https://www.hokosha.com
*/
/***
*
RESPONSIVE
*
***/
header h1 {
  font-size: 2rem !important;
}
@media (min-width: 768px) {
  header h1 {
    font-size: 4rem !important;
  }
}

.intro .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
  color: inherit;
}

#toc ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.2rem;
}
#toc ol li {
  display: block;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}
#toc ol li a {
  color: #333;
  text-decoration: none;
}
#toc ol li a:hover {
  color: #6366f1;
}

.author-avatar img {
  width: 50px;
  max-width: none !important;
}

.page-content {
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.8;
  color: #333;
}
.page-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1a202c;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.5rem;
}
.page-content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2d3748;
}
.page-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #4a5568;
}
.page-content p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}
.page-content a {
  color: #3182ce;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.page-content a:hover {
  color: #2b6cb0;
}
.page-content ol, .page-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.page-content ol li {
  list-style-type: decimal;
}
.page-content ul li {
  list-style-type: disc;
}

@media (min-width: 1024px) {
  .posts-section {
    grid-column: span 2;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.post-card {
  display: block;
  background-color: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(255, 237, 213, 0.5);
  padding: 1rem;
  transition: box-shadow 0.3s ease;
}
.post-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.post-thumbnail {
  margin-bottom: 1rem;
}

.post-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 0.5rem;
}

.post-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.post-date {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.post-excerpt {
  color: #4b5563;
}

.pagination-wrapper {
  margin-top: 2rem;
  text-align: center;
}

.pagination-button {
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  background-color: #e5e7eb;
}
.pagination-button:hover {
  background-color: #d1d5db;
}/*# sourceMappingURL=style.css.map */</pre></body></html>