.ps_tit {
    font-size: 134%;
	background-position: 10px 5px;
}
/*-------------------------
大バナー
--------------------------*/
.banner{
	margin: 0 0 15px 0;
	}


/*-------------------------
ニュース
--------------------------*/
.news_window{
    display: -webkit-flex;
    display: flex;
	margin: 0px 0 45px 0;
}
.right_side, .left_side{
	width: 330px;
	padding: 0 11px;
    border: solid 4px #E5E5E5;
	position: relative;
}
.left_side{
	margin: 0 10px 0 0;
}
.news_window .ps_footer {
    bottom: -30px;
    position: absolute;
    width: 330px;
}

/*報道ニュース*/
.news_window .h_tit01{
	margin: 0;
	border: none;
}
.news_window .ifrmBox3 {
    max-height: 6.5em;
    min-height: 60px;
}
.news_window .ifrmBox3 iframe {
    height: auto;
    padding: 0;
    margin: 0;
}
.ifrmBox3:first-child {
	margin-top: 10px;
}

/*-------------------------
コラム、レポート
--------------------------*/
.columns_reports{
	margin-bottom: 15px;
}/*タイトル部分*/
.columns_reports .ps_tit .columns_title{
    background-image: url(/common/img/tit_columns01.png);
}
.columns_reports .ps_tit .reports_title{
	background-image: url(/common/img/tit_reports01.png);
}
.columns_title, .reports_title{
	background-repeat: no-repeat;
	padding-left:30px;
	background-position: 0;
}
.reports_title{
		padding-left:25px;
		margin-left: 10px;
}
.columns_reports .ps_tit{
	background-color: #32AE32;
	background-image:none;
	padding-left: 10px;
}

