/* CSS Document */

.pickuparea{
	width:1160px;height:400px;
	background-color:#fff;
	margin-bottom:16px;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pickupcontent{
	width:1160px;height:350px;
	position:relative;
	overflow:hidden;
}
.pickupcontent .pickup{
	width:1160px;height:350px;
	position:absolute;
	top:0;left:0;
}
.pickupswitcher{
	width:1160px;text-align:center;
	vertical-align:middle;
	line-height:20px;
}
.pickupswitcher a{
	display:inline-block;
	width:24px;height:6px;margin-left:8px;
	background-color:#bfc9df;
}
.pickupswitcher a:first-child{
	margin-left:0;
}
.pickupswitcher a.selected{
	background-color:#5a8cda;
}


.roku_data{
	padding:10px 0;
}
.roku_data li{
	display:inline-block;
	width:570px;margin-right:10px;margin-bottom:10px;
	box-sizing:border-box;-webkit-box-sizing:border-box;
}
.roku_data li:nth-child(2n){
	margin-left:10px;margin-right:0;
}
.roku_data li table{
	height:6em;text-align:left;width:100%;
}
.roku_data li th,
.roku_data li td{
	text-align:left;
	padding-left:1em;
	box-sizing:border-box;-webkit-box-sizing:border-box;
}
.roku_data li th{
	width:30%;
}


.basic_link_area{margin:10px;width:450px;}
.basic_link_area a{padding-left:1.2em;text-align:left;width:400px;}

