@charset "UTF-8";

.staff_profile dl	{
	margin: 4em 0;
}

.staff_profile dt	{
	padding: 0 3em;
	margin-bottom: 1em;
}

.staff_profile dt figure	{
    text-align: center;
    font-size: 1.4em;
}

.staff_profile dd	{
}

/*■■■■■■■■■■■■■■■■■■■■■■■*/

@media ( min-width: 768px ) {

.staff_profile dl {
    position: relative;
    padding-left: 260px;
    min-height: 20em;
}

.staff_profile dt {
    padding: 0;
}

.staff_profile dt figure {
    text-align: left;
}

.staff_profile dt figure img {
	position: absolute;
    left: 0;
    top: 0;
	width: 240px;
}







}/*■■■■■■■■■■■■■■■■■■■■■■■*/
