
#jqAS2-box {
	width : 96%;
	float : left;
	overflow : hidden;
}

#jqAS2 {
  width: 100%;
  height: 230px;
  overflow: hidden;
/*	background: #fff0f7;*/
}

/* スライド枠　横幅 */
#jqAS2 .cont {
/*  width: 33%;
  width: 32%;*/
  width : 24.5%;
  font-size : 12px;
  height: 230px;
/*  text-align: center;*/
}

#jqAS2 .cont a {
  display: block;
  margin: 0 0 5px;
/*  float : none;*/
}

#jqAS2 .contentArea {
	width : 870px;
	margin : 0 0 0 30px;
	position:relative;
}

.jqAS2prev {
  float : left;
  position:relative;
  left:0px;
  top:0px;
  cursor: pointer;
}

.jqAS2next {
  float : left;
  position:relative;
  right:0%;
  top:0px;
  cursor: pointer;
}

.viewArea {
	width : 900px;
	height : 230px;
	overflow : hidden;
	position:relative;
}


