
/*
Theme Name: Apex Corporate Theme
Theme URI: https://example.com
Author: Apex
Description: Simple corporate theme for 株式会社エイペックス
Version: 1.0
*/

body{
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    background:#f5f7fb;
}

header{
    background:#0A3D75;
    color:white;
    padding:20px;
}

nav a{
    color:white;
    margin-right:20px;
    text-decoration:none;
    font-weight:bold;
}

.hero{
    background:#1E73BE;
    color:white;
    padding:80px 20px;
    text-align:center;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:40px 20px;
}

.services{
    display:flex;
    gap:30px;
}

.service{
    background:white;
    padding:20px;
    border-radius:8px;
    flex:1;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

footer{
    background:#0A3D75;
    color:white;
    text-align:center;
    padding:20px;
}
