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


#pagetitle{
background-image: url(../img/pagetitle/staff.jpg);
background-position: top;
background-size: cover;
background-repeat: no-repeat;
}

#staff-box{
margin: 0 auto 50px;
padding: 30px 3% 60px;
max-width: 1200px;
}

.staff-block{
float: left;
width: 29.3%;
margin: 0 2% 50px;
box-sizing: border-box;
padding: 25px 3% 30px;
background-color: #EEEEEE;
}

.staff-block img{
max-width: 100%;
max-height: 300px;
vertical-align: bottom;
}

.name{
font-size: 16px;
letter-spacing: 2px;
margin: 18px 0 6px;
}

.name-e{
font-family: 'Lora', serif;
font-size: 13px;
letter-spacing: 2px;
margin-bottom: 24px;
line-height: 1;
color: #555555;
}

.staff-block p{
font-size: 12px;
height: 45px;
}


@media(min-width: 991px){



}

/*tablet*/
@media(min-width: 768px) and (max-width: 991px){



}

/*smart-phone*/
@media(max-width: 767px){



.staff-block{
width: 90%;
float: none;
margin: 0 auto 25px;
max-width: 400px;
padding: 25px 8% 30px;
}



}
