/* Home
*********************************/
#sp_kv{
	padding: 9px;
	border: 1px solid #000;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
	display: none;
}

#sp_kv .l{
 	width: 450px;
 	float: left;
}

#sp_kv .r{
	width: 460px;
 	float: right;
}

#sp_kv .l .slides li .slide{
	width: 450px;
	height: 250px;
	background-size: 450px 250px;
	position: relative;
	background-repeat: no-repeat;
}

#sp_kv .l .slides li .slide dl{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	color: #fff;
	bottom: 0;
}

#sp_kv .l .slides li .slide dl dt{
	margin: 0;
	padding: 8px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#sp_kv .l .slides li .slide dl dd{
	margin: 0;
	font-size: 12px;
	padding: 8px;
	padding-top: 0;
}

#sp_kv .carouFredSel .r .thums{
}

#sp_kv .carouFredSel .r .thums li{
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	height: 54px;
}

#sp_kv .carouFredSel .r .thums li:last-child{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

#sp_kv .carouFredSel .r .thums li.current{
}

#sp_kv .carouFredSel .r .thums li a{
	color: #000;
	text-decoration: none;
}

#sp_kv .carouFredSel .r .thums li .img{
	float: left;
	width: 72px;
	height: 54px;
	line-height: 54px;
	padding-left: 8px;
	padding-top: 4px;
}

#sp_kv .carouFredSel .r .thums li .img img{
	border: 2px solid #fff;
	vertical-align: bottom;
}


#sp_kv .carouFredSel .r .thums li dl{
	float: right;
	width: 365px;
}

#sp_kv .carouFredSel .r .thums li dl dt{
	font-weight: bold;
	padding: 2px;
	line-height: 1.4;
	letter-spacing: -0.1em;
}

#sp_kv .carouFredSel .r .thums li dl dd{
	padding: 0;
	margin: 0;
	line-height: 1.4;
	letter-spacing: -0.1em;
}

#sp_kv .carouFredSel .r .thums li.current .img{
	background: url(../img/sankaku.png) no-repeat left center;
}

#sp_kv .carouFredSel .r .thums li.current .img img{
	border: 2px solid #000;
}

#sp_kv .carouFredSel .r .thums li.current dl dt{
	background: #000;
	color: #fff;
}


