/*
Theme Name:waseiOriginal_vol2
Author: officeMC
*/

@charset "utf-8";

body {
    width:100vw;
    background:#f0f0f0;
}
header {
    display:flex;
    box-sizing: border-box;
    justify-content: space-between;
    width:100vw;
    padding:2%;
    height:auto;
    position: fixed;
    top:0;
}
header #logo {
    width:30vw;
}
header #logo img {
    width:100%;
    height:auto;
}
header ul {
    display: flex;
    justify-content: flex-end;
    margin-right:100px;
}
header ul li {
    list-style: none;
    margin-right:50px;
}
header ul li a {
    text-decoration: none;
    color:#fff;
}
article {
    margin-top:150px;
}


/*PC・タブレット・スマホ共通設定
