@charset "UTF-8";


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

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

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

#list_staff{
  margin:0;
  padding:0;
  list-style:none;
}
#list_staff li{
  width:230px;
  margin:0 27px 50px 0;
  float:left;
  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);
}
#list_staff li:nth-of-type(3n){
  margin-right:26px;
}
#list_staff li:nth-of-type(4n){
  margin-right:0;
  float:right;
}
#list_staff li img{
  width:100%;
}
#list_staff li p{
  width:230px;
  height:70px;
  margin:0;
  padding:15px 5px;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  box-sizing:border-box;
  display: table-cell;
  vertical-align: middle;
}
#list_staff li p span{
  margin:0 0 7px;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: normal;
  display: block;
}


