@charset "UTF-8";
/*
============================================================
menu/sweet.css
------------------------------------------------------------

■

作成日：
作成者：
更新日：
更新者：
バージョン： 1.0
会社名：Dynamite Brothers Syndicate

============================================================
/* ---------------------------------------------------------
■ 上部スライド
--------------------------------------------------------- */
#header {
	overflow: hidden;
	width: 1280px;
	height: 730px; }

#header .caroufredsel_wrapper{
	margin: 0!important; }


.sliderTop {
	overflow: hidden;
	zoom: 1; }

.sliderTop li {
	float: left;
	width: 1280px;
	height: 730px;
	line-height: 0;
	font-size: 0; }




/* ---------------------------------------------------------
■ 下部スライド
--------------------------------------------------------- */
#slideWrapper {
  overflow:hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

#slideWrapper .caroufredsel_wrapper {
	height: 520px!important;
}

#carousel {
  overflow: hidden;
  top: 0;
  left: 0;
  height: 520px!important;
}
#carousel li {
  float: left;
  width: 325px;
  height: 520px;
  cursor: pointer;
}
#carousel li div {
  line-height: 0;
}
#carousel li DDd_belatedPNG {
  left: 0;
}

#prev2,
#next2 {
  position: absolute;
  display: block;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  text-indent: -99999px;
  background: url(../img/bg_slide.png) no-repeat;
}

#prev2 {
  left: 0px;
  background-position: 0 0;
}

#next2 {
  right: 0px;
  background-position: right 0;
}

