@charset "UTF-8";


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

/* photo
----------------------------------------*/
.f_center{
	max-width: 800px;
	margin: 60px auto 15px;
}
.f_center.wide{
	max-width: 900px;
}

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

