* {
    font-size:10px;
    /* -webkit-text-size-adjust: none; */
}

body {
    background: #FA8B02; /* fallback for old browsers */
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;      
}

main {
    height:97%;
}

.copyright {
    height:2%;
    width:100%;
    position: relative;
    bottom: 0;
    margin-top:10px;
    padding:5px 0 0 0;
    color:white;
    border-top: solid 1px #ffffff;
    text-align: center;
}

