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


#main {
    padding: 130px 0 20px;
    width: 100%;
    text-align: center;
}


#main2{
    padding: 120px 0px 0px 0px;
    width: 100%;
    text-align: center;
}

.section-1{
  margin-top : -120px;
  padding-top : 120px;
}

