@charset "utf-8";

h3 {
  position: relative;
  padding-left: 10px;
  margin-left: 120px;
}

h3:after {
  content: "";
  width:100%;
  height:4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #7a8fcc, #ffffff);
}

#staff {
  width: 980px;
  float: left;
}

.staff_section {
  width: 980px;
  height: 720px;
  position: relative;
  background: #ffffff;
  margin-bottom: 40px;
  padding-top: 20px;
  border: 1px solid #cccccc;
}

.staff_image {
  margin-left: 120px;
  float: left;
}

.staff_info {
  width: 480px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.staff_info table {
  border-collapse: collapse;
}

.staff_info table tr th {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  line-height: 170%;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 10px 20px;
  vertical-align: top; 
  max-height: 100%;
}

.staff_info table tr td {
  font-size: 13px;
  border-bottom: 1px solid #cccccc;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  line-height: 170%;
  letter-spacing: 1px;
  padding: 10px 10px;
  vertical-align: top; 
  max-height: 100%;
}

.staff_info table tr th.none {
  border: none;
}

.staff_info table tr td.none {
  border: none;
}
