.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 a.teacher-wrapper-special {
	display: block;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
	background: #56cff2;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
}
.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;
  letter-spacing: -.05em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.index table.content-name-inner {
  margin: 0 0 0 4%;
  width: 92%;
}

.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%;
}

/*
faculty detail
*/
.faculty .lead_title {
  overflow: hidden;
  padding-bottom: 0;
}

.faculty .lead_title h2 {
  clear: both;
  margin-bottom: 0;
}

.faculty h2 {
  margin-top: 22px;
}

.faculty a.link-type-1 {
  display: block;
  width: 94%;
  background: #00a7d7 url("/edrs/faculty_member_list/img/img-faculty_member_list-link-1.png") no-repeat 20px center;
  color: #ffffff;
  line-height: 1;
  padding: 13px 0 10px 6%;
  text-align: center;
  float: right;
  margin-bottom: 10px;
}

.faculty figure {
  margin-top: 0;
  width: 100%;
}
.faculty figure figcaption {
  width: 95%;
  word-break: break-all;
}

.faculty #staff .grid {
  margin-top: 40px;
}

.faculty #staff .grid h4 {
  margin-top: 10px;
}

.faculty #staff .grid .staff-name {
  margin-top: 8px;
  line-height: 1.6;
}

.faculty #staff .grid .staff-text {
  margin-top: 20px;
}

.faculty #staff > h2 + .grid {
  margin-top: 0;
}

.faculty ul.list-type-1 li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 35px;
  font-size: 14px;
}

.faculty #modal-windows-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.faculty #modal-windows-wrapper .background {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.25;
}

.faculty #modal-windows-wrapper .img-wrapper {
  width: 85%;
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -100px;
  padding: 4%;
  background: #ffffff url("/edrs/faculty_member_list/img/img-loading.gif") no-repeat center center;
}

.faculty #modal-windows-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
}

.faculty #modal-windows-wrapper .modal-text {
  font-size: 14px;
  margin-top: 20px;
}

.faculty #modal-windows-wrapper .close {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 0;
  right: 0;
}

.faculty #modal-windows-wrapper .loading {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.faculty #modal-windows-wrapper p#big-img-wrapper {
  opacity: 0;
}

.faculty .modal figure {
  margin-top: 15px;
}

.faculty .modal .reduction_image {
  display: block;
  position: relative;
}

.faculty .modal .reduction_image:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico-magnifier.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.faculty .modal .col:nth-child(2n+1) {
  clear: both;
}



/*
professor.html
*/
.professor figure {
  margin-top: 0;
  width: 50%;
}

.professor #staff .grid {
  margin-top: 40px;
}

.professor #staff > h2 + .grid {
  margin-top: 0;
}

.professor h4 {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

/*# sourceMappingURL=faculty_member_list_sp.css.map */


/*
honor.html
*/
.honor_table th,
.honor_table td {
	text-align: center;
}
.honor_table th {
	width: 35%;
}
.honor_table th.th01 {
	width: 30%;
}
.txt_right {
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
}

/*
president.html
*/
.president p span {
	width: 100px;
	display: inline-block;
}