@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/faculty/img/faculty_top_bnr-02_pc.png");
  }
  #global-content .searchForm {
    width: 100%;
    position: relative;
    background-color: #efefef;
  }
  #global-content .searchForm .searchInner {
    padding: 10px 20px;
    text-align: left;
  }
  #global-content .searchForm .searchInner .category,
  #global-content .searchForm .searchInner .freeword,
  #global-content .searchForm .searchInner .send {
    font-size: 13px;
    float: left;
  }
  #global-content .searchForm .searchInner .category {
    margin-right: 20px;
    width: 180px;
    height: 45px;
    position: relative;
    background-color: #fff;
  }
  #global-content .searchForm .searchInner .category:after {
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-top: 1em solid #005;
    border-right: 0.625em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 0.625em solid transparent;
    position: absolute;
    top: 1em;
    right: 20px;
    bottom: 0;
  }
  #global-content .searchForm .searchInner .category .label {
    text-overflow: ellipsis;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    width: 66.66667%;
    position: absolute;
    top: 0;
    left: 20px;
  }
  #global-content .searchForm .searchInner .category select {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #global-content .searchForm .searchInner .freeword {
    width: 180px;
    height: 45px;
    position: relative;
    background-color: #fff;
  }
  #global-content .searchForm .searchInner .freeword input {
    margin: -10px 0 0;
    padding: 0;
    width: 77.77778%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 20px;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #global-content .searchForm .searchInner .freeword input:focus {
    border: none 0;
    outline: none 0;
  }
  #global-content .searchForm .searchInner .send {
    width: 180px;
    height: 45px;
    float: right;
    position: relative;
  }
  #global-content .searchForm .searchInner .send input {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #005;
  }
  #global-content #secSearch .searchHeader {
    margin-top: 30px;
    width: 100%;
    min-height: 24px;
    position: relative;
  }
  #global-content #secSearch .searchHeader .headerResult {
    text-align: left;
  }
  #global-content #secSearch .searchHeader .headerResult .resultCount,
  #global-content #secSearch .searchHeader .headerResult .resultCategory {
    font-size: 13px;
    display: inline-block;
  }
  #global-content #secSearch .searchHeader .headerResult .resultCount {
    margin-right: 40px;
  }
  #global-content #secSearch .searchHeader .headerPaging {
    position: absolute;
    top: 0;
    right: 0;
  }
  #global-content #secSearch .searchBody {
    padding-top: 30px;
  }
  #global-content #secSearch .searchBody .captions {
    padding: 10px 0;
    background-color: #666;
  }
  #global-content #secSearch .searchBody .captions:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content #secSearch .searchBody .captions .caption {
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
  }
  #global-content #secSearch .searchBody .captions .cap1 {
    width: 320px;
  }
  #global-content #secSearch .searchBody .captions .cap2 {
    width: 260px;
  }
  #global-content #secSearch .searchBody .captions .cap3 {
    width: 104px;
  }

  #global-content #secSearch .searchBody ul {
    display: block;
  }
  #global-content #secSearch .searchBody ul li {
    padding-top: 20px;
  }
  #global-content #secSearch .searchFooter {
    padding-top: 30px;
  }
}
.device-view-pc #global-content .searchForm {
  width: 100%;
  position: relative;
  background-color: #efefef;
}
.device-view-pc #global-content .searchForm .searchInner {
  padding: 10px 20px;
  text-align: left;
}
.device-view-pc #global-content .searchForm .searchInner .category,
.device-view-pc #global-content .searchForm .searchInner .freeword,
.device-view-pc #global-content .searchForm .searchInner .send {
  font-size: 13px;
  float: left;
}
.device-view-pc #global-content .searchForm .searchInner .category {
  margin-right: 20px;
  width: 180px;
  height: 45px;
  position: relative;
  background-color: #fff;
}
.device-view-pc #global-content .searchForm .searchInner .category:after {
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-top: 1em solid #005;
  border-right: 0.625em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 0.625em solid transparent;
  position: absolute;
  top: 1em;
  right: 20px;
  bottom: 0;
}
.device-view-pc #global-content .searchForm .searchInner .category .label {
  text-overflow: ellipsis;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  width: 66.66667%;
  position: absolute;
  top: 0;
  left: 20px;
}
.device-view-pc #global-content .searchForm .searchInner .category select {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  border: none 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.device-view-pc #global-content .searchForm .searchInner .freeword {
  width: 180px;
  height: 45px;
  position: relative;
  background-color: #fff;
}
.device-view-pc #global-content .searchForm .searchInner .freeword input {
  margin: -10px 0 0;
  padding: 0;
  width: 77.77778%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 20px;
  border: none 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.device-view-pc #global-content .searchForm .searchInner .freeword input:focus {
  border: none 0;
  outline: none 0;
}
.device-view-pc #global-content .searchForm .searchInner .send {
  width: 180px;
  height: 45px;
  float: right;
  position: relative;
}
.device-view-pc #global-content .searchForm .searchInner .send input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #005;
}
.device-view-pc #global-content #secSearch .searchHeader {
  margin-top: 30px;
  width: 100%;
  min-height: 24px;
  position: relative;
}
.device-view-pc #global-content #secSearch .searchHeader .headerResult {
  text-align: left;
}
.device-view-pc #global-content #secSearch .searchHeader .headerResult .resultCount,
.device-view-pc #global-content #secSearch .searchHeader .headerResult .resultCategory {
  font-size: 13px;
  display: inline-block;
}
.device-view-pc #global-content #secSearch .searchHeader .headerResult .resultCount {
  margin-right: 40px;
}
.device-view-pc #global-content #secSearch .searchHeader .headerPaging {
  position: absolute;
  top: 0;
  right: 0;
}
.device-view-pc #global-content #secSearch .searchBody {
  padding-top: 30px;
}
.device-view-pc #global-content #secSearch .searchBody .captions {
  padding: 10px 0;
  background-color: #666;
}
.device-view-pc #global-content #secSearch .searchBody .captions:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content #secSearch .searchBody .captions .caption {
  text-align: center;
  font-size: 13px;
  color: #fff;
  float: left;
}
.device-view-pc #global-content #secSearch .searchBody .captions .cap1 {
  width: 320px;


}
.device-view-pc #global-content #secSearch .searchBody .captions .cap2 {
  width: 260px;
}
.device-view-pc #global-content #secSearch .searchBody .captions .cap3 {
  width: 104px;
}

