/*! http://responsiveslides.com v1.51 by @viljamis */

#sliderContainer{
	position: relative;
	width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
 width: 100%;
  padding: 0;
  margin: 0;

  }
  
.rslides {
}

.rslides li {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
/*background-image: linear-gradient(top, #c0a35b, #704d1f);
background-image: -webkit-gradient(linear, left top, left bottom, from(#c0a35b), to(#704d1f));
background-image: -moz-linear-gradient(top, #c0a35b, #704d1f);
background-image: -o-linear-gradient(top, #c0a35b, #704d1f);
background-image: -ms-linear-gradient(top, #c0a35b, #704d1f);*/
padding: 5px; /* これが線幅になる */
margin:20px 0 15px 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.ie8 .rslides img  {
	/*width:auto !important;
	height: auto;*/
}

.ie8 .rslides img {
	max-width:none;
/*width:auto !important;
height: auto;*/
}

.ie8 .caption img {
	max-width:100%;
}
  
/*navigation*/
.rslides_nav {
	overflow: hidden;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 3;
	opacity: 0.7;
	width: 40px;
	height: 40px;
	background: #000;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
}
.rslides_nav.next {
	left: auto;
	right: 0;		
}
/*caption*/
.caption {
	display: block;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom:20px;
	margin: 0 5px;
	padding:0;
	background: #000;
	background: rgba(0,0,0, 0.8);
}

.caption a.mapA {float:right; margin:0 5px 5px 0; padding:0 5px; font-size:11px;
}

.ie7 .caption {
	bottom:5px;
}

/*pager
.rslides_tabs {
	width: 100%;
	padding: 0;
	margin:5px 0 0 0;
	text-align: center;
}
.rslides_tabs li {
 display: inline-block;
 margin: 0 10px;
}
.rslides_tabs a {
	border-radius: 10px;
	padding: 4px 6px;
	background: #7e7d7d;
	color: #7e7d7d;
	text-decoration: none;
	font-size:2px;
}

.rslides_tabs a:hover {
	background: #989797;
	color: #989797;
}*/

.rslides_tabs {
		display:none;
	}


@media only screen and (min-width: 320px) {
	
}

@media only screen and (min-width: 500px) {
}
