@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:73%;
}

.profile figure{
	float:right;
	width:25%;
	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;
}


.info{
	margin-top:30px;
}

.info p{
	margin-bottom:20px;
}
.programdetail p{
	margin-bottom: 20px;
}
@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: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; 
	}
}

@media only screen and (max-width:680px){
	
	.description{
		margin:20px 5% 50px;
	}
	  
  
}

 
