@charset "utf-8";

body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.l-wrapper {
    background: #FFF;
}

#contents {
    width: 1200px;
    margin: auto;
    padding-bottom: 48px;
}

.era-content {
    position: relative;
}

.era-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 72px;
    background: #ffffff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}