.hidden {
  display: none;
}

.page_content img {
  width: 100%;
  height: auto;
}

br.sp {
  display: none;
}

/*
index.html
*/
.index figure {
  margin-top: 20px !important;
}

.index a.teacher-wrapper {
  display: block;
  color: #222222 !important;
}

.index .grid:first-child {
  margin: -15px 0 35px -10px;
}

.index table.content-wrapper {
  width: 100%;
  height: 100px;
  border: 1px solid #d6d6d6;
  margin-top: 15px;
}

.index table.content-wrapper th.content-title {
  width: 50%;
  padding: 0 10px;
  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 7%;
  width: 86%;
}

.index table {
  word-break: break-all;
}

.index table.content-name-inner th {
  width: 50%;
  font-weight: normal;
  font-size: 14px !important;
  text-align: center;
}

.index table.content-name-inner td {
  width: 50%;
  line-height: 1.5;
  font-size: 14px !important;
  text-align: center;
}

.index a.link-type-1 {
  display: block;
  width: 95%;
  height: 60px;
  margin: 0 auto;
  background: #00a7d7 url("/edrs/faculty_member_list/img/img-faculty_member_list-link-1.png") no-repeat 30% 21px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  margin-top: 50px;
  padding-left: 5%;
}
