@charset "utf-8";
/* CSS Document */

#contain {
	width:800px;
	margin: 0 auto;
	color:#FFFFFF;
	font-size:12px;
}

#sns {
	margin:10px 0;
	float:right;
}

.hl {
	margin: 20px 0 10px 0;
}

.h2 {
	margin: 10px 0 10px 0;
}

img{
	border:0;
}
/*--動画----------------------------------------*/
#movie_back{
	width:800px;
	height:415px;
	margin:0;
	position:relative;
}

.twit{
	width:280px;
	height:380px;
	margin:0;
	position:absolute;
	display:block;
	padding-top:40px;
	top:0px;
	left:10px;
}

/*--配信スケジュール----------------------------------------*/
#schedule_back{
	width:800px;
	height:279px;
	margin:0;
	position:relative;
}

/*-商品紹介----------------------------------------*/
#btn_back{
	width:800px;
	height:376px;
	margin:0;
	position:relative;
}

#btn_back ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	display:block;
	right:55px;
	bottom:75px;
}
#btn_back ul li{
	width:330px;
	height:60px;
	margin:10px 0 0 0;
}
/*-リンク----------------------------------------*/
#link_back{
	width:800px;
	height:120px;
	margin:0;
	position:relative;
}

#link_back ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	display:block;
	left:10px;
	top:20px;
}
#link_back ul li{
	width:257px;
	height:88px;
	margin:0 4px 0 0;
	float:left;
}


.clear { clear: both;}