@charset "UTF-8";


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

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

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


/* box
----------------------------------------*/
.box-border{
	margin-top: 60px;
	padding: 20px;
	border: solid 1px #ccc;
}
.box-border > p{
	font-size: 1.6rem;
	line-height: 1.6;
}
.box-border > p.title{
	font-weight: bold;
}

@media screen and (max-width: 767px){
	.box-border{
		margin-top: 40px;
	}
}
