@charset "UTF-8";


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

/* photo
----------------------------------------*/
.f_center{
	max-width: 800px;
	margin: 60px auto;
}
.section04 .f_center{
	max-width: 600px;
	margin: 60px auto;
}

@media screen and (max-width: 767px){
	.f_center{
		width: 100%;
		margin: 40px auto;
	}
	.section04 .f_center{
		width: 90%;
		margin: 40px auto;
	}
}

