@charset "utf-8";

#box {
  margin-bottom: 20px;
}

#box h2 {
  margin-bottom: 20px;
}

.staff {
  width: 91%;
  max-width: 354px;
  padding: 4%;
  border: 1px solid rgb(103, 53, 29);
  margin: 0 auto 30px;
}

.staff-photo {
  text-align: center;
  margin-bottom: 15px;
}

.staff-text01 {
  font-size: 14px;
  font-weight: normal;
}

.staff-text02 {
  font-size: 11px;
  font-weight: normal;
}

.staff-text03 {
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  line-height: 1.8;
}

.staff-text03 a {
  color: rgb(103, 53, 29);
}

.staff-text03 a:visided {
  color: rgb(103, 53, 29);
}

/*最小幅481px以上の指定*/
@media print, screen and (min-width: 480px) {
  #box {
    margin-bottom: 100px;
  }

  #box h2 {
    margin-bottom: 40px;
  }

  #staff-container {
    width: 820px;
    margin-left: 40px;
  }

  #staff-container-left {
    float: left;
    width: 382px;
    margin-right: 56px;
  }

  #staff-container-right {
    float: left;
    width: 382px;
  }

  .staff {
    width: 382px;
    max-width: 382px;
    padding: 0;
    border: none;
    margin-left: 0;
    margin-bottom: 60px;
  }

  .staff-photo {
    float: left;
    width: 150px;
    margin-bottom: 0;
  }

  .staff-content {
    float: left;
    width: 190px;
    border: rgb(106, 54, 30) 1px solid;
    margin-left: -10px;
    margin-top: 50px;
    padding: 20px;
  }

  .staff-text01 {
    font-size: 14px;
    font-weight: normal;
  }

  .staff-text02 {
    font-size: 11px;
    font-weight: normal;
  }

  .staff-text03 {
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.8;
  }
}
