@charset "UTF-8";


/* nav
----------------------------------------*/
.nav-list li.vol08::before{
	display: inline-block;
}

/* photo
----------------------------------------*/
.f_center{
	max-width: 800px;
	margin: 60px auto;
}
.section:first-of-type .f_center{
	margin: 60px auto 20px;
}

@media screen and (max-width: 767px){
	.f_center{
		width: 100%;
		margin: 40px auto;
	}
	.section:first-of-type .f_center{
		width: 100%;
		margin: 40px auto 10px;
	}
}

