/*============ jCarousel Lite ============*/
/*おすすめプラン*/

.box{
	float:left;
	width:900px;
	display:inline;
}
.arrow{
	float:left;
	width: 15px;
	margin-top:100px;
	display:inline;
	text-align:center;
}


.anyClass{
	float:left;
	width:730px;
	height: 330px;
	overflow: hidden;
	display:inline;
	}
	

.anyClass li {
	width:210px;
	list-style:none;
	height: 330px;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:7px;
	margin-left:7px;
}

.anyClass li img {
	list-style:none;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

.anyClass li p {
	list-style:none;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
}




/*トップムービー*/

#slideshow {
	width: 950px;
	height:550px;
	float:left;
	position: relative;
	padding:0px 0px 0px 0px;
	display:inline;
	z-index:50;
}
#slideshow div {
	width: 950px;
	height:550px;
	overflow: hidden;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	bottom: 10px;
	left: 420px;
	width: 200px;
	position: absolute;
	z-index: 100;
}

#slideshow ul li {
	width: 20px;
	height:20px;
	float: left;
	display: inline;
	background:url(../slide/sl_circle.png) no-repeat left top;
	cursor:pointer;
}

#slideshow ul li.active {
	background:url(../slide/sl_circle_active.png) no-repeat left top;
}



/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}





/*ゆっくりスライダー*/

#slideshow_slow {
	width: 950px;
	height:550px;
	float:left;
	position: relative;
	padding:0px 0px 0px 0px;
	display:inline;
	z-index:50;
}
#slideshow_slow div {
	width: 950px;
	height:550px;
	overflow: hidden;
	position: relative;
}
#slideshow_slow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow_slow ul {
	bottom: 10px;
	left: 420px;
	width: 200px;
	position: absolute;
	z-index: 100;
}

#slideshow_slow ul li {
	width: 20px;
	height:20px;
	float: left;
	display: inline;
	background:url(../slide/sl_circle.png) no-repeat left top;
	cursor:pointer;
}

#slideshow_slow ul li.active {
	background:url(../slide/sl_circle_active.png) no-repeat left top;
}

/*ゆっくりスライダー　500x500*/

#slideshow_slow {
	width: 500px;
	height:500px;
}
#slideshow_slow div {
	width: 500px;
	height:500px;
}

#slideshow_slow ul {
	left: 230px;
	width: 100px;
}

/* =======================================
	ClearFixElements
======================================= */
#slideshow_slow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow_slow ul {
	display: inline-block;
	overflow: hidden;
}

/*ゆっくりスライダー　625x470*/

#slideshow_slow.sl625_470 {
	width: 625px;
	height:470px;
}
#slideshow_slow.sl625_470 div {
	width: 625px;
	height:470px;
}

#slideshow_slow.sl625_470 ul {
	left: 285px;
	width: 100px;
}

/*ゆっくりスライダー　950x460*/

#slideshow_slow.sl950_460 {
	width: 950px;
	height:460px;
}
#slideshow_slow.sl950_460 div {
	width: 950px;
	height:460px;
}

#slideshow_slow.sl950_460 ul {
	left: 420px;
	width: 100px;
}