@charset "UTF-8";

/* *******************************
 *   cin2018
 ********************************/
.cinMainOn {
  z-index: 20 !important;
  overflow: visible !important;
}
.cin2018{
 color:#733919;
 
 height: 0;
 margin-left: auto;
 margin-right: auto;
 position:relative;
letter-spacing: normal;
top: 0px;

  /*  エントランス表示のため、デフォルトでは高さ０で意図的に下層のほうにおいておく  */
  /* ちなみにdisplay none の方法だと、表示に切り替えた際にスライド表示が崩れてしまう。　*/
  overflow: hidden;
  z-index: -10;
  height: 0;
}
div#entrance{
top: 62px;
}
div#entrance-area{
/*top: 62px;*/
}
div#slide_top{
top: 62px;
}

.slideNarrowDownMore {
  left: -80px !important;
  position: relative;
}
.slideNarrowDown {

}

div.cin2018.pctop {
top: 62px;
}
#about{
    top: -62px;
}
div#slide_area {
   top: 62px;
   position: relative;
}
div#about-area {
    top: 62px;
    
    /* border-bottom: solid 4px; */ /* 2019-09-13 */
    /* border-color: #ffffff; */ /* 2019-09-13 */
    
}
div#movie-area {
top: 62px;
    
   /*  display:none; */ /* 2019-09-13 */
}
div#method-area {
top: 62px;
}
div#comment-area {
/*   display: none !important;  */
top: 62px;
}
div#movie-initial-area{
top: 62px;
}
div#staff-area{
top: 62px;
}
.moveUp {
  top: 0 !important;
}
/* *******************************
 *   ヘッダー
 ********************************/
@charset utf-8;

div#header_main {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin: auto;
    background: url(../images/navi/bg_navi.png) repeat-x;
    background-size: cover;   /* 2019-09-13 動画なしはコメントアウト */
    height: 62px;
    overflow: visible;
}
div#pointer-pink {
position: absolute;
top: 0;
left: 0px;
z-index: 500;
transform: skew(28deg);
color: #ffc2c1;
font-size: 10pt;
text-align: center;
width: 100%;
height: 62px;
top: 34px;
}
.pointer-off {
    display: none !important;
}
.header_menu {
    top: 0;
    margin: auto;
    width: auto;
    height: auto;
}
#header_menu_main{
    width: 1280px;
    margin:auto;
 }

ul#header_menu_main li {
    height: auto;
    display: inline-block;
    float: left;
    position: relative;
}

ul#header_inner{
    margin: auto;
    max-width: 1280px;
    min-width: 1250px;
    width: auto;
    position: relative;
    height: auto;
}

.header_menu a{
    float: left;
    letter-spacing: normal;
}
div#navi-shadow {
    background: url( ../images/navi/bg_shw.png) repeat-x;
    height: 16px;
    position: relative;
    z-index: 900;
    display: inline-block;
    width: 100%;
}
div#navi-shadow img {

    height: 16px;
}
ul#header_menu_main {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 1242px;
    min-width: 1242px;
}
ul li.header_menu_list.logo img{
  margin-right: 40px;
  max-width: 80px;
  width: 100%;
    
    /* margin-left: 70px; */ /* 2019-09-13 */
    
}

ul li.header_menu_list.button {
  background: url( ../images/navi/button_off.png);
  transform: skew( -28deg );
  padding: 0 18px;
  float: left;
  height: 62px;
  max-width: 149px;
  margin-left: 2px;
}
ul li.header_menu_list.button a{
  transform: skew( 28deg );
  font-size: 9pt;
  color: #ffffff;
  line-height: 1.4em;
  text-align: center;
}

/* ul li.header_menu_list.button #navi-img-4 {  */ /* 2019-09-13 動画なし */ /*   受賞者一覧は、aタグ未使用　*/
ul li.header_menu_list.button #navi-img-5 { /*   受賞者一覧は、aタグ未使用　*/
  transform: skew( 28deg );
}
.skewedOn {
  transform: skew( -28deg ) !important;
padding: 0 18px;
    float: left;
    height: 62px;
    max-width: 149px;
    padding: 0 18px;
    background: #890238  !important;
}
.skewedOnText {
 background:#890238  !important;
}

