body{
	margin: 0;
	padding: 0;
}
#wrap{
	width: 80%;
	margin: 35px auto;
}
h1{
	text-align: center;
	margin-bottom: 30px;
	font-family: "Shuei NijimiMGo B";
}
h2{
	margin-bottom: 20px;
	font-family: "Shuei NijimiMGo B";
}
.header_logo{
	width: 240px;
	height: auto;
}
.flex_between{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_around{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.flex_start{
	display: flex;
	flex-wrap: wrap;
}
.box{
	margin-bottom: 30px;
}
.box p{
	margin-bottom: 15px;
}
.link li{
	margin-right: 20px;
} 
.link li a{
	display: inline-block;
	padding: 12px 25px;
	background: #222222;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1.2;
	transition:background 1s,color 1s;
}
.gallery{
	margin-top: 20px;
}
.gallery li{
	margin-bottom: 15px;
}
.gallery li img{
	width: 220px;
	height: auto;
}
a:hover{
	background:#3C3C3C!important;
}

small{
	display: block;
	font-size: 11px;
	text-align: center;
	color: #717171;
	margin-top: 25px;
	margin-bottom: 10px;
}

