@charset "utf-8"; @import "../initial"; .layout-footer { padding: 2em 0; color: #000; font-size: 0.9em; line-height: 1.8em; .container { width: 940px; @extend .response-content; @media (max-width: 767px) { width: 100%; } } a { color: #4B4B4B; text-decoration: none; &:hover, &:focus { color: lighten(#4B4B4B, 10%); } } }