@charset "UTF-8";

/* greetingBlc ------------------------- */
#greetingBlc h1{
margin:5% 0;
font-size:115%;
font-weight:bold;
}

#greetingBlc .blcComm3 > img{
max-width:570px;
margin:0 auto;
}

#greetingBlc .links a{
display:block;
margin-top:5%;
}

#greetingBlc .links .icon{
display:block;
margin-bottom:1%;
}

#greetingBlc .links :nth-child(1) img:last-child{
max-width:389px;
}

#greetingBlc .links :nth-child(2) img:last-child{
max-width:369px;
}

/* staffBlc ------------------------- */
#staffBlc li{
margin:0 2% 5%;
padding:5% 5px;
background:#000;
border-radius:5px;
color:#fff;
text-align:center;
}

#staffBlc .frm{
position:relative;
margin-bottom:3%;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}
 
#staffBlc .frm video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}