@charset "UTF-8";
/**
 *  歴代所長・教授
 *
 */
/* ==========================================================================
   フォトギャラリー
   ========================================================================== */
.italic {
  font-style: italic; }

.sct01 {
  margin-top: 40px;
  overflow: hidden;
  text-align: center; }

.detail {
  display: none; }

.sct01 .box-photo {
  display: inline-block;
  position: relative;
  width: 240px;
  margin: 0 10px 20px;
  overflow: hidden;
  height: 100%; }
  .sct01 .box-photo .img {
    text-align: center;
    height: 170px;
    background-color: #e5e5e5; }
  .sct01 .box-photo img {
    height: 100%;
    width: auto; }

@media screen and (max-width: 767px) {
  .sct01 {
    margin-top: 0 !important;
    padding: 20px 0 25px;
    text-align: center; }

  .box-photo {
    width: 44% !important;
    height: 100px !important;
    overflow: hidden; }
    .box-photo .img img {
      width: auto;
      height: inherit; } }
/* ==========================================================================
   colorbox
   ========================================================================== */
#cboxOverlay {
  background-color: #222;
  opacity: 0.95; }

#colorbox {
  background-color: transparent !important;
  margin: 0 auto; }
  #colorbox * {
    background-color: transparent !important; }

#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  background: #fff;
  height: auto; }

#cboxPrevious,
#cboxNext {
  height: 24px;
  outline: none !important;
  width: 24px; }
  #cboxPrevious a,
  #cboxNext a {
    display: block;
    height: 100%; }

#cboxPrevious {
  background: url(img/bg_arrow_prev.png) no-repeat center center !important;
  background-size: 15px 27px !important;
  -ms-behavior: url(../../common/js/lib/backgroundsize.min.htc);
  left: 0; }

#cboxNext {
  background: url(img/bg_arrow_next.png) no-repeat center center !important;
  background-size: 15px 27px !important;
  -ms-behavior: url(../../common/js/lib/backgroundsize.min.htc);
  right: 0; }

#cboxClose {
  position: absolute;
  background: transparent url(img/bg_close.png) no-repeat center center !important;
  background-size: 24px 24px !important;
  -ms-behavior: url(../../common/js/lib/backgroundsize.min.htc);
  height: 24px;
  outline: none !important;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  top: -25px;
  right: 30px;
  width: 34px; }

#colorbox .detail-content {
  color: #000;
  margin: 0 auto;
  padding: 20px 30px 20px; }
  #colorbox .detail-content p {
    color: #000; }
  #colorbox .detail-content .img {
    width: 100%;
    height: auto;
    max-height: 500px;
    padding-bottom: 20px; }
    #colorbox .detail-content .img img {
      width: auto;
      max-height: 500px;
      display: inherit;
      margin: 0 auto; }
  #colorbox .detail-content .label {
    color: #333;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    width: 110px; }
  #colorbox .detail-content .detail-box {
    float: right;
    width: 100%;
    display: block; }
  #colorbox .detail-content .title {
    font-weight: bold;
    padding: 10px 0 20px; }
  #colorbox .detail-content table {
    border-top: 1px solid #D0D0D0; }
    #colorbox .detail-content table th {
      width: 30%;
      color: #000;
      font-weight: bold;
      padding: 4px;
      text-align: left;
      border-bottom: 1px solid #D0D0D0; }
    #colorbox .detail-content table td {
      width: 70%;
      padding: 4px;
      border-bottom: 1px solid #D0D0D0;
      color: #6b6b6b; }
  #colorbox .detail-content .author {
    padding-bottom: 20px;
    padding-top: 10px; }
  #colorbox .detail-content .criticism {
    border-top: 1px solid #fff;
    line-height: 2;
    padding-top: 20px; }
    #colorbox .detail-content .criticism .name {
      padding-bottom: 15px; }

@media screen and (max-width: 767px) {
  #cboxClose {
    background-size: 30px 30px !important;
    height: 30px;
    width: 30px; }

  #colorbox .detail-content {
    width: 96%;
    padding: 40px 2%; }
    #colorbox .detail-content .img {
      width: 100%;
      height: auto;
      padding-bottom: 40px; }
    #colorbox .detail-content .detail-box {
      width: 100%; }
    #colorbox .detail-content .label {
      margin-top: 20px;
      line-height: 30px;
      height: 30px;
      width: 80px; }
    #colorbox .detail-content .title {
      font-weight: bold;
      padding-top: 10px; }
    #colorbox .detail-content table th {
      width: 100%;
      display: block; }
    #colorbox .detail-content table td {
      width: 100%;
      display: block; }
    #colorbox .detail-content .criticism {
      line-height: 2;
      padding-top: 15px; }
      #colorbox .detail-content .criticism .name {
        padding-bottom: 5px; } }