ul li.header_menu_list.button img{

}

li.header_menu_list.button:hover {
  background: url( ../images/navi/button_on.png);
}

ul li.header_menu_list span.headeer_menu_item {
  height: 100%;
  display: inline-block;
}
span.headeer_menu_item img{
  width: 100px;
  float:left;
  overflow:hidden;
}

span.header_menu_item_bg {
  height: 100%;
  background: #a30c21;
  -webkit-transform: skew(-13deg, 0);
  -moz-transform: skew(-13deg, 0);
  -o-transform: skew(-13deg, 0);
  transform: skew(-13deg, 0);
}

span.header_menu_ite_bgm:hover {
     background: #fff;
}

.innerMenuParent {
     height: 124px !important;
}
.innerMenu {
     display: inline-block !important;
}

#header_inner_menu {
    display: none;
 /*  overflow-y: hidden;
   display: inline-block;
   overflow-x: scroll;
*/
    top: 0;
    margin: auto;
    width: 100%;
    background: #ffc1d7;
    z-index: 998;
    height: auto;
    position: relative;
}
ul li.header_inner_menu_list {
    /* background: #dfaab2; */
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    position: relative;
}
div.button_bottom{
    display: none;
    height: 4px;
    width: auto;
    background: #733919;
    top: 58px;
    position: relative;
}
div.menuActive {
  display: block;
}
.header_inner_menu a{
    width: 170px;
    height: 62px;
    float: left;
    display: block;
    color: #733919;
    text-align: center;
    padding: 0 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 62px;
    letter-spacing: normal;
}

li.header_inner_menu_list.inactive span.header_inner_menu_item{
   color: #c1878d;
    letter-spacing: normal;
  width: 173px;
  float: left;
  display: block;

  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 62px;
}

/* 個人ページ用 */
div.cin2018.personal {
   top: 124px;
  overflow: visible;
}
/* *******************************
 *   エントランス
 ********************************/
div#mainWrapper2 {
    background: #ffeff1;

    transform-origin: top center;
 
    top: 62px;
    /* display: inline-block; */
    width: 100%;
    overflow: visible;
    position: absolute;
    display: inline-block;

    height: auto;

/*   エントランス部分の非表示は、以下コメントアウト　*/
/*   display: none;  */
}
div#entrance-area{
   width: 100%;
   background: #ffeff1;

    width: 100%;
    background: #ffeff1;

    position: relative;
    display: inline-block;
}
div#entrance{
/*
    background: url(../images/entrance/entrance_bg.png) no-repeat center center;
    background-size: cover;
*/
    background: url(../images/entrance/entrance_bg.png) no-repeat top center;
    background-size: cover;

    position: relative;
    z-index: 10;
    overflow: hidden;
    min-height: 1241px;
    margin: auto;
    top: 0;
}

div#entrance-overlay{
    background: url(../images/entrance//entrance_bg.png) no-repeat center center;
    background-size: 1920px 1241px;
    min-height: 1241px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    top: 0;
    display: inline-block;
}
.turnThisOff{
    height: 0 !important;
    z-index: -1 !important;
    display: none;
}
div#entrance_center {
width: 628px; 
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.entrance_center_wrapper {

}
div#entrance_parts{
    overflow: hidden;
    min-height: 1240px;
    display: inline-block;
    width: 100%;
    min-width: 1180px;
    margin: auto;
    position: relative;
}

div#entrance_main_topLeft, 
div#entrance_main_bottomLeft{
position: absolute;
    display: inline-block;
}
div#entrance_main_topRight, 
div#entrance_main_bottomRight {
position: absolute;
    display: inline-block;
    right: 0;
}

div#entrance_main_topLeft{
    transform-origin: center;   
    animation: 60s ease-in-out 0s 1 partsLTopScale;
   background: url( ../images/entrance/img_Ltop.png ) no-repeat center center;
    background-size: 479px 400px;

    width: 479px;  
   height: 400px;
   top: 94px;
   left: 0;
   z-index: 800;
