/*============ jCarousel Lite ============*/
/*おすすめプラン*/

.box{
	float:left;
	width:910px;
	display:inline;
}
.arrow{
	float:left;
	width: 20px;
	margin-top:180px;
	display:inline;
}


.anyClass{
	float:left;
	width:910px;
	height: 400px;
	overflow: hidden;
	display:inline;
	}
	

.anyClass li {
	width:910px;
	list-style:none;
	height: 400px;
	float:left;
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

.anyClass li img {
	list-style:none;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}
#container {
	width: 100%;
	text-align: center;
}


/*トップムービー*/

#slideshow02 {
	width: 950px;
	height:500px;
	float:left;
	position: relative;
	padding:0px 0px 0px 0px;
	display:inline;
	z-index:50;
}
#slideshow02 div {
	width: 950px;
	height:500px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	bottom: 10px;
	left: 360px;
	width: 200px;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 25px;
	float: left;
	display: inline;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}
