@charset "utf-8";
/* CSS Document */

#content {background: none;}

#staff {}
#staff li {float: left;width: 48%;background: #fff;padding: 0.5em;border-radius: 5px;border:1px solid #ccc;margin: 1%;height: 13em;overflow: hidden;}
#staff li:after {content:"";display:block;position:relative;clear:both;}
#staff li a {width: 28.8%;float: left;margin-right: 1em;display: block;}
#staff li a.yoko {width: 48%;}
#staff li a img {width: 100%;cursor: zoom-in;}
#staff li span.name {font-size: 1.5em;font-weight: 600;}
#staff li p {display: inline;}

/*980px*/
@media screen and (max-width: 61em) {
	#content {width:98%;margin: 0 auto;}
	header > div {width: 98%;}
}

/*830px*/
@media screen and (max-width: 51.9em) {
		#staff li {width: 98%;height: auto;}
	#staff li a {width: 25%;}
	#staff li a.yoko {width: 40%;}
}