/*   margin: auto;*/
overflow: visible;
}
div#entrance_main_topRight{
    transform-origin: center;   
    animation: 60s ease-in-out 0s 1 partsRTopScale;
   background: url( ../images/entrance/img_Rtop.png ) no-repeat center center;
    background-size: 562px 412px;
    width:562px;  
   height: 412px;
/*   left: 1358px;*/
   top: 84px;
   z-index: 800;
/*   margin: auto;*/
overflow: visible;
}
div#entrance_main_bottomLeft{
    transform-origin: center;   
    animation: 60s ease-in-out 0s 1 partsLBtmScale;
   background: url( ../images/entrance/img_Lbottom.png ) no-repeat center center;
    background-size: 463px 473px;
    width: 463px;  
   height: 473px;
   top: 596px;
   left: 40px;
   z-index: 800;
/*   margin: auto;*/
   overflow: visible;
}
div#entrance_main_bottomRight{
    transform-origin: center;   
    animation: 60s ease-in-out 0s 1 partsRBtmScale;
   background: url( ../images/entrance/img_Rbottom.png ) no-repeat center center;
    background-size: 493px 398px;
    width: 493px;  
   height: 398px;
   top: 680px;
   z-index: 800;
   overflow: visible;
}

/*   画像左上　アニメーション　*/
@keyframes partsLTopScale{
  0% {
      opacity: 0;
      transform: scale(0.93) translateX( 40%) translateY( 20%);
  }
 4%{
      opacity: 0.7;
  }
 5% {
      opacity: 1;
  }
  13% {
      opacity: 1;
      transform: scale(1) translateX( 0%) translateY( 0%);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}
/*   画像右上　アニメーション　*/
@keyframes partsRTopScale{
  0% {
      opacity: 0;
      transform: scale(0.93) translateX( -40%) translateY( 20%);
  }
 4%{
      opacity: 0.7;
  }
5% {
      opacity: 1;
  }
  13% {
      opacity: 1;
      transform: scale(1) translateX( 0%) translateY( 0%);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}
/*   画像左下　アニメーション　*/
@keyframes partsLBtmScale{
  0% {
      opacity: 0;
      transform: scale(0.93) translateX( 40%) translateY( -20%);
  }
  4%{
      opacity: 0.7;
  }
 5% {
      opacity: 1;
  }
  13% {
      opacity: 1;
      transform: scale(1) translateX( 0%) translateY( 0%);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}
/*   画像右下　アニメーション　*/
@keyframes partsRBtmScale{
  0% {
      opacity: 0;
      transform: scale(0.93) translateX( -40%) translateY( 20%);
  }
4%{
      opacity: 0.7;
  }
 5% {
      opacity: 1;
  }
  13% {
      opacity: 1;
      transform: scale(1) translateX( 0%) translateY( 0%);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}

/*   文字アニメーション用　*/
div#entrance_text_1, 
div#entrance_cinderella_logo,
div#entrance_cinderella_logo{

}

div#entrance_text_1{
    transform-origin: center;
    animation: 60s ease-in-out 0s 1 parts2Scale;

    background: url( ../images/entrance/entrance_parts_txt1.png ) no-repeat center center;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 181px;
    width: 707px;
    top: 530px;
    z-index: 801;
    margin: auto;
}
div#entrance_cinderella_logo{
   transform-origin: center;
   animation: 60s ease-in-out 0s 1 parts3Scale;
   background: url( ../images/entrance/entrance_parts_logo.png ) no-repeat center center;
   background-size: contain;
   position: relative;
   width: 678px;
   height: 438px;
   top: 250px;
   z-index: 802;
   margin: auto;
}
div.entrance_parts_center{
    width: 628px;
    margin: auto;
}
div.entrance_parts2 img{
   position: relative;
}
div.entrance_parts3 img{
   position: relative;
}
/*   文字画像その１　アニメーション　*/
@keyframes parts2Scale{
  0% {
      z-index: -1;
      opacity: 0;
      transform: scale(0.8);
  }
  4% {
      z-index: 1;
      opacity: 0.5;
      transform: scale(1);
  }
 5% {
      z-index: 1;
      opacity: 1;
      transform: scale(1);
  }
  6% {
      z-index: 1;
      opacity: 1;
      transform: scale(1);
  }
  7% {
      z-index: 1;
      opacity: 0;
      transform: scale(1);
  }
8% {
      z-index: -1;
      opacity: 0;
      transform: scale(1);
  }
  100% {
      z-index: -1;
      opacity: 0;
      transform: scale(1);
  }
}
/*  ロゴ画像　　アニメーション　 */
@keyframes parts3Scale{
  0% {
      z-index: -1;
      opacity: 0;
      transform: scale(0.8);
  }
6% {
      z-index: -1;
      opacity: 0;
      transform: scale(0.8);
  }
10% {
      z-index: 1;
      opacity: 0.5;
      transform: scale(1);
  }
11% {
      z-index: 1;
      opacity: 1;
      transform: scale(1);
  }
13% {
      z-index: 1;
      opacity: 1;
      transform: scale(1);
  }
100% {
      opacity: 1;
      transform: scale(1);
   }
}
@keyframes blinkWalk {
    0% {opacity: 0;}
    25% {opacity: 1; 
       transform: translateY(25%);
    }
    49% {opacity: 0;
       transform: translateY(50%);
    }
    50% {opacity: 1;
    }
    75% {opacity: 0;
       transform: translateY(75%);
    }
    76% {opacity: 1;
    }
    
    100%{
       opacity: 1;
       transform: translateY(100%);
    }
}
@keyframes blinkWalk2 {
  50% {opacity: 0;}
}
div#entrance_arrow {
  animation: blinkWalk 3s linear infinite;
   height: 50px;
   width: 32px;
   margin: auto;
   position: relative;
   z-index: 810; 
/*   top: 933px; */
   top: 300px;
}
/* *******************************
 *   スライド
 ********************************/
