* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 135, 245, 0);
}

html, body {
    height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "Helvetica", "Arial","Lucida Grande",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-rendering: geometricPrecision;
}

#wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
}

#content {
    padding-bottom: 30px;
    width: 130px;
    height: 156px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -89px 0 0 -65px;
}

footer {
    height: 30px;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