.device-view-pc #global-content #secSearch .searchBody ul {
  display: block;
}
.device-view-pc #global-content #secSearch .searchBody ul li {
  padding-top: 20px;
}
.device-view-pc #global-content #secSearch .searchFooter {
  padding-top: 30px;
}

div.faculty-link {
  border:1px solid #ccc;
  padding:10px;
  margin-top:10px;
  display: flex;
}
div.faculty-link li {
  float:left;
  padding:5px 20px;
  min-width:100px;
  color:#000;
}
div.faculty-link li a {
  font-size:11pt;
  line-height:13pt;
  color:#000000;
  font-weight: 100;
}
div.faculty-link li a:hover {
  opacity:0.5;
  text-decoration:none;
} 
div.faculty-link li span {
  padding-right:10px
}

div.faculty-catlink {
  border:1px solid #ccc;
  padding:10px 30px;
  margin-top:10px;
  display: flex;
}
div.faculty-catlink li {
  float:left;
  padding:5px 20px;
  min-width:110px;
  color:#000;
}
div.faculty-catlink li a {
  font-size:11pt;
  line-height:13pt;
  color:#000000;
  font-weight: 100;
}
div.faculty-catlink li a:hover {
  opacity:0.5;
  text-decoration:none;
} 

ul.faculty-list {
 margin-bottom:80px;
}
ul.faculty-list li { 
 float:left;
}
ul.faculty-list li:nth-child(odd) { 
 margin-right:22px;
}
ul.faculty-list li div.faculty-list-box {
 max-width:350px; text-align:left; margin-bottom:30px;
}
ul.faculty-list li img {
 margin-bottom:10px;
 max-width:350px;
}
ul.faculty-list li h3 {
 font-family:serif; font-size:17pt; margin:10px 0;
}
ul.faculty-list li h4 {
 font-family:serif; font-size:12pt; line-height:25px;
}
ul.faculty-list li p {
 margin-top:-25px; margin-bottom:10px;
}
ul.faculty-list li span.listText  {
 padding-left:5px;
 padding-top:5px;
 font-size:1.2em;

}

/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header.type02 header {
    background-image: url("/en/faculty/img/faculty_top_bnr-02_sp.png");
  }

  .device-js-on #global-content .searchForm {
    margin: 0 4% 8%;
    background-color: #efefef;
  }
  .device-js-on #global-content .searchForm .searchInner {
    padding: 2.89855%;
  }
  .device-js-on #global-content .searchForm .searchInner .category,
  .device-js-on #global-content .searchForm .searchInner .freeword {
    width: 48.46154%;
    height: 3.5em;
    text-align: left;
    position: relative;
    background-color: #fff;
  }
  .device-js-on #global-content .searchForm .searchInner .category {
    float: left;
  }
  .device-js-on #global-content .searchForm .searchInner .category:after {
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-top: 0.75em solid #005;
    border-right: 0.5em solid transparent;
    border-bottom: 0.75em solid transparent;
    border-left: 0.5em solid transparent;
    position: absolute;
    top: 1em;
    right: 0.5em;
    bottom: 0;
  }
  .device-js-on #global-content .searchForm .searchInner .category .label {
    padding: 1em 1.5em 0 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .device-js-on #global-content .searchForm .searchInner .category select {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 108.33333%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .device-js-on #global-content .searchForm .searchInner .freeword {
    float: right;
  }
  .device-js-on #global-content .searchForm .searchInner .freeword input {
    margin: -0.75em 0 0;
    padding: 0;
    width: 87.30159%;
    vertical-align: middle;
    font-size: 108.33333%;
    position: absolute;
    top: 50%;
    left: 0.5em;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .device-js-on #global-content .searchForm .searchInner .freeword input:focus {
    border: none 0;
    outline: none 0;
  }
  .device-js-on #global-content .searchForm .searchInner .send {
    padding-top: 3.07692%;
    width: 100%;
    height: 3.5em;
    clear: both;
  }
  .device-js-on #global-content .searchForm .searchInner .send input {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 125%;
    color: #fff;
    cursor: pointer;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #005;
  }
  .device-js-on #global-content #secSearch .searchHeader {
    margin-bottom: 4%;
  }
  .device-js-on #global-content #secSearch .searchHeader .headerResult {
    margin-bottom: 5.33333%;
    text-align: center;
  }
  .device-js-on #global-content #secSearch .searchHeader .headerResult .resultCount,
  .device-js-on #global-content #secSearch .searchHeader .headerResult .resultCategory {
    font-size: 108.33333%;
    display: inline-block;
  }
  .device-js-on #global-content #secSearch .searchHeader .headerResult .resultCount {
    margin-right: 1em;
  }
  .device-js-on #global-content #secSearch .searchBody .captions {
    display: none;
  }
  .device-js-on #global-content #secSearch .searchBody ul {
    display: block;
  }
  .device-js-on #global-content #secSearch .searchBody ul li {
    padding-top: 4%;
  }
  .device-js-on #global-content #secSearch .searchFooter {
    padding-top: 8%;
  }
}