#main section{
padding:40px 0;
}
#staff{
width:900px;
margin:0 auto;
}
#staff article{
margin:0 0 60px 0;
}
#staff article .staff_photo{
width:270px;
}
#staff article .staff_comment{
padding:30px 0 0 0;
width:600px;
}
#staff article:nth-child(odd) .staff_photo{
float:left;
}
#staff article:nth-child(even) .staff_photo{
float:right;
}
#staff article:nth-child(odd) .staff_comment{
float:right;
}
#staff article:nth-child(even) .staff_comment{
float:left;
}
.staff_comment h4{
text-align:center;
font-size:18px;
margin:0 0 10px 0;
line-height:43px;
background:url('../images/staff/bg_h4.png') repeat-x;
}
#staff2 dt{
text-align:center;
font-size:18px;
margin:0 0 10px 0;
line-height:43px;
background:url('../images/staff/bg_h4.png') repeat-x;
}
#staff2{
display:flex;
flex-wrap:wrap;
justify-content:center;
}
#staff2 dl{
width:270px;
margin:0 15px 40px;
}