#slide_area{
    height: 812px;
    position: relative;
    overflow: hidden;
}
#slide {
    overflow: hidden;
    background: url(../images/slide_bg.jpg) no-repeat top center;
    background-size: 1920px 718px;
    width: 100%;
    height: 812px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.mis-stage {
/*    height: 880px !important;
*/
height: 812px !important;
}
figure#slide_main_figure {
    height: 812px;
}
figure.slide_figure {
    width: 1080px;
    margin: auto;
}
div#notes_on_slide {
    height: 45px;
    top: 500px;
    left: 20px;
    position: absolute;
}
div#notes_on_slide p{
color: #6a012c;
    font-size: 10pt !important;
    text-align: left;
    line-height: 1.167;
}
div#slide_link_box {
    width: 100%;
    /* height: 812px; */
    /* position: absolute; */
    top: -812px;
    margin: auto;
    top: 0;
    /* display: inline-block; */
    position: absolute;
    /* float: left; */
    /* position: relative; */
}
div#slide_detail_links {
display: inline-block; */
    width: 1080px;
/*    height: 888px;  */
    height: 570px;
    margin: auto;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 800;
    overflow: hidden;
}
div#slide_detail_links a {

}
div#slide_detail_links img {
   width: 1080px;
   height: 896px;
}
/* *******************************
 *   バナー
 ********************************/
div.banner_wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
}
div#banner_wrapper_on_slide {
background: url(../images/bnr_bg_top.png) repeat-x center center;
background-size: auto 245px;
position: absolute;
top: 568px;
height: 245px;
}
div#banner_wrapper_on_footer {
    height: 260px;
    background: url(../images/bnr_bg_bottom.png) repeat-x center center;
/*    background-size: cover;   */
}
div#banner_on_slide_area{
/*background: url(../images/bnr_bg_top.png) repeat-x center center;
    position: relative;
    z-index: 2;
    top: -296px;
    width: 100%;
    height: 234px;
*/
}

