/*
Theme Name: KOHO Original Theme
Author: Web制作班
Description: KOHO株式会社のオリジナルテーマ
Version: 1.0
*/

/* ベース */
body {
    margin: 0;
    font-family: system-ui, sans-serif;
    line-height: 1.6;
    background: #f7f7f7;
    color: #333;
}

/* コンテナ */
.container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

/* ヘッダー */
.site-header {
    background: #222;
    color: #fff;
    padding: 20px 0;
}

.site-header a {
    color: #fff;
    text-decoration: none;
}

/* 投稿カード */
.post-card {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.post-title a {
    color: #333;
    text-decoration: none;
}

.post-title a:hover {
    text-decoration: underline;
}

/* フッター */
.site-footer {
    background: #eee;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
}

/* トップページ用スライド */
.front-hero {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.front-slide {
    width: 100%;
    display: block;
}

.front-video {
    width: 100%;
    height: auto;
    display: block;
}