@charset "utf-8"; /*********************** * * ヘッダー * ***********************/ .l-header{ position:fixed; z-index:100; top:0; left:0; width:100%; background:$color-bg-primary; a{ color:#fff; text-decoration:none; } } /* トップページだけの例外処理 */ .home .l-header{top:-60px;} .header_logo{ height:35px; width:auto; margin:15px 0 10px; float:left; } .g_nav{ float:right; li{ display:inline-block; position:relative; float:left; } a{ display:block; line-height:60px; padding:0 20px; font-size:.9rem; @include btn-hover-action(light,$color-bg-primary); &.current{ background:$color_base1; } } }