@charset "utf-8";
/* CSS Document */
#slide-container, #multiple-slide-container {
    height: 350px;
    margin: 0 auto; 
    overflow: hidden;
    position: relative;
    width: 960px;
} 
.item, .item-triple {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0; width: 100%;
}
.foreground {
    position: absolute;
}
.background {
    overflow: hidden;
    position: absolute;
}
.item a, .item-triple a {
	display: block;
    width: 960px;
    height: 350px;
}
.item .background img {
	max-width: 960px;
    /* to avoid max-width: 100% of Twitter Bootstrap */
}
.item-triple .background img {
	max-width: 350px;
    /* to avoid max-width: 100% of Twitter Bootstrap */
}
.foreground .element, .foreground-triple .element {
	color: #fff;
    width: 900px;
    position: relative;
    left:0px;
}
.foreground .element.icon, .foreground-triple .element.icon {
	top: 0px;
    left: 0px;
    width: 114px;
    height: 114px;
    background: transparent url(../img/play.png) no-repeat;
    background-position: 0 0;
}
.background .overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}
.foreground .element.title, .foreground-triple .element.title {
    font-size: 30px;
    top: 0px;
}
.foreground .element.subtitle {
	font-size: 15px;
    top: 0px;
}
.ui-loader {
	display: none;
}
#multiple-slide-container .triple-slides {
	width: 320px;
    height: 540px;
    float: left;
    overflow: hidden;
    position: relative;
}
#multiple-slide-container .triple-slides .foreground-triple .element.title {
	font-size: 28px;
}
#multiple-slide-container .triple-slides .item-triple a {
	width: 320px;
    height: 540px;
}
/*ページャー*/
#pager-area {
	position: relative;
	width: 960px;
	margin-top: 20px;
}
#slide-pagination .prev {
	position: absolute;
	left: 0;
}
#slide-pagination .next {
	position: absolute;
	right: 0;
}
/*iconページャー*/
#slide-indicator {
	width: 90px;
	margin: 10px auto 0;
}
#slide-indicator li {
	display: inline;
}
#slide-indicator li .iconS {
	width: 10px;
	height: 10px;
	display: block;
	background:url(img/icon_slide02.gif);
	float: left;
	margin-left: 10px;
}
#slide-indicator li:first-child {
	margin-left: 0;
}
#slide-indicator li a.active {
	background:url(img/icon_slide01.gif);
}