@charset "utf-8";
#top{
	background:url(../img/top_h.jpg) fixed center;
	background-size:cover;
}
#top h1{
	width:664px;
	margin:0 auto;
	padding-top:30px;
}
article{
	padding:50px 0;
}
.contents{
	padding:30px 0;
	width:900px;
	margin:0 auto;
}
#top_prev{
	width: 150px;
	margin:0 auto;
	z-index:9999;
	left:0;
	right:0;
	top:0;
	position:fixed;
}
/*****************
    番組内容
*****************/
.red{
	color:#F00;
	font-weight:bold;
}
.txt .coment{
	display:block;
	width:800px;
	margin:0 auto;
}
.txt p{
	padding:20px 0;
	font-size:18px;
	text-align:center;
	line-height:2.5em;
	background:rgba(255,255,255,0.8);
	font-weight:bold;
}
#urabanashi p{
	text-align:left;
	padding-left:80px;
	width:720px;
}
#urabanashi .right{
	display:block;
	float:right;
	background:url(../img/ano1.png);
	width:200px;
	height:236px;
	margin-right:70px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}
#urabanashi .right:hover{
	background:url(../img/ano.png);
}
/*****************
    　動画
*****************/
#movie{
	background-image:url(../img/bac_naiyo.png),url(../img/003-granulated-loom.jpg);
	background-repeat:no-repeat, repeat;
	background-position:center;
	background-size:contain;
	
}
#movie .center{
	display:block;
	width: 309px;
	margin:0 auto;
}
#movie video {
	width:530px;
	display:block;
	margin:0 auto;
}
#movie object{
	display:block;
	width:530px;
	border:solid 4px #fff;
}
/*****************
    PR
*****************/
#pr{
	background:url(../img/003-granulated-loom.jpg);
}
#pr .title{
	display:block;
	width: 468px;
	margin:0 auto;
}
#pr video{
	display:block;
	margin:0 auto;
	width: 550px;
}
