/* 固定header 追加分 */
header {
 height: 60px;
 position: fixed;
 top: 0;
 z-index: 95;
}

/* 固定分のtop-margin調整 */

main{
 margin:60px 10px;
}