@charset "utf-8";
/* ################### */
	/* STAFF */
/* ################### */
#staff #contents p {
	margin-bottom: 20px;
}

#staff #contents table {
	border-top: 1px solid #999;
	width: 700px;
}
#staff #contents th,
#staff #contents td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
#staff #contents th {
	width: 1%;
	white-space: nowrap;
	border-right: 1px dotted #999;
}

@media screen and (max-width: 768px) {
#staff #contents table {
	width: 100%;
}
}


@media screen and (max-width: 640px) {
/* ################### */
	/* STAFF */
/* ################### */
#staff #contents table {
	width: auto;
}
#staff #contents th,
#staff #contents td {
	padding: 10px 0;
	display: block;
}
#staff #contents th {
	width: auto;
	white-space: nowrap;
	border-right: none;
	padding-bottom: 0px;
	border-bottom: none;
	font-weight: bold;
}
}

