/* CSS Document */

body , html {
    height: 100%;
}
body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 0.875rem;
    line-height: 1.8;
}
header{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 80px;              /* 縦幅140px */
    margin-left: 10px;
    margin-top: 10px;
}
footer{
    margin-top: 30px;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 12px;

}
.result-description{
text-align: left;
margin: 15px;;
}