@charset "utf-8";
/*=================================
下記の２ページのみプリント用CSSを設定

1: アクセスページ
https://www.jst.go.jp/EN/about/access.html

2: Contact
https://www.jst.go.jp/EN/about/contact.html
=================================*/



/* 共通（ヘッダー、フッター、サイドメニュー削除）
================================== */
#header,
.main_visual_sec,
#breadcrumb,
.rightcol,
#footer {
	display: none;
}

/* 1: アクセスページ
================================== */
.layoutWrap_sec {
	display: block;
}
.leftcol {
	width: 100%;
	margin-right: 0;
}
.access .ttlDesign2 {
	page-break-before: always;
}

/* 2: お問合せ
================================== */
.print_br {
	page-break-before: always;
}