div#banner_on_slide{
    z-index: 2;
    width: 1224px;
    margin: auto;
    overflow: hidden;
}
div#banner1-title  {
  width: 405px;
  margin: auto;
}
div#banner1-title img{
  width: 405px;
  margin-top: 12px;
  margin-bottom: 16px;
}
div#banner_on_slide .banner, div#banner_near_footer .banner {
  float: left;
}
div#banner_on_slide img{
  max-width: 612px;
  margin-bottom: 20px;
}
div#banner2-title {
    height: 0;
    width: 650px;
    margin: auto;
}
div#banner2-title img{
  width: 650px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#banner_footer_area{
    background: url(../images/bnr_bg_bottom.png) repeat-x;
/*    background-size: cover;  */
    height: 260px;
    width: 100%;
    display: inline-block;
    left: 0;
}
div#banner_near_footer{
    position: relative;
    top: 70px;
    z-index: 2;
    width: 1224px;
    margin: auto;
    overflow: hidden;
}
div#banner_near_footer img {

}


/* *******************************
 *   ABOUT
 ********************************/
div#about-area{
 width: 100%;
/*
  position:relative;
  height: 672px;
  margin: 0px;
  padding: 0px;
*/

position: relative;
}
div#about-info-box{
background: url(../images/about_bg.jpg) no-repeat center center;
    background-size: 1920px 672px;
    width: 100%;
    margin: auto;
    height: 672px;
    /* display: inline-block; */
    position: relative;
}
#title-about {
    width: 820px;
    height: 92px;
    margin: auto;
}
#title-about img {
    width: 820px;
    height: 92px;
    position: relative;
    top: 100px;
    margin: auto;
}
div#about-info-pic img{
  width: 1920px;
  margin:auto;
}
div#about-text {
   width: 60%;
   margin: auto;
   padding-bottom: 120px; 
   position: relative;
    top: 154px;
}
/* *******************************
 *   MOVIE
 ********************************/
 div#movie-area{
   position: relative;
    background: url(../images/movie/movie_player_bg.jpg) no-repeat center center;
    background-size: 1920px 664px;

    border-bottom: solid 4px;
    border-top: solid 4px;
    border-color: #ffffff;
    height: 664px;
 }
div.hideStage {
    display: none !important;
    position: absolute;
    z-index: -1 !important;
}
div#movie-initial-area{
    background: url(../images/movie/movie_bg.jpg) no-repeat center center;
    background-size: 3110px 664px;
    width: 100%;
    margin: 0px;
    /* height: 337px; */
    height: 664px;

    z-index: 1;
}

div#movie-box {
    width: 1180px;
    margin: auto;
   display: none;
}
div#movie-box iframe {

}



 div#video{
  position: relative;
  overflow: hidden;

height: 337px;
margin: auto;
display: none;
 }
.playItNow {
    display: block !important;
}
 div#video iframe {
  position: relative;
  margin: auto;
display: none;
 }
div#btn-acce-yt {
width: 109px;
    margin: auto;
    top: 272px;
    position: relative;
}
div#btn-acce-yt img{
    width: 109px;
    height: 77px;
}

/* *******************************
 *  METHODS
 ********************************/
div#unit-3 {
width: 100% !important;
}
span#method {

}
div#method-area{
  background: url(../images/method_bg.jpg) no-repeat top center;
  background-size: 1920px 893px;
  height: auto; 
  position: relative;
}
div#method-5methods {

}
div#method-intro{

    height: 233px;
    width: 100%;
}
#title-method {
   width: 1082px;
   margin:auto;
  height: 97px;
padding-top: 60px;
}
ul#method-list-box {
    height: auto;
    display: inline-block;
    background: #ffffff; 
    border-bottom: solid 2px;
    border-color: #e93164;
}

