Newer
Older
AegisforEcosystem-fork / artemis.css
@歌岡大祐 歌岡大祐 on 29 Aug 2021 1 KB bgcolor
body {
    margin: 0;
    background-color: #ffecaf;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    font-family: "游明朝", "Yumincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS 明朝", selif;
}


#aegis { 
    width: 50vw; 
    margin: 150px; 
    position: relative;
}

#rect {
    width: 100%;
    padding-top: 100%;
}

.is-top {
background: rgba(0,0,0,0);
}

    .header {
    width: 100%;
    height: 64px;
    padding: relative; 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    min-width: 1200px;
    transition: all 0.5s ease-in;}

    .header .header-outer {
    position: relative;
    }

    .header .header-inr {
        width: 100%;
        margin: 0 auto 0;
        position: relative;
        padding: 0 0 0;
        z-index: 2;
    }
    
    .header .header-inr:before, .header .header-inr:after {
        content: "";
        display: table;
    }
    
    .header .logo {
        width: 234px;
        height: 64px;
        float: left;
        background-color: #fff;
        border-bottom: 1px solid #e4f0c4;
        transition: all 0.5s ease-in;
    }
    
    .header .logo a {
        display: block;
    }
    
    .header .logo a img {
        width: 100%;
    }