@charset "utf-8";
/*
Theme Name: +S001 Revised 2026.01
Theme URI: https://eggle.co.jp/
Description: Unique Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any illustrator, designer and blogger. 
Version: 1.0
Author: Eggle
Author URI: https://eggle.co.jp/
Tags: 2 column theme, corporation, sole proprietor, blogger

This theme was designed and built by Eggle,
whose blog you will find at https://eggle.co.jp/

The CSS, XHTML and design is released under GPL:
https://www.opensource.org/licenses/gpl-license.php
*/

/**
 * Base Styles
 * 基本リセット・ベーススタイル
 * 
 * 注意: このファイルは最小限のベーススタイルのみを含みます。
 * 詳細なスタイルは以下のファイルに分割されています:
 * - css/common.css - 共通スタイル
 * - css/header.css - ヘッダー関連
 * - css/navigation.css - ナビゲーション
 * - css/sticky-header.css - スティッキーヘッダー
 * - css/layout.css - レイアウト
 * - css/forms.css - フォーム・コンテンツ
 */

/******************** リセットスタイル ********************/
* {
  margin: 0;
  padding: 0;
}

html {
  background: #f7f7f7;
}

body {
  color: #1b1b1b;
  font-family: Arial, Helvetica, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  min-height: 100vh;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}

/* コンテンツエリアを拡張してフッターを下部に押し下げ */
#container,
.site-content {
  flex: 1 0 auto;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a:hover {
  color: #095b95;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
}

/******************** ユーティリティクラス ********************/
.clear {
  clear: both;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.font-black {
  color: #000000 !important;
}
