@charset "UTF-8";
/* CSS Document */

header {
	position: fixed;
	width: 100%;
}
.top {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
	padding: 10px 0;
	width: 70%;
	font-family: "Didot";
	font-size: 18px;
}
.top a {
	color: #000000;
}
nav ul {
	display: flex;
	align-items: center;
}
nav a {
    font-size: 15px;
    font-weight: bold;
    font-family:"Didot";
    color: #000;
    margin-left: 30px;
}
.inf {
	height: 450px;
	background: #FDFDFD;
	text-align: center;
}
.inf p {
	font-family: "游明朝体";
	color: #000000;
	font-size: 20px;
	padding: 20px 0;
}
h2 {
	font-size: 50px;
	padding-top: 120px;
	font-family:"Didot";
}
.entry {
	height: 900px;
	background: #FDFDFD;
	text-align: center;
}
footer {
	text-align: center;
	height: 80px;
	background-color: #BBCF9D;
	padding: 30px 0;
	color: #000000;
}