@charset "UTF-8";

/* slideshow */

.slideshow {
	margin: 0 auto;
}

/* mainview */

.slideshow .mainview {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slideshow .mainview ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideshow .mainview ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

.slideshow .mainview ul li img {
	width: 100%;
}

/* thumbnail */

.slideshow .thumbnail {
	display: none;
}

/* ブラウザウィンドウ幅480px以下 */
@media screen and (max-width: 480px) {

  .slideshow .mainview ul li img {
	  max-width: 480px;
  }

}