@charset "shift_jis";

/* view
*********************************************/

#dtk-car-0.dtk-carousel {
	width:680px;
	height:400px;
	position: relative;	
	margin:5px auto 0;
}
.dtk-carousel div.scrollbody {
	width:650px;
	float:left;
	padding:0;
	margin: 80px 0 0px 15px;
/*	*margin: 80px 0 0px -655px;
*/  overflow:hidden;

	top: 0px;
	left: 0px;
	text-align:left ;
}
.dtk-carousel div.scrollpages {
	width:1000em;
	list-style-type:none;
	margin:0;
	padding:0;
	height:auto;
}
ul.dtk-list, .scrollpage {
	float:left;
	width:655px;
	height:300px;
	display:inline; 
	padding: 0;
	margin: 0;
}
.dtk-carousel .scrollnav {
	width:180px;
	overflow:hidden;
	position:absolute;
	top:22px;
	left:230px;
	list-style-type:none;
}
.dtk-carousel .scrollnav a.current { 
	background-position:0 0px;
	cursor:default;
}

a.off {
	cursor:default !important;
}
li.dtk-item {
	float:left;
	display:inline;
	margin:5px 12px;
	text-align:center;
}
.dtk-item img {
	width: 80px;
	height: 100px;
	overflow: hidden;
}
.dtk-item a.img{
	width: 80px;
	height: 100px;
	display: block;
	border: 2px solid #A4A5B7;
}
ul.dtk-list li.dtk-item a.img:hover {
	border: 2px solid #254075;
}