#method-5methods ul li.box-list-item {
    width: 19.8%;
    border-left: solid 2px;
    /* border-bottom: solid 2px; */
    border-color: #e93164;
    /* height: 700px; */
    background: #ffffff;
    display: inline-block;
    overflow: hidden;
    /*height: 820px;  */
    height: auto;
    min-height: 800px;
    max-height: 1200px;
}
ul.box-list-content {
    height: auto;
}
#method-5methods ul.box-list-content li.box-list-content-image {
 /*   height: 219px;
*/
}
#method-5methods ul.box-list-content li.box-list-content-image img{
    width: 100%;
 /*   max-width: 383px; */
}
#method-5methods ul.box-list-content li.box-list-content-text {
display: inline-block;
    min-height: 500px;
    position: relative;
    padding: 25px;
    padding-bottom: 60px;
    overflow-y: auto;
}
#method-5methods ul.box-list-content li.box-list-content-text p{
    font-size: 17pt;
    line-height: 28pt;
}
#method-5methods ul.box-list-content li.box-list-content-text p.title{
    font-size: 20pt;
    line-height: 26pt;
    padding-top: 5px;
    padding-bottom: 8px;
    font-weight: bold;
}
/**********************
 * comment
 * **************************/
div#unit-4 {
height: 0;
}

div#comment-area{
    background: url(../images/comment_bg.jpg) no-repeat top center;
    background-size: 1920px 867px;
    display: inline-block;
    width: 100%;
/*    height: 867px;   */
/*    height: 868px;   */
    position: relative;
/*    margin-bottom: 7px;    */
     min-height: 872px; 
    /* max-height: 1300px; */
     height: auto;
}
#comment-intro {
  height: 230px;
  width: 100%;
  display: inline-block;
/*
  padding-top: 60px;
*/
}
#title-comment {
   width: 1080px;
   height: 96px;
   margin:auto;
   margin-top: 54px;
}
#title-comment img{
    margin: 0;
}
#comment-list {
   width: 100%;
/*    height: 0;  */
/*   height: 642px;*/
/*   border-top: solid 2px;
    border-color: #e93164;
*/
    display: inline-block;
}
div#comment-list-box-full {
   height: 162px;
   display: inline-block;
   position: relative;
   width: 100%;
}
div#comment-list-box-full  ul li.comment-entry {
  border-top: solid 2px;
  border-color: #e93164;
}
#comment-list ul li.comment-entry {
/*  border-left: solid 2px;  */
  border-bottom: solid 2px;
  border-color: #e93164;
  background: #ffffff;
}
#comment-list ul.list-box-vertical .content-1{
  display: inline-block;
  float: left;
}
#comment-list ul.list-box-vertical .content-1 .image {
  width: 147px;
 height: 158px;
  margin: auto;
}

#comment-list ul.list-box-vertical .content-2{
  display: inline-block;
  height: 158px;
}
div#comment-list-box-left {
   width: 50%;
   display: inline-block;
   min-height: 480px;
   height: auto;
   max-height: 480px;
   position: relative;
}
div#comment-list-box-right {
  width: 50%;
  display: inline-block;
  min-height: 480px;
  height: auto;
  max-height: 480px;
  position: absolute;
}
span.postfix {
    font-size: 14pt;
}
#comment-list ul.list-box-vertical ul.list-box-vertical .content-2{
  display: inline-block;
height: 158px;
  width: 45%;
  float:left;
}
#comment-list ul.list-box-vertical .content-2 .text{
color: #733919;
    position: relative;
    left: 20px;
    top: 26px;
    line-height: 30px;
}
#comment-list ul.list-box-vertical .content-2 .text p.align-own{
  position: relative;
  left:  -10px;
}
#comment-list ul.list-box-vertical .content-2 .text span.role{
  font-size: 20px;

}
#comment-list ul.list-box-vertical .content-2 .text span.title{
  font-size: 20pt;
  line-height: 10pt;
}
#comment-list ul.list-box-vertical .content-2 .text span.judge-name{
    font-size: 24pt;
    line-height: 40px;
}
#comment-list ul.list-box-vertical  .link{
  position: relative;
  float: right;
  top: 108px;
  font-size: 14pt;
  line-height: 14pt;
