@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');



*{

    margin: 0 auto;
    padding: 0;

}



.header{
	position: fixed;
	background: #FFF;
	width: 1000px;
	height:80px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px auto 0px auto;
	z-index: 30;
}

.selectbutton{
	position: fixed;
	background: #FFF;
	width: 1000px;
	height:54px;
	top:0;
	left: 0%;
	right: 0;
	bottom: 0;
	margin: 80px auto 0px auto;
	z-index: 20;
}
.main{
	font-family: 'Noto Serif JP', serif;
	margin: 120px auto 0 auto;
	width: 1000px;
	z-index:10;
    

}