@charset "utf-8";
/* トップページ
---------------------------*/
.bg-img {
    background-image: url('../img/top.jpg');
    background-position: center top;
    background-repeat: no-repeat; 

}
@media (min-width: 768px) {
    .bg-img {
        background-image: url('../img/top.jpg');
    }
}
@media (min-width: 992px) {
    .bg-img {
        background-image: url('../img/top.jpg');
    }
}
@media (min-width: 1200px) {
    .bg-img {
        background-image: url('../img/top.jpg');
    }
}
/* contents
---------------------------*/

#contents {
    height: 100%;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
/*	フッター (固定)
------------------------------*/

div#footer {
    /*下辺固定レイアウト*/
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity:0.8;
}
