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

.staff .table{
   display: block;
    width:100%;
}

.staff .table > *{
   display: block;
    width:100%;
}

.staff .stafftable {
  padding: 10px;
  color: #604C3F;
  vertical-align: top;
  display: block;
  width: 100%;
}
.staff .substafftable {
  margin:0;
  margin-bottom: 20px;
  color: #604C3F;
  vertical-align: top;

  display: block;
  width: 100%;
}
.staff .substafftable > * {
 
  display: block;
  width: 100%;
}
.staff .substafftable .text {
  display: none;
}
.staff .thumb {

  background-color: #eeeeee;
  vertical-align: top;
  padding: 0;
display: block;
  width: 100%;
}
.staff .thumb img {

  vertical-align: top;
  margin: 0;
 display: block;
  width: 100%;
}
.staff .about {
  background-color: #f7f8f8;
  padding: 15px;
}
.staff .title {
  font-size: 1.4rem;
  font-weight: bold;
}
.staff .kana {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.staff .text {
  background-color: #E4DDD0;
  padding: 15px;
}
.staff .num0 .text {
  background-color: #5B564D;
  padding: 15px;
  color: #fff;
}
.staff .num0 .text:before {
  content: '院長挨拶';
  display: block;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.staff .num0 .thumb {
  display: block;
  width: 100%;
  background-color: #eeeeee;
  vertical-align: top;
  padding: 0;
}
.staff .num0 .thumb img {
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.staff .notes {
  padding: 30px;
  font-size: 15px;
  font-weight: bold;
  color: hsla(30,100%,50%,1.00);
  text-align: center;
}
