@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
#mainCol {
	text-align: center;
	padding: 100px 0 0;
	min-height: 730px;
}
#movieCol ul li{
	float:left;
	width:521px;
	height:314px;
	margin:0 -60px 15px 0;
	display: block;
}
#movieCol ul li.oneBox{
	clear:both;
	float:none;
	margin:0 auto 15px;
	display: block;
	padding-right:150px;
}
/* Examples - Tiny Scrollbar */
#movieCol {
	margin: 0 auto;
	width: 1015px;
	padding: 1px;
	text-align: center;
}
#movieCol .viewport {
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 655px;
}

#movieCol .overview {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#movieCol .scrollbar {
	position: relative;
	float: right;
	background: transparent url(../images/movie/bg_scroll_bar.gif) no-repeat;
	background-position: 0 0;
	width: 9px;
}
#movieCol .track {
	position: relative;
	background: url(../images/movie/bg_scroll_bar.gif) repeat-y 0 100%;
	height: 100%;
	width: 9px;
}
#movieCol .thumb {
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	background: transparent url(../images/movie/img_scroll_bar.gif) repeat-y ;
	width: 9px;
	height: 58px;
	cursor: pointer;
}
#movieCol .disable { display: none; }
