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

.description{
	margin:20px 0 50px;
}

.description p.programname{
	border-bottom:#000000 1px solid;
	border-top:#000000 1px solid;
	padding:10px;
	margin:20px 0;
	font-size: 1.2em;
}

.description h2, .description h3, .description h4,.description h5{
	margin:20px 0 10px;
	font-size: 124%;
}

.description p{
	font-size:1em;
}

.profile{
	margin:20px 0;
	overflow:hidden;
}

.profile p{
	float:left;
	width:76%;
}

.profile figure{
	float:right;
	width:20%;
	text-align:right;
}


section table { 
	width: 100%;
}

section th, section td  { 
	padding: 10px; border:1px solid #ddd;
}

section th  { 
	background: #f4f4f4; 
}
 
/*----------------------------------------------------
  .table01
----------------------------------------------------*/

.table01 th  { 
	width: 20%; text-align: left; 
}

/*----------------------------------------------------
  .table02
----------------------------------------------------*/
.table02 th  { 
	text-align: center; 
}

 .table02 th.time{
	width: 15%;
	height:auto;
}

.table02 th.kousei{
	width: 30%;
}

.table02 img{
	width:200px;
	height:auto;
}

.Bouning{
	margin:30px 0 20px;
}

.info{
	margin-top:30px;
}

.info p{
	margin-bottom:20px;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  width:400px;
  height:300px;
}

@media only screen and (max-width:960px){

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

}

@media only screen and (max-width:840px){
	
	.table02 img{
	width:100%;
	height:auto;
}

}

@media only screen and (max-width:770px){

.profile p{
	float:none;
	width:100%;
}

.profile figure{
	float:none;
	width:100%;
	text-align:center;
	margin:20px 0;
}



}

@media only screen and (max-width:680px){
#movie{
	width:90%;
	margin:0 auto 40px;
	}
	
	.description{
		margin:20px 5% 50px;
	}
	
	#programList h1 img{
	max-width:350px;
	}
	
	.description{
		margin:20px 5% 50px;
	}
	
		.Bouning img{
	width:100%;
}

	
}

 
@media only screen and (max-width:480px){
    .table01 { 
		margin: 0 -10px;
	}
	
    .table01 th,
    .table01 td{
    	width: 100%;
    	display: block;
    	border-top: none;
    }
	
  .table01 tr:first-child th { 
  	border-top: 1px solid #ddd; 
	}
	
	#movie{
	width:100%;
}
	

}


@media only screen and (min-width:1200px){
	
	.mbox{
		overflow:hidden;
	}
	
	.Bouning{
	margin:30px 0 50px;
	float:left;
		width:550px;
}


	#movie{
		width:295px;
		float:right;
		padding:30px 150px 0 0;
	}

	
	.video{
  position:relative;
  width:100%;
  padding-top:80%;
}
.video iframe{
  position:absolute;
  top:0;
  width:295px;
  height:200px;
}

	
}


