*{
    box-sizing: border-box;
}
html{
    font-size : 100%;
    background: color #E8D2BE ;
}

header{
	padding: 32px;

}

body{
    font-family: "HGPGothicE","HGPｺﾞｼｯｸE", メイリオ, Meiryo, sans-serif ;
    color:#464646;
    text-size-adjust: 100%;
    line-height: 25px;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;

}