/*記事インデックス*/
ul.columns {
  margin: 0;
   display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
ul.columns li {
  width: 50%;
  vertical-align: top; /* li要素を上端揃えに */
  margin: 0;
  padding: 0;
}
ul.columns li figure, ul.columns p{
    display: inline-block;
}
ul.columns p{
	width: 220px;
	}

	/* IE6 */
ul.columns li {
  _display: inline; /* display: inline-block;の代わり */
  _zoom: 1; /* 状況によって使い分ける */
}
 
	/* IE7 */
*:first-child+html ul.columns li {
  display: inline; /* display: inline-block;の代わり */
  zoom: 1; /* 状況によって使い分ける */
}

/*サムネイル画像のサイズ拡大*/
.ul_basic01.columns li figure {
 width: 100px;
 overflow: hidden;
 }

/*フッターナビ*/
.columns_reports .ps_pNavi{
	font-size:12px;
}

/*-------------------------
サイエンスクリップ
--------------------------*/
article.post.science_clip{
	margin-bottom: 15px;
}
.science_clip .ps_tit {
    background-color: #ba4399;
    background-image: url(/common/img/tit_columns01.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 40px;
}
ul.clips {
  	margin: 20px 0 25px 0;
  	display: table;
  	table-layout: fixed;
  	width: 100%;
}
ul.clips li {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: auto;
}
ul.clips li figure, ul.clips li p{
	display:block;
	width: 80%;
	float: left;
	margin:0;
	}
ul.clips li img{
	width: 140px;
	height: 98px;
}
ul.clips li:nth-child(2) figure, ul.clips li:nth-child(2) p{
	margin-left: 11px;
	}
ul.clips li:nth-child(3) figure, ul.clips li:nth-child(3) p{
	float: right;
	margin-right: 11px;
	}
ul.clips li:last-child figure, ul.clips li:last-child p{
	float:right;
	}

/*-------------------------
プレスリリース
--------------------------*/
.press_release .ps_tit {
    background-color: #;
    background-image: url(/common/img/tit_news01.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 40px;
}
.press_release img{
width: 100px;
margin:0px;
}
.press_release ul,li{
margin: 0px;
padding: 0px;
}
.press_release ul li{
display:inline-block;
text-align: center;
width: 170px;
}
.press_release ul{
margin: 10px 0 25px 0;
text-align: center;
}

/*-------------------------
イベント
--------------------------*/
.events .ps_tit {
    background-color: #32AEC7;
    background-image: url(/common/img/tit_events01.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 40px;
}

.ul_basic03 {
	margin: 10px 0px 15px 0;
	padding: 0px;
}
.ul_basic03 li {
	list-style: none;
	border-top: solid 1px #E5E5E5;
}
.ul_basic03 li:first-child {
	border-top: none;
}
.events p{
margin: 10px 0;
}

/*----------------------------------
JSTのジャーナル・情報提供サイト
--------------------------------------*/
.ul_legend01{
	float: left;
	margin: 20px 0 25px 0;
	width: 100%;
}
.ul_legend01 li {
	float: left;
    margin-bottom: 10px;
    vertical-align: middle;
    width: calc(100% /3);
    text-align: center;
	}
.thirdColumn{
	margin-right: 0!important;}
	
/*----------------------------------
サイドカラム
--------------------------------------*/

/*JSTnews, Science Window*/
.regular_magazines{
	width: 210px;
	height: 248px;
	background-color:#fff;
}
.regular_magazines .magazine_img {
	box-shadow:rgba(162, 172, 186, 0.65098) 3px 3px 5px 1px;
-webkit-box-shadow:rgba(162, 172, 186, 0.65098) 3px 3px 5px 1px;
-moz-box-shadow:rgba(162, 172, 186, 0.65098) 3px 3px 5px 1px;
    margin: 14px 0 0 26px;
}



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

@media screen and (max-width: 768px) {
	
/*-------------------------
768px モバイルニュース
--------------------------*/
.news_window {
    display: block;
    margin: 15px 0 0 0;
	position: static;
    width: 96%;
}
.right_side, .left_side{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	position: static;
	}
ul.columns li{
	width: 100%;
}	
.news_window .ps_footer {
	width: 100%;
    position: static;
    bottom: auto;
	margin: 0;
}

/*-------------------------
768px モバイルコラム、レポート
--------------------------*/
.ul_basic01.columns{
	width: 100%;
}
.ul_basic01.columns li{
	display: table;
}
ul.columns li.odd{
	margin-right:0;
}
.ul_basic01.columns li p {
	width: 295px;
}
.ul_basic01.columns li figure, .ul_basic01.columns li p{
	display: table-cell;
}

/*-------------------------
768px モバイルサイエンスクリップ
--------------------------*/
ul.clips{
	margin: 0;
}

ul.clips li{
	width: 100%;
	display: table;
	padding: 10px 0;
}
ul.clips li figure, ul.clips li p{
	display:table-cell;
	float:none;
	margin:0;
}
ul.clips li p{
	width: auto;
}
ul.clips li figure{
	padding-right: 10px;
	width: 140px;
}
ul.clips li img {
    width: auto;
    height: auto;

}

ul.clips li:nth-child(2) figure, ul.clips li:nth-child(2) p, ul.clips li:nth-child(3) figure, ul.clips li:nth-child(3) p, ul.clips li:last-child figure, ul.clips li:last-child p{
	float: none;
	margin: 0;
	}
/*----------------------------
768px JSTのジャーナル・情報提供サイト
-------------------------------*/
.ul_legend01{
	text-align:center;
}
.ul_legend01 li{
	float:none;
	margin: 10px auto;
	width: auto;
	}
}

@media screen and (max-width: 640px){
/*-------------------------
640px モバイルニュース
--------------------------*/
.right_side, .left_side{
	border: none;
}
.ps_footer{
		display:none;
}

/*-------------------------
640px モバイル コラム、レポート
--------------------------*/
.ul_basic01.columns li figure{
	width: 75px;
}

/*-------------------------
640px モバイルサイエンスクリップ
--------------------------*/
/*ul.clips li figure{
	width: 75px;
}*/
ul.clips li img {
    width: auto;
    height: auto;
}

/*-------------------------
640px モバイルプレスリリース
--------------------------*/
/*ul.clips li figure{
	width: 75px;
}*/
ul.press_release li img {
    width: auto;
    height: auto;
}
.press_release ul li {
	margin-bottom: 10px;
}
}
/*-------------------------
320px モバイルプレスリリース
--------------------------*/
@media screen and (max-width: 360px){
.press_release ul li {
	width: 140px;
}
}

@media screen and (min-width: 500px) and (max-width: 600px){
.press_release ul li {
	width: 120px;
}
}
/****************************************
モバイル終わり
******************************************/


