@charset "UTF-8";
/* CSS Document */
html,body{
    height: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#wrap{
     width: 100%;
     position: relative;
     min-height: 100%;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    padding: 19px 0;
    color: #fff;
    background: #000;
}
@media screen and (max-width:999px){
    footer{
        padding: 9px 0;
    }
}