
.flipsnap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.item {
    width: 100%;
    float: left;
    color: #666;
}


/*----- インジケーターの設定 -----*/
.pointer {
	text-align: center;
	padding:0px 10px;
	padding-bottom:10px;
}

.pointer span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	#border: 1px solid #000;
  background: #ccc;
}
.pointer span.current {
  background: #999;
}

