﻿#header {
  
  height: 90px; /* 高さ */
  z-index:999;
  width: 100%; /* 長さ */
  position: fixed; /* ヘッダーを固定(これが重要) */
  top: 0; /* 固定する位置 */
  left: 0; /* 固定する位置 */
  right: 0;  /* 固定する位置 */
  background: #ffffff;
  text-align: center;
  }

#main {
    padding: 130px 0 20px;
    width: 100%;
    text-align: center;
}
.section-1{
  margin-top : 0px;
  padding-top : 0px;
}


#book{padding:2px}


.section-3{
  margin-top : -80px;
  padding-top : 80px;
}