@charset "utf-8";
/* ---------------------------------------------
	「ホーム」CSS
--------------------------------------------- */

@import url(/links/japan/css/ul_mapJpn01.css);

/* ---------------------------------------------
	contents - information
--------------------------------------------- */
.information {
	margin: 0 0 20px 0;
	padding: 1px 0;
	min-width: 980px;
	background: #E5E5E5;
}
.information h1 {
	padding: 0 0 0 1.5em;
	background: url(/common/img/tit_info01.png) no-repeat left center;
}

/* ---------------------------------------------
	contents - main
--------------------------------------------- */
.ps_tit .en {
	padding: 0 0 0 1em;
	font-weight: normal;
}

.news .ps_tit {
	background-color: #FFAE00;
	background-image: url(/common/img/tit_news01.png);
}

/*======== 20140603 安重追加 ========*/

.information .ps_tit {
	background-color: #5050e5;
	background-image: url(/common/img/tit_other01.png);
}
.reports .ps_tit {
	background-color: #A5D700;
	background-image: url(/common/img/tit_reports01.png);
}
.columns .ps_tit {
	background-color: #32AE32;
	background-image: url(/common/img/tit_columns01.png);
}
.link .ps_tit {
	background-color: #FF74B9;
	background-image: url(/common/img/tit_map01.png);
}

/*======== 記事 ボディ ========*/
.ps_body {
	min-height: 0;
}

/* 記事ナビ - 詳細ページを見る（レポート） */
.reports .ps_pNavi.goDetail ul {
	margin: 0 0 0 auto;
	width: 35em;
}

/*======== 20140603 安重追加 ========*/

/* 記事ナビ - 詳細ページを見る（インフォメーション） */
.information .ps_pNavi.goDetail ul {
	margin: 0 0 0 auto;
	width: 35em;
}



/* ---------------------------------------------
	contents - sub
--------------------------------------------- */
/*======== スライダー ========*/
.sb_slider {
	text-align: center;
}
.sb_slider ul {
	width: 210px;
	height: 158px;
	overflow-y: auto;
	overflow-x: hidden;
}
/* Navigation Arrows */
.anythingSlider-jst .arrow {
	top: 93%;
	position: absolute;
	display: block;
}
.anythingSlider-jst .arrow a {
	display: block;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background-color:#000000;
	color: #ffffff;
}
.anythingSlider-jst .back {
	left: 0;
}
.anythingSlider-jst .forward {
	right: 0;
}
.anythingSlider-jst .arrow span {
	visibility: visible;
}


/*======== 公式サイト ========*/
.sb_officialSite {
	margin: 10px -10px;
	padding: 1px 10px;
	background: #7BB7DC;
}
.sb_officialSite h1 {
	text-align: center;
}
#sub .sb_officialSite ul {
	margin: 1.33em 0;
	text-align: center;
}
.sb_officialSite ul li {
	display: inline-block;
	margin: 0 10px;
}
.sb_officialSite ul li a {
	display: block;
}

/*======== お楽しみ ========*/
.sb_fun {
	padding: 0 9px;
	border: dotted 1px #8C8C8C;
	background: #FFFFFF;
}
.sb_fun h1 {
	text-align: center;
}

/* おすすめの科学番組 */
#sub .sb_fun_program ul {
	margin: 0 -9px;
}
.sb_fun_program ul li {
	padding: 5px 9px;
	border-top : dotted 1px #8C8C8C;
}
.sb_fun_program ul li:first-child {
	border-top : none;
}



/* ---------------------------------------------
	スマホ
--------------------------------------------- */
@media screen and (max-width: 640px) {
	.information {
		margin: 0;
		padding: 0 10px;
		min-width: 0;
		background: none;
	}
	.post .ps_footer,
	.post.link,
	#sub {
		display: none;
	}
}