/* ---------------------------------------------
	main
--------------------------------------------- */
/*最新版Youtube--*/
#latest{
	width: 100%;
	display: table;
	}
#latest .science_news, .science_channel{
	width: 49%;
	display: table-cell;
	margin: 0;
	padding: 0;
	}
#latest .science_news{
	padding-right: 10px;
}
#latest .title{
	width: 475px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	margin-bottom: 10px;
}
#latest .science_news .title{
	background-color: #FF4B32;
}
#latest .science_channel .title{
	background-color: #32A432;
}
.movie{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	z-index:0;
}
.movie iframe{
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index:0;
  }
/*--最新版Youtube*/

/*お知らせ--*/
.ps_header {
	margin: 0;
	padding: 10px 0 0 0;
}
.h1_news {
	background: url(../img/icon_news.png) no-repeat left center;
	padding: 0 0 0 35px;
	font-size: 100%;
	color: #000;
	margin:0;
}

.announcement{
	float: left;
	width: 720px;
	}
.first_announcement ul {
    padding: 0 0 0 1.2em;
    margin: 0;
}
.announcement .ps_body p {
	display: inline;
    margin-top: 0;
}
ul#additional {
    padding: 0 0 0 1.2em;
}
ul#additional li {
    margin-bottom: 1em;
}
#more{
	text-align:right;
	}
p#more {
    float: right;
}
/*--お知らせ*/

/*最近版・人気番組--*/
.sienceNews {
	width: 720px;
	float: left;
}
.sienceChannel {
	width: 720px;
	float: right;
}
.sienceNews h3, .sienceChannel h3{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	margin-bottom: 0px;
	border: none;
	max-width: 100%;
}
.sienceNews h3{
	background-color: #FF4B32;
}
.sienceChannel h3{
	background-color: #32A432;
}
.sienceNews ul,
.sienceChannel ul	 {
	list-style: none;
	padding: 0;
	margin: 5px 0 -5px 0;
}
.sienceNews li, .sienceChannel li{
	background-color: #ededed;
	float: left;
	width: 176px;
	padding: 0;
	margin: 0 5px 15px 0;

}
.sienceNews li img, .sienceChannel li img{
	max-width: 176px;
	max-height: 132px;

}
.sp_ftBox img, .sp_ftBox .ps_meta{
	display: table-cell;
	vertical-align:top;
	position: relative;
	}
.sienceNews li .ps_meta,
.sienceChannel li .ps_meta {
	padding: 5px;
}
.sienceNews .ps_title,
.sienceChannel .ps_title {
	margin: 0;
	height: 7em;
	overflow:hidden;
}
.sienceChannel .ps_title_sc{
	margin: 0;
	height: 5em;
	overflow:hidden;
}
.sienceChannel .ps_chaptersum{
	margin: 0;
	height: 2em;
	overflow:hidden;
	color: #666;
}

.sntitle{
margin: 10px 0 5px 0 !important;
display: table !important;
}

.sctitle{
margin: 10px 0 5px 0 !important;
display: table !important;
}
.more{
 text-align:right;
 margin:0px;
 padding:0px;
}

.more a{
    padding: 0 0 0 15px;
    background: url(/img/ico_link01.gif) no-repeat left center;
}
/*--最近版・人気番組*/



/***************************************************
サイドバー
****************************************************/
.sp_inner .inner{
	background-image: none;
	}
#sub{
	background-color: #ededed;
	padding: 0;
	margin: 15px 0 0 0;

}
/*--サイドバー*/


/***************************************************
モバイル
****************************************************/

@media screen and (max-width: 640px){
	
	/*モバイル最新版Youtube--*/
	#latest .science_news, .science_channel{
		width: 100%;
	display: block;
	}
	#latest .science_news{
		padding: 0 0 10px 0;
	}
	#latest .title{
		width: 100%;
	}
	/*--モバイル最新版Youtube*/

	/*モバイルお知らせ--*/
	.announcement{
		width: 100%;
		display: table;
		float:none;
		}
	p#more {
    float: none;
    display: block;
}
	/*--モバイルお知らせ*/

	
	/*--モバイル最近版・人気番組*/
	
	.sienceNews,
	.sienceChannel {
			width: 100%;
			float: none;
			margin-top: 20px;
	}
	.sienceNews li,
	.sienceChannel li {
		margin: 5px 0 0 0;
		float: none;
		width: 100%;
		padding: 0;
	}
	ul.ftBox a:nth-child(even) li { /*交互に背景を白に*/
		background: #FFF !important;
		}
	.sienceNews img,
	.sienceChannel img {
			float: left;
			width: 36%;
			height:auto;
	}
	.sienceNews li .ps_meta,
	.sienceChannel li .ps_meta {
		padding: 5px 5px 0 5px;
		width: 59%;
		float: left;
	}
	.sienceNews .ps_title,
	.sienceChannel .ps_title {
		margin: 0;
		height: auto;
		font-size: 110%;
	}
	.sienceChannel .ps_title_sc{
	margin: 0;
	height: auto;
	font-size:110%;
	}
	.sienceChannel .ps_chaptersum{
	margin: 0;
	height: auto;
	font-size:110%;
	color: #666;
	}
	.sntitle img, .sctitle img {
    width: 100%;
    height: auto;
	}
	/*--モバイル最近版*/
		

}
