@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:640px;
	height:250px;
	background-color:#ffffff;
	margin-bottom:10px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-main-wapper .lof-main-item{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:absolute;
}
.lof-main-wapper .lof-main-item img{
	padding:0px;	
	width:640px;
}

/*.lof-main-item-desc{
	z-index:10px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../../img/mtop/main/transparent_bg.png);
}
*/

/* item navigator */

ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
/*サムネイル横幅*/
.lof-navigator-outer{
	position:absolute;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	right:0;
	top:0;
	z-index:100;
	height:248px;
	width:82px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li{
	height:83px!important;
}	

.lof-navigator li.active{
	background:url(../../img/mtop/main/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF;
}
.lof-navigator li:hover{
	
}
.lof-navigator li div{
	background:url(../../img/mtop/main/transparent_bg.png);
	color:#FFF;
	height:82px;
	position:relative;
	background-color:#000000;
	margin-bottom:1px;
	margin-left:10px;
	padding-left:5px;
	font-size:11px !important;
}

.lof-navigator li.active div{
	background:url(../../img/mtop/main/grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:50px;
	width:50px;
	margin:12px 4px 13px 1px;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
