@charset "utf-8";
/* CSS Document */

.Frame__st_case_module.row3 .img{float:left; width:30%; border:1px solid #dcdcdc; margin-bottom:5%; margin-right: 5%; box-sizing: border-box;}
.Frame__st_case_module.row3 .img img{display:block; width:100%; }
.Frame__st_case_module.row3 a:nth-child(3n) .img{
    margin-right: 0;
  }


.Frame__st_case_module.row5 .img{float:left; width:18%; border:1px solid #dcdcdc; margin-bottom:2%; margin-right: 2%; box-sizing: border-box;}
.Frame__st_case_module.row5 .img img{display:block; width:100%; }
.Frame__st_case_module.row5 a:nth-child(5n) .img{
    margin-right: 0;
  }


.Frame__st_case_module.row6 .img{float:left; width:15%; border:1px solid #dcdcdc; margin-bottom:2%; margin-right: 2%; box-sizing: border-box;}
.Frame__st_case_module.row6 .img img{display:block; width:100%; }
.Frame__st_case_module.row6 a:nth-child(6n) .img{
    margin-right: 0;
  }

  .Frame__st_case_module{
    position: relative;}
  
  .Frame__st_case_module .prev,
  .Frame__st_case_module .next {
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -55px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .Frame__st_case_module .next {
    left: auto;
    right: 0%;
    background-position: 8px 5px;
  }
  .Frame__st_case_module .prev:hover,
  .Frame__st_case_module .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .Frame__st_case_module .prevStop {
    display: none;
  }
  .Frame__st_case_module:hover .prev {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .Frame__st_case_module:hover .next {
    filter: alpha(opacity=100);
    opacity: 1;
  }