@charset "shift_jis";

/* features02 */
#contents .features02 li a[target="_blank"]{
  padding-right:0;
  background-image:none;
}
#contents .features02 li a img{
  width:100%;
}

@media all and (min-width: 0px) and (max-width: 640px){
  #contents .features02{
    width:100%;
    margin-top:60px;
  }
  #contents .features02 li{
    float:none;
    margin-right:0;
    width:auto;
  }
  #contents .features02 li a .textBox{
    background:url(/common/images/icon10.png) no-repeat 95% center;
  }
  #contents .features02 li a .textP{
    width:85%;
  }
}
/* /features02 */

/* Carousel */
.top_main{
	clear:both;
	overflow:hidden;
	display:block;
	width:100%;
  max-width: 1600px;
	margin: 15px auto 80px;
}
.slider-pro{
	overflow:hidden;
}
.top_main img{
	width:100%;
	height:auto;
}
#contents .top_main a[target="_blank"]{
  display:inline;
  padding-right:0;
  background:none;
}

@media all and (min-width: 0px) and (max-width: 640px) {
  .top_main{
    margin-bottom:30px;
  }
}
/* /Carousel */
