.hidden {
  display: none;
}

figure {
  margin-top: 20px;
}

h2 {
  background-color: transparent !important;
}

p.p-mt {
  margin-top: 30px;
}

/*
index.html
*/
.index .page_content {
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.index .grid {
  margin-top: 25px;
}
.index .grid:first-child {
  margin: 0 0 35px -16px;
}

.index a.teacher-wrapper {
  display: block;
  color: #222222 !important;
  width: 100%;
  height: 100%;
}

.index table.content-wrapper {
  width: 100%;
  height: 100px;
  border: 1px solid #d6d6d6;
}

.index table.content-wrapper.type2 {
  height: 67px;
}

.index table.content-wrapper th.content-title {
  width: 50%;
  padding: 0 5px;
  background-color: #56cff2;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.index table.content-wrapper td.content-name {
  width: 50%;
  padding: 10px 0;
}

.index table.content-name-inner {
  margin: 0 0 0 15px;
}

.index table.content-name-inner th {
  font-weight: normal;
  font-size: 14px !important;
}

.index table.content-name-inner td {
  line-height: 1.5;
  font-size: 14px !important;
  padding-left: 15px;
}

.index a.link-type-1 {
  display: block;
  width: 360px;
  height: 60px;
  margin: 0 auto;
  background: #00a7d7 url("/edrs/faculty_member_list/img/img-faculty_member_list-link-1.png") no-repeat 125px 21px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  margin-top: 50px;
  padding-left: 30px;
}
