/*basic*/
#slide-container {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 940px;
	height: 376px;
}

.item, .item-triple {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.foreground {
  position: absolute;
}

.background {
  position: absolute;
  overflow: hidden;
}

/*slide*/
#slide-container {
}
.item a, .item-triple a {
	display: block;
	width: 940px;
	height: 376px;
}
.foreground .element {
  color: #fff;
  width: 940px;
  position: relative;
  left: 130px;
}
.foreground .element.title {
	top: 120px;
	left: 0px;
	position: absolute;
}
.foreground .element.subCopy {
	top: 190px;
	left: 7px;
	position: absolute;
}
.foreground .element.btn {
	top: 247px;
	left: 530px;
	position: absolute;
}

.foreground .element.titleArea {
	/*top: 0;
	left: 466px;*/
	top: 135px;
	left: 0px;
	position: absolute;
}
.foreground .element.subCopyArea {
	/*top: 0;
	left: 420px;*/
	top: 190px;
	left: 7px;
	position: absolute;
}


/*四国*/
.foreground .element.titleArea-shikoku {
	/*top: 0;
	left: 466px;*/
	top: 0px;
	left: 0px;
	position: absolute;
}
.foreground .element.subCopyArea-shikoku {
	/*top: 0;
	left: 420px;*/
	top: 300px;
	left: 7px;
	position: absolute;
}
.foreground .element.btnArea-shikoku {
	top: 290px;
	left: 530px;
	position: absolute;
}



.foreground .element.bgArea {
	top: 0;
	left: 420px;
	position: absolute;
}
.foreground .element.btnArea {
	top: 247px;
	left: 530px;
	position: absolute;
}


#slide-pagination {
	left: 50%;
	position: absolute;
	margin-top: -240px;
}
#slide-pagination .prev {
	margin-left: -510px;
}
#slide-pagination .next {
	margin-left: 480px;
}
#slide-pagination li {
	float: left;
	list-style: none;
}
