/* Elastislide Style */
.es-carousel-wrapper{
	position:relative;
}
.es-carousel{
	overflow:hidden;
	width: 494px;
}
.es-carousel ul{
	display:none;

}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#ffffff;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#00A3DD;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top: 10px;
  background: url(img/controls.png) no-repeat 0 -32px;
  width:32px;
  height:32px;
	text-indent:-9000px;
	cursor:pointer;
}
.es-nav span.es-nav-next{
	left:auto;
  background: url(img/controls.png) no-repeat -43px -32px;

}
.es-nav span:hover{
	opacity:1.0;
}

/* =============================================
	SP
============================================= */
@media screen and (max-width: 720px){
.es-carousel{ width: 270px;}
}

/* =============================================
	PC
============================================= */
@media screen and (min-width: 720px){
.es-carousel{ width: 494px;}
}