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

#programList h1 img{
	max-width:400px;
}

.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;
}
 
section table { 
	width: 100%;
}

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

section th  { 
	background: #f4f4f4; 
}

.smile_bnr{
	margin:30px 10px;
}

.smile_bnr p{
	margin:20px 10px 0px;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  xright:0;
  width:400px;
  height:300px;
}
.text2 p{
		margin-bottom:20px;
	}
 
/*----------------------------------------------------
  .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;
}

.info{
	margin-top:30px;
}

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

@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;
}

.smile_bnr img{
	width:95%;
}
	
}

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

 
@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 (max-width:760px){

#programList h1 img{
	width:100%;
	height:auto;
}


}

@media only screen and (min-width:1200px){
	
	.mbox{
		overflow:hidden;
	}
	
	.text{
		float:left;
		width:690px;
	}
	
	#movie{
		width:295px;
		float:right;
		padding-top:30px;
	}

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



.programindex{
	margin-bottom:20px;
	overflow:hidden;
}

.programindex li a{
	float:left;
	text-align:center;
	padding:7px 10px;
	background-color:#377fba;
	border-radius:7px;
	color:#fff;
	margin:5px;
}

.programindex li:nth-child(2) a{
	background-color:#ffb2af;
}

.programindex li:nth-child(4) a{
	background-color:#d3a505;
}

.programindex li:nth-child(5) a{
	background-color:#ff6b6b;
}

.programindex li:nth-child(6) a{
	background-color:#6eaa06;
}

.programindex li:nth-child(7) a{
	background-color:#f89800;
}

.programindex li:nth-child(8) a{
	background-color:#3399ff;
}

.programindex li:nth-child(9) a{
	background-color:#1e63e2;
}

.programindex li:nth-child(10) a{
	background-color:#08b4cd;
}

.programindex li a:hover{
	opacity:.8;
}

#p01,#p02,#p03,#p04,#p05,#p06,#p07,#p08,#p09,#p10{
	padding-top:50px;
}



@media only screen and (max-width:1120px){
	
	.description{
	padding:0 10px 0px;
}

#programList h1{
	padding-left:25px;
}

.programindex{
	padding-left:5px;
}

	
}


@media only screen and (max-width:480px){
	
	.programindex li span{
		font-size:11px;
}
	.programlist figure img{
		width:100%;
	}


}

@media only screen and (min-width: 320px){
	
#programList {padding:0;
padding-bottom:50px;
}

}




