/*
Theme Name: aainc
Theme URI: https://aainc.co.jp/
Author: AAINC
Author URI: https://aainc.co.jp/
Description: aainc コーポレートサイト用カスタムテーマ（スケルトン）
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aainc
*/

/* ==========================================================================
   ベーススタイル（スケルトン）
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* サイトヘッダー */
.site-header {
  padding: 1rem 2rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.site-title {
  margin: 0;
  font-size: 1.5rem;
}

.site-title a:hover {
  opacity: 0.8;
}

/* メインコンテンツ */
.site-main {
  padding: 2rem;
  max-width: 1600px;
  margin: 0 auto;
}

/* サイトフッター */
.site-footer {
  padding: 2rem;
  margin-top: 3rem;
  background: #f5f5f5;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}

.site-footer p {
  margin: 0;
}