/*color*/
/*size*/
/*====================================

   keyframes animation

====================================*/
/*----------keyframes animation----------*/
@-webkit-keyframes openPage {
  0% {
    -webkit-transform: scale(0, 0);
  }
  2% {
    -webkit-transform: scale(20, 0.1);
  }
  4% {
    -webkit-transform: scale(0.5, 3);
  }
  6% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes openPage {
  0% {
    transform: scale(0, 0);
  }
  2% {
    transform: scale(20, 0.1);
  }
  4% {
    transform: scale(0.5, 3);
  }
  6% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*----------common----------*/
/*alt*/
/* keyframes */
/*keyframes animation*/
@-webkit-keyframes wink {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes wink {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* layoutCSS Document */
/*====================================

  03. is2ndPage-staff

====================================*/
body#staff {
  /* ==================================
    layout
  ===================================*/
  /* ==================================
    font
  ===================================*/
}
body#staff #main #article {
  padding-bottom: 80px;
}
body#staff #main #article #staff_content {
  position: relative;
}
body#staff #main #article #staff_content h2.h2_tit_staff {
  background-image: url(../../staff/images/h2_tit_staff.png);
  background-image: -webkit-image-set(url(../../staff/images/h2_tit_staff.png) 1x, url(../../staff/images/h2_tit_staff_2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center top 30px;
  height: 53px;
  border: none;
  padding-top: 30px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: none;
  overflow: visible;
}
body#staff #main #article #staff_content h2.h2_tit_staff::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 1px solid #040000;
  width: 0;
}
body#staff #main #article #staff_content h2.h2_tit_staff::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 1px solid #040000;
  width: 0;
}
body#staff #main #article #staff_content.active h2.h2_tit_staff::before {
  width: 1000px;
  left: -1000px;
  transition: 3s ease-out;
}
body#staff #main #article #staff_content.active h2.h2_tit_staff::after {
  width: 2000px;
  transition: 6s ease-out;
}
body#staff #main #article #staff_content .contents_inner {
  width: 635px;
  margin: 0 auto;
  padding-top: 40px;
}
body#staff #main #article #staff_content dl.stafflist {
  overflow: hidden;
  padding-bottom: 30px;
}
body#staff #main #article #staff_content dl.stafflist dt {
  width: 302px;
  float: left;
  text-align: right;
  padding-right: 10px;
}
body#staff #main #article #staff_content dl.stafflist dd {
  width: 313px;
  float: right;
  text-align: left;
  padding-left: 10px;
}
body#staff #main #article #staff_content p.copy {
  text-align: center;
  padding-top: 25px;
  position: relative;
}
body#staff #main #article #staff_content p.copy::before {
  content: '';
  position: absolute;
  top: 0px;
  right: -1000px;
  border-top: 1px solid #040000;
  width: 3000px;
}
body#staff #main #article #staff_content p, body#staff #main #article #staff_content li, body#staff #main #article #staff_content dt, body#staff #main #article #staff_content dd, body#staff #main #article #staff_content a, body#staff #main #article #staff_content th, body#staff #main #article #staff_content td, body#staff #main #article #staff_content input {
  font-size: 22px;
  line-height: 2;
}
body#staff #main #article #staff_content p span.tiny, body#staff #main #article #staff_content li span.tiny, body#staff #main #article #staff_content dt span.tiny, body#staff #main #article #staff_content dd span.tiny, body#staff #main #article #staff_content a span.tiny, body#staff #main #article #staff_content th span.tiny, body#staff #main #article #staff_content td span.tiny, body#staff #main #article #staff_content input span.tiny {
  font-size: 0.9em;
  line-height: 1.5;
}
body#staff #main #article #staff_content dt.aj-row2 {
  line-height: 1;
  padding: 0.3em 0 1.7em;
}
body#staff #main #article #staff_content dd.row2 {
  line-height: 1.5;
}
body#staff #main #article #staff_content p.copy {
  font-size: 13px;
  line-height: 1;
}
