@charset "utf-8";

section.pages h1.staff{
	margin-bottom: 0.5em;
	}
section.pages figure.staff img{
	width: 150px;
	margin-bottom: 0.5em;
	}
	
/*768px*/
@media screen and (min-width : 768px) {
section.pages figure.staff img{
	width: 200px;
	}
}

/*1024px*/
@media screen and (min-width : 1024px) {
	
section.pages h1.staff{
	text-align: left;
	}
section.pages figure.staff img{
	width: 300px;
	}
}
/* @end */
