@charset "Shift_JIS";
.slider_dgn {
  position:relative;
  width:726px;
  height:328px;
  background:#fff;
  z-index:0;
  border:1px solid #cbcbcb;
}

.slider_dgn a:focus {
  outline:0;
}

.sls-view_dgn {
  position:relative;
  width:726px;
  height:328px;
  overflow:hidden;
  z-index:0;
}

.sls-container_dgn {
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}

.sls-content_dgn {
  position:relative;
  float:left;
  width:726px;
  height:328px;
  z-index:1;
}

.sls-content_dgn a {
  display:block;
}

.sls-content_dgn a:hover {
  color:#600;
}

.sls-prev_dgn, .sls-next_dgn {
  position:absolute;
  top:133px;
  width:30px;
  height:30px;
  text-indent:-9999px;
  z-index:20;
}


.col1_dgn .sls-prev_dgn, .col1_dgn .sls-next_dgn,
.check_dgn .sls-prev_dgn, .check_dgn .sls-next_dgn{
  top:113px;
}
.col1_dgn.inItembox_dgn .sls-prev_dgn, .col1_dgn.inItembox_dgn .sls-next_dgn {
  top:173px;
}


.sls-prev_dgn {
  left:10px;
  background:url(/sample/pc/sustainability/img/btn_sls-prev_off.png) no-repeat;
}
.sls-prev_dgn:hover {
  background:url(/sample/pc/sustainability/img/btn_sls-prev_on.png) no-repeat;
}

.sls-next_dgn {
  right:10px;
  background:url(/sample/pc/sustainability/img/btn_sls-next_off.png) no-repeat;
}
.sls-next_dgn:hover {
  background:url(/sample/pc/sustainability/img/btn_sls-next_on.png) no-repeat;
}

.sls-pagination_dgn {
  position:absolute;
  top:340px;
  left:50%;
  margin-left:-50px;
  width:100px;
  height:13px;
  z-index:21;
}

.sls-pagination_dgn a {
  float:left;
  margin:0 5px 0;
  width:13px;
  height:13px;
  overflow:hidden;
  text-indent:-9999px;
  vertical-align:middle;
  background:url(/sample/pc/top/img/btn_indicator_off.png) no-repeat;
}

.sls-pagination_dgn a.current {
  background:url(/sample/pc/top/img/btn_indicator_on.png) no-repeat;
}

/*IE7΍*/
#categoryNavi_dgn{
	position:relative;
	z-index:5;
}
