/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	width: 978px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
  }

.rslides img {
	display: block;
	float: left;
	width: 100%;
	border: 0;
  }


/*リニューアル用*/

.rslidestest {
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }

.rslidestest li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }

.rslidestest li:first-child {
	position: relative;
	display: block;
	float: left;
  }

.rslidestest img {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	border: 0;
  }
