@charset "UTF-8";


/* -----------------
 common
-------------------- */

#mainimg_sub{
  background-image:url(../img/mainimg_sub_sp.jpg) !important;
  background-size: cover;
}

/* -----------------
 index
-------------------- */

#list_staff{
  width:96%;
  margin:0 auto;
  padding:0;
  list-style:none;
  letter-spacing: -0.4em;
}
#list_staff li{
  width:48%;
  margin:0 2% 30px 0;
  box-shadow: 0px 2px 3px 0px rgba(102,102,102,0.3);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(102,102,102,0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(102,102,102,0.3);
  vertical-align: top;
  background-color: #fff;
  letter-spacing: normal;
  display: inline-block;
}
#list_staff li:nth-of-type(even){
  margin:0 0 30px 2%;
}
#list_staff li img{
  width:100%;
}
#list_staff li p{
  width:100%;
  margin:0;
  padding:15px 5px;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  box-sizing:border-box;
}
#list_staff li p span{
  margin:0 0 7px;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: normal;
  display: block;
}












