@charset "utf-8";
@media only screen and (max-width:1000px){
/****************
     top
*****************/
#wrap{
	width:100%;
}
header{
	background:#fff;
}
header h1 img{
	display:block;
	width:60%;
	height:auto;
	margin:0 auto;
}
#top img{
	display:block;
	width:100%;
	height:auto;
}
/****************
     sns
*****************/
#sns{
	background:#000;
}
#sns li{
	float:right;
	width:105px;
}


/****************
    番組内容
*****************/
article{
	margin:0 auto;
	background:#000;
	padding-bottom:80px;
}
article section{
	padding:10px 0;
	width:100%;
}
article section p{
	font-size:14px;
	line-height:1.8em;
	text-align:center;
}
section h2 img{
	display:block;
	height:auto;
	width:60%;
	margin:0 auto;
	padding-top:10px;
}
naiyou{
	background:#000;
}
#come_wrap{
	width:100%;
	padding:0;
	background:url(img/str.jpg);
}
.coment{
	display:block;
	width:70%;
	height:auto;
	border:#FFF 3px solid;
	border-left:none;
	border-right:none;
	margin:0 auto;
}
.txt p{
	padding:10px 10px 20px;
	color:#fff;
	font-size:16px
	margin:0 5px;
	font-weight:bold;
}
p .yel{
	font-size:1em;
	font-weight:bold;
	line-height:2em;
	color:#FF0;
}
.txt .all{
	width:60%;
	height:auto;
	display:block;
	padding-top:5px;
	margin:0 auto;
}
	
/****************
     movie
*****************/
#movie{
	background:url(img/003-granulated-loom.jpg);
	padding:20px 0 50px;
}
#movie h2 img{
	display:block;
	height:auto;
	width:35%;
	margin:0 auto;
	padding-top:10px;
}
#movie #video_wrap{
	width:70%;
	margin:0 auto;
}
#movie video{
	width:100%;
	height:auto;
}
/****************
フォトギャラリー
*****************/
#photo{
	padding:10px 0 50px;
}
#photo h2 img{
	width:65%;
	margin:0 auto;
	height:auto;
}
.touchslider-viewport{
	width:506px;
	height:288px;
	overflow:hidden;
	margin:0 auto;
}
.touchslider-viewport img{
	display:block;
	width:100%;
	height:auto;
}
.touchslider{
	width:100%;
	margin:0 auto;
	position:relative;
}
.touchslider-prev img,.touchslider-next img{
	display:block;
	width:3%;
	height:auto;
	position:absolute;
	margin:auto 0;
	top:0;
	bottom:0;
}
.touchslider-viewport{
	margin:0 auto;
	overflow:hidden;
}
.touchslider-prev img{
	left:10px;
}
.touchslider-next img{
	right:10px;
}
.touchslider-item{
	width:500px;
	height:282px;
	border:#FFF solid 3px;
	box-sizing:content-box;
}
/****************
        PR
*****************/
#pr{
	background:url(img/003-granulated-loom.jpg);
	padding:20px 0;
}
#pr h2 img{
	width:40%;
}
.pr{
	display:block;
	width:70%;
	height:auto;
	margin:0 auto 10px;
	border:solid 3px #fff;
}
.top_prev{
	display:block;
	width:50%;
	margin:0 auto;
	height:auto;
	padding:20px;
}
}
@media only screen and (max-width:500px){
article section p{
	font-size:12px;
}
.coment{
	width:100%;
}
.txt .all{
	width:100%;
}
#movie h2 img{
	width:100%;
}
#movie #video_wrap{
	width:300px;
}
.touchslider-viewport{
	width:284px;
	height:162px;
}
.touchslider-item{
	width:280px;
	height:158px;
	border:#FFF solid 2px;
}
#pr h2 img{
	width:60%;
}

.pr{
	width:90%;
}