@charset "UTF-8";
.sub.caseDetail .mainContent{ padding: 0 0 100px;}
@media print, screen and (min-width: 751px) {
  .mainContent {
    padding-bottom: 0 !important;
    font-size: 18px;
  }
  #breadCrumb{
    margin-top: 0 !important;
  }
  

/* pickup
  --------------------------------------------------------- */
#read {
  overflow: hidden;
  padding: 80px 0 60px;
  width: 100%;
  overflow: hidden;
  }
#read .inner{
    width: 945px;
    margin: 0 auto;
  	position:relative;
    box-sizing: border-box;
  }
#read h1{
    font-size: 34px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom:50px;
    border-bottom: 1px solid #dddddd;
  }
  #read .product_lead{
    width: 340px;
    float: left;
  }
  
  /* beforeAfter,planview
  ------------------------------------------- */
  #beforeAfter,#planview {
    background: #f9f8f3;
    padding: 60px 0 20px;
    width: 100%;
    position: relative;
  }
  
#beforeAfter .inner,#planview .inner{
    width: 945px;
    margin: 0 auto;
  	position:relative;
    box-sizing: border-box;
  }
  #beforeAfter ul,#planview ul{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
  }
#beforeAfter ul li:first-child:after,#planview ul li:first-child:after{
    content:"";
    position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #cccccc;top: 0;
  right: -40px;
  top: 120px;
}
  #beforeAfter ul li,#planview ul li{
    width: 445px;
    float: left;
    position: relative;
  }
  #beforeAfter ul li:before,#planview ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 40px;
    background: url(/kodate2/imgs/case_detail/img/icon_before.png) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #beforeAfter ul li img,planview ul li img,#planview ul li img,planview ul li img{
    width: 100%;
    margin-bottom: 10px;
  }
  #beforeAfter ul li:last-child,#planview ul li:last-child{
    float: right;
  }
  
  #beforeAfter ul li:last-child:before, #planview ul li:last-child:before{
    background: url(/kodate2/imgs/case_detail/img/icon_after.png) no-repeat;
    background-size: cover;
  }
  
  #beforeAfter ul li p,#planview ul li p{
    text-align: left;
  }
  /* other
  ------------------------------------------- */
  #other {
    padding: 60px 0 30px;
    width: 100%;
    position: relative;
  }
  #other .inner{
    width: 945px;
    margin: 0 auto;
  	position:relative;
    box-sizing: border-box;
  }
  #beforeAfter ul,#planview ul{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
  }
  #other ul{
    overflow: hidden;
    position: relative;
    font-size: 16px;
  }
  #other ul li{
    width: 295px;
    float: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #other ul li img{
    width: 100%;
    margin-bottom: 10px;
  }
	#other ul li a:hover img{
    opacity: .7;
  }
  #other ul li:nth-child(3n){
    margin-right: 0;
  }
  
  
  /* casesummary
  ------------------------------------------- */
  #casesummary {
    padding: 60px 0 60px;
    width: 100%;
    position: relative;
  }
  #casesummary .inner{
    width: 945px;
    margin: 0 auto;
  	position:relative;
    box-sizing: border-box;
  }
  #casesummary table{
    border: 1px solid #dddddd;
    width: 100%;
    border-collapse: collapse;
  margin-bottom: 40px;}
  #casesummary table td, #casesummary table th{
    padding: 10px;
    border: 1px solid #dddddd;
    border-right: none;
  }
  #casesummary table th{
    background: #f2f2f2;
    text-align: center;
    width: 150px;
  }
	
  #casesummary .spec table {
    width: 48%;
    float: left;
  }
  #casesummary .spec table + table {
    width: 48%;
    float: right;
  }
  
  .btnRe.btnGeneral {
    display: block;
    width: 390px;}
  .btnRe.btnGeneral a {
    display: block;
    width: 390px;
    margin: 0 auto;
    text-align: center;
    color: #fff !important;
  }
  .btnRe.btnGeneral a:hover{
    color: #333 !important;}
  .btnRe.btnGeneral:after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;}
  .btnRe.btnGeneral:hover:after{
    border-top: 1px solid #333;
    border-right: 1px solid #333;}
    /* search2
  ------------------------------------------- */
  #search2{
    background: #f9f8f3;
    padding: 55px 0 55px;
    width: 100%;
    position: relative;}
  #search2 .inner{
    width: 945px;
    margin: 0 auto;
  	position:relative;
    box-sizing: border-box;
  }
  .searchlist dt{
	background: url(/kodate2/common_re/img/icon/icon_circle01.png) left 8px no-repeat;
	background-size: 12px;
	padding-left: 18px;
	margin-bottom: 8px;
	line-height: 1.5;
	font-size:15px;
	font-weight:bold;
	}
  .searchlist dd {
  	font-size:13px;
  	margin-bottom:20px;
  	margin-left:11px;
  }
  .searchlist dd span.ttl{
   	font-weight: bold;
   	background: url(/kodate2/common_re/img/icon/icon_circle02.png) left 5px no-repeat;
   	padding-left: 8px;

}
.searchlist dd a:hover{
	text-decoration:underline;
}
 
  
  
  
  
  
  
  
  
  
.afterBox {
  position: relative;
  z-index: 100;
  width: 565px;
  float: right;
}


	
	
#boxer .boxer-image {
}
.slider-nav{
  margin-top: 22px;
}
.slider-nav .slick-list {
  margin: 0 50px;
}
.slider-nav li span {
  padding: 0 3px;
  width: 100%;
  display: block;
}
.slider-nav li img {
	width: 100%;
}
.slider-nav .slick-current img {
  border: 2px solid #ffe100;
}





}
