div.clear{
    clear: both;
}

.room_sl .slider-pro{
    margin: 0 0 10px 0;
    width: 346px;
    overflow: hidden;
    padding: 8px !important;
    background: #FFF;
    border: 1px dotted #666;
    position: relative;
}
.sp-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 0px; /**/
    bottom: 10px;
  }
.sp-selected-button {
    background-color: #fff;
}
.sp-button{
  border: 2px solid #fff;
}


#cui_01 {
    float: left;
    margin: 0 30px 0 0;
    padding: 8px;
    background: #FFF;
    border: 1px dotted #666;
}
#kid li{
    list-style: none;
}

#kidspace .title_01{
  background: url(../img/kids/kid_t_01_bg.png)no-repeat;
    width: 696px;
    height: 215px;
    padding: 20px 30px;
}
#kidspace .title_01 h2{
    margin-bottom:15px; 
}
#kidspace .title_01 p{
    width: 440px;
}
#kidspace .cercle{
  background: url(../img/kids/kid_01_bg01.png)no-repeat;
    width: 696px;
    height: 581px;
    position: relative;
}
#kidspace .cercle li{
    position: absolute;
}
#kidspace .cercle li:nth-child(1){
    top: 48px;
    left: 130px;
}
#kidspace .cercle li:nth-child(2){
    top: 120px;
    left: 0px;
}
#kidspace .cercle li:nth-child(3){
    top: 300px;
    left: 0px;
}
#kidspace .cercle li:nth-child(4){
    top: 425px;
    left: 260px;
}
#kidspace .cercle li:nth-child(5){
    top: 290px;
    right: 10px;
}
#kidspace .cercle li:nth-child(6){
    top: 185px;
    right: 60px;
}
#kidspace .cercle li:nth-child(7){
    top: 10px;
    right: 50px;
}
#exprience{
  background: url(../img/kids/kid_02_bg.png)no-repeat;
  min-height: 510px;
  position: relative;
}
#exprience h2{
    position: relative;
}
#exprience h2 img:nth-child(1){
    position: absolute;
    bottom: -40px;
}
#exprience h2 img:nth-child(2){
  padding-left: 80px;
}
#exprience .text{
    background: rgba(255,255,255,.2);
    padding: 20px;
    width: 380px;
    margin-top: 50px;
    margin-bottom: 80px;
}
#exprience .ph{
    position: absolute;
    /*bottom: 0px;*/
}
#exprience .ph li{
    float:left;
    margin-right: 1.5px; 
}

/**home****************/
#intoro{
  background:url(../img/home/index_bg01.png)no-repeat top right,url(../img/home/index_bg02.png)no-repeat bottom left; 
}
#intoro .illu{
  position: absolute;
}

#intoro .greeting{
  position: relative;
}
#intoro .greeting .tx{
  width: 420px;
  margin: 30px 20px;
}

#intoro .girl01{
    top: 80px;
    right: 10px;
}
#intoro .growup{
  position: relative;
  margin-top: 60px;
}
#intoro .growup .tx{
  width: 350px;
  float: right;
  margin-top: 60px;
}
#intoro .growup h3{
  text-align: right;
  margin-bottom: 20px;
}
#intoro .boy01{
      top: 90px;
    right: 250px;
}
#intoro .detail{
  position: relative;
  margin-top: 60px;
}
#intoro .detail h2{
  text-align: right;
  margin-bottom: 30px;
}
#intoro .detail .conte{
  position: relative;
  min-height: 470px;
  margin-bottom: 100px;
}
#intoro .detail .conte ul .bt{
  padding: 3px 10px;
  display: table;
  margin: 10px auto 0;
  background:#f18d01; 
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 0px solid #000000;
}
#intoro .detail .conte ul img:hover,
#intoro .detail .conte ul .bt:hover{
  opacity: 0.7;
  box-shadow:none;
}
#intoro .detail .conte ul .bt a{
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#intoro .detail .conte ul{
  width: 240px;
  display: table;
  position: absolute;
}
#intoro .detail .conte ul li{
  list-style: none;
}
#intoro .detail .conte ul li:nth-child(2){
  padding: 0px 20px 0;
}
#intoro .detail .conte ul:nth-child(1){
  top: 0;
  left: 0;
}
#intoro .detail .conte ul:nth-child(2){
  top: 180px;
  left: 250px;
}
#intoro .detail .conte ul:nth-child(3){
  top: 0px;
  right: 0px;
}

#intoro .detail .boy02{
  top:400px;
  left: 60px;
}
#intoro .detail .baby01{
  top:40px;
  left: 270px;
}
#intoro .detail .toy01{
  top: 360px;
  right: 0px;
}


/**animation****************/
.puyon {
    animation: puyon 3.0s linear 0s infinite;
}
.puyon02 {
    animation: puyon 3.0s linear .5s infinite;
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  5%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  15%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  20%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  25%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  30% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}