/* 
	Resets defualt browser settings
	reset.css
*/
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
#container {
	width:400px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_example {
	width:400px;
	height:400px;
	position:relative;
}

/*
	Slideshow
*/

#products {
	margin-left:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:400px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:400px;
	/* height:400px; */
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/arrow-prev.png);
}

#products .next {
	left:398px;
	background:url(../img/arrow-next.png);
}

/*
	Pagination
*/

#products .pagination {
	padding:5px 5px;
	width: 410px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top: 42px;
	margin-left: -8px;
	clear: both;
}

#products .pagination li {
	float:left;
	margin:5px 3px;
	list-style:none;
	width: 75px;
	height: 100%;
}

#products .pagination li a {
	display:block;
	width:75px;
	height:75px;
	float:left;
	background:#f9f9f9;
}

#products .pagination li.current a {
	opacity: 0.8;
}

/*--追記-----------*/
.slides {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	padding-bottom: 30px;
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #d1d1c9;
	margin-top: 20px;
}
.slides_left {
	width: 400px;
	float: left;
}
@media (max-width: 767px) {
#products .pagination {
margin-left: -4px;
margin-top: 4%;
}

#products .pagination li {
margin: 3px 3px;
width: 18%;
}
#products .slides_container {
	margin-bottom: 3px;
}
}



