/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	height: 100px;
	
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.svg);
	background-repeat: no-repeat;
	background-position: center center;
}


.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}


.elastislide-horizontal ul li {
	height: 100px;
	display: inline-block;
	width: 300px;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	width: 23px;
	height: 43px;
	border-radius: ;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 1.0;
}
.elastislide-wrapper nav span:hover {
	opacity: 0.7;
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 0px;
	margin-top: -12px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-vertical nav span.elastislide-prev {
    background-position: -17px -18px;
    bottom: 10px;
    top: auto;
   	background: url(../images/arrow-top.png) no-repeat center center;
}

.elastislide-vertical nav span.elastislide-next {
    background-position: -17px -18px;
    bottom: 10px;
    top: auto;
   	background: url(../images/arrow-under.png) no-repeat center center;
}


.elastislide-carousel {
 height: 100px;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 770px) {/* PCまで */
.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background: url(../images/arrow-right.png) no-repeat center center;
}            

.elastislide-horizontal nav span.elastislide-prev {
 left: 10px;
	background: url(../images/arrow-left.png) no-repeat center center;
}
.elastislide-horizontal {
	padding: 10px 45px;
	margin-bottom: 20px;
}

.elastislide-carousel ul li { 	
	-webkit-backface-visibility: hidden;
	margin-left: 16px;
	margin-right: 16px;
}

}

@media screen and (max-width: 769px) {/* SP */
.elastislide-horizontal nav span.elastislide-next {
	right: 5px;
	left: auto;
	background: url(../images/arrow-right.png) no-repeat center center;
}            

.elastislide-horizontal nav span.elastislide-prev {
 left: 5px;
	background: url(../images/arrow-left.png) no-repeat center center;
}
.elastislide-horizontal {
	padding: 10px 35px;
	margin-bottom: 20px;
}
.elastislide-carousel ul li { 	
	-webkit-backface-visibility: hidden;
	margin-left: 1%;
	margin-right: 1%;
}

} 