@charset "UTF-8";
/* ============================================================================
   starvelor.css
   ----------------------------------------------------------------------------
   Starvelor（サテライトトラッカー）紹介ページ subpage/starvelor.php 専用。
   header_html() の4番目に "starvelor" を渡したページだけが読み込む。
   ============================================================================ */

/* 先頭の画像。本文の幅に合わせて縮み、押すと Starvelor へ */
section.content .sv_hero {
    width: 98%;
    max-width: 600px;
    margin: 10px auto 20px;
    border: 1px solid #555;
    box-sizing: border-box;
}
section.content .sv_hero img {
    width: 100%;
    height: auto;
}
section.content .sv_hero a:hover img {
    opacity: 0.85;
}

/* 特徴の箇条書き（共通CSSが ul の点を消しているので、ここで戻す） */
section.content ul.sv_features {
    margin: 10px 0 10px 30px;
    list-style-type: disc;
}
section.content ul.sv_features li {
    margin: 4px 0;
    line-height: 1.8;
}

/* 「Starvelor を開く」ボタン */
section.content .sv_button {
    text-align: center;
    margin: 30px 0 20px;
}
section.content .sv_button a {
    display: inline-block;
    padding: 12px 40px;
    background-color: var(--main_color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
}
section.content .sv_button a:hover {
    opacity: 0.85;
}
section.content .sv_button p.sv_url {
    margin: 8px 0 0;
    font-size: 12px;
    color: #555;
}

/* 注記 */
section.content p.sv_note {
    font-size: 12px;
    color: #555;
}