padding-right: 18px;
}
#comment-list ul.list-box-vertical  .link a{
  text-decoration: none;
  color: #733919;
}
#comment-list ul.list-box-vertical  .link a:hover{
  text-decoration: none;
  color: #ff6796;
}
/**********************
 * staff
 * **************************/
div#unit-5 {
   height: 0;
}

div#staff-area{
/*    height: 1344px;   */
    width: 100%;
    position: relative;
    background: url(../images/staff_bg.jpg) repeat-y top center;
    background-size: 1920px 1344px;
    margin: auto;
    height: auto;
    min-height: 1344px;
    max-height: 2000px;
    display: inline-block;
    /* margin-bottom: 107px; */
}

div#staff-intro {
    height: 252px;
    width: 100%;
    position: relative;
}

div#staff-info-box {
    width: 1180px;
    /* margin: auto; */
    /* position: relative; */
    /* background: url(../images/staff_info.jpg) no-repeat top center; */
    /* height: 988px; */
    background-size: contain;
    height: auto;
    min-height: 988px;
    max-height: 5300px;
    background: #ffffff;
    /* margin-bottom: 107px; */
    /* padding-bottom: 2px; */
    /* float: left; */
    display: inline-block;
}
div#staff-info-box-wrapper {
    background: #ffffff;
    width: 1180px;
    margin: auto;
    height: auto;
    min-height: 888px;
    position: relative;
    max-height: 5000px;
}
div#staff_info{
    /* height: 988px; */
    width: 1180px;
    /* min-height: 998px; */
    max-height: 5300px;
    height: auto;
    display: inline-block;
    background: url(../images/staff_info.jpg) no-repeat top center;
    /* height: 988px; */
    background-size: 1180px auto;
    padding-bottom: 30px;
    /* background: #ffffff; */
    margin-bottom: 30px;
    /* position: relative; */
    float: left;
    margin: auto;
    /* display: none; */
}

div.staff_info_left {
 position: relative;
float: left;
}
div.staff_info_schedule{ 
    /* position: relative; */
    width: 1080px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    /* height: 413px; */
    /* display: inline-block; */
    /* position: relative; */
    /* float: left; */
}
div.staff_info_center {
    height: 0;
    display: inline-block;
    float: left;
    position: relative;
}
div.staff_info_center img{
    
}

div#staff_info_text1 {
    width: 744px;
    display: inline-block;
    top: 0;
    left: 395px;
    height: auto;
}
div#staff_info_text1 p{
  font-size: 20px;
  line-height: 1.6;
  text-align: justifyLeft;
}
div#staff_info_text1 p.title{
    position: relative;
    width: 700px;
    overflow: hidden;
    left: 0px;
    top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.6;
    text-align: justifyLeft;
}
div#staff_info_text2 {
    width: 690px;
    display: inline-block;
    top: 30px;
    left: 45px;
    height: auto;
    /* min-height: 300px; */
    max-height: 1000px;
    position: relative;
    float: left;
    padding-right: 30px;
}
div#staff_info_text2 p{
font-size: 14pt;
    line-height: 1.6;
}
div#staff_info_text2 p.title{
    position: relative;
    margin-bottom: 15px;
    width: 700px;
    overflow: hidden;
    left: 0px;
    top: 0px;

    font-size: 30px;
    line-height: 1.6;
    text-align: justifyLeft;
}

#title-staff {
    width: 1080px;
    margin: auto;
    /* margin-top: 60px; */
    /* margin-bottom: 64px; */
    height: 96px;
    top: 34px;
    /* display: inline-block; */
    position: relative;
}

div#staff_info_img1 {
    width: 158px;
    display: inline-block;
    position: relative;
    float: left;
    height: 162px;
    top: 90px;
    padding-right: 10px;
    /* float: left; */
    display: inline-block;
    padding-left: 52px;
}
div#staff_info_img1 img{

}
div#staff_info_img2 {
    width: 194px;
    display: inline-block;
    position: relative;
    float: left;
    height: 162px;
    left: 0;
    top: 90px;
    float: right;
    padding-right: 45px;
}
div#staff_info_img2 img{

}
