@charset "UTF-8";

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


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

@media screen and (max-width: 767px){
	.f_center,.f_center{
		width: 100%;
		margin: 40px auto;
	}
	.section01 .f_center{
		margin: 40px auto 0;
	}
}*/


/* movie
----------------------------------------*/
.movie{
	max-width: 800px;
	margin: 60px auto 0;
	overflow: hidden;
}
.movie-inner{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.movie-inner > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px){
	.movie{
		margin: 30px auto 0;
	}
}
