@charset "UTF-8";


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

/* photo
----------------------------------------*/
.f_center{
	max-width: 800px;
	margin: 60px auto;
}
.section02 .f_center,
.section03 .f_center{
	margin: 60px auto 15px;
}

@media screen and (max-width: 767px){
	.section02 .f_center,
	.section03 .f_center{
		margin: 40px auto 10px;
	}
}

