/*!
Theme Name: lifellenge
Author: NAVEEY
Description: オリジナルテーマ lifellenge
Version: 1.0.0
Tested up to: 6.9
Requires PHP: 8.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lifellenge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

This theme is based on Underscores (https://underscores.me/) by Automattic, Inc.
Includes Normalize.css (https://necolas.github.io/normalize.css/) by Nicolas Gallagher and Jonathan Neal.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
.meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.8rem;
  color: #777;
}

sup {
  font-size: 0.7em;
  vertical-align: super;
}

blockquote {
  border-left: 4px solid #ddd;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
  background: #fafafa;
}

figure {
  margin: 2rem 0;
  text-align: center;
}
figure img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
figure figcaption {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
table th, table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
}
table th {
  background: #f5f5f5;
  font-weight: 600;
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 2rem 0;
}