@charset "utf-8";
/* CSS Document */
#navihead {
	width: 800px;
	height: 70px;
	margin: 0;
}
#contents {
		text-align: center;
	}
	.active {
	opacity: .5;
}
a :hover {
	opacity: 0.8;
}
.h1_area {
	width: 800px;
	maragin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	justify-content: center;
}
.h1 {
	align-items: center;
  	justify-content: center;
	font-size: 150%;
	font-weight: 600;
	border:1px solid #CBB698;
	border-radius: 3px;
	padding: 8px 0 5px 0;
	width: 630px;
	color: 	#339933;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	box-shadow: inset 0px -14px 13px 0px rgba(246, 238, 225, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
	line-height: 120%;
}
.h2 {
	 padding:0.5em; /*上下左右の余白*/
 background:#81CCDF ; /*背景色*/
	text-align: left;
	font-size: 1.5em;
	line-height: 120%;
	font-weight: bold;
}
.h2 span{
	font-size: 0.8em;
}
.under {
  text-decoration: underline;
}
.shushi_box {
	text-align: left;
	border-top: 5px dotted #2096D5;
	border-bottom: 5px dotted #2096D5;
	padding: 20px 20px;
	line-height: 140%;
	font-size: 1.2em;
}
.sasshi {
	display: flex;
	margin-top: 10px;
  justify-content: center;
  align-items: center;
}
.sasshi ul {
	text-align: left;
	width: 300px;
	margin-left: 50px;
}
.fair {
	display: flex;
	margin-top: 10px;
}
.fair p {
	text-align: left;
	margin-right: 25px;
	line-height: 140%;
}

.fair img {
	margin-top: 10px;
	margin-bottom: 20px;
}
.stamp {
	display: flex;
}
.stamp p {
	text-align: left;
	margin-left: 10px;
}