@charset "utf-8";
div{
	box-shadow:none !important;
}
.sample>div>div{
	padding-top: 50px;
	min-height: 320px;
	
}
.sample section{
	height: 500px;
  position: relative;
}
.sample section img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
img.sumb{
	width: 100%;
	max-width: 360px;
	max-height: 460px;
	margin-top: 30px;
}
ul{
	margin:15px auto auto;
	text-align: center;
	max-width: 800px;
}

ul li{
	list-style: none;
	padding: 0px;
	display: inline-block;
}
ul li img{
	height: 100px;
}
.thumbimg .sample{
	position: relative;
	margin-top: 50px;
}
.thumbimg button{
	margin-top: 50px;
}
.num{
	position: absolute;
	top:-50px;
	left: 150px;
	width: 260px;
}
@media screen and (max-width: 640px) {
ul{
	max-width: 400px;
}
}