@media print {
  body {overflow: visible !important;}
  .header-nav-r,.gnavi,.topic-path,.side-l,.side-r,.pagetop,.footer {display: none;}
  pre code {page-break-after: always;}
  @page {margin-top: 0.3cm; margin-right: 0.5cm; margin-left: 0.5cm;}
  p a, code, pre {word-wrap: break-word;}
  pre a[href]:after {content: "";}
  pre abbr[title]:after {content: "";}
  pre .ir a:after,pre a[href^="javascript:"]:after,pre a[href^="#"]:after {content: "";}
}

@charset "utf-8";
/*====================================================
	リセット
----------------------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
/*--- default */
html {
	background: #f9f9f9;
}
body {
	background: #FFF;
	color: #4e4e4e;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
}
a {
	color: #1E97FF;
}
a:visited {
}
a:hover {
	text-decoration: none;
	color: #14c567;
}
a:active {
}
#common_header, #btnFix, #header_menu01, #header_menu02, #header_menu03 {
	display: none !important;
}
/* ==================
globalnavigation
================== */
#gnv {
	float: right;
	clear: both;
	display: block !important;
}
#gnv ul {
	width: 570px;
	margin: 0 auto;
}
#gnv ul li {
	position: relative;
	float: left;
	margin: 0 0 0 18px;
}
#gnv ul li.en {
	display: none;
}
#gnv ul li a img {
	display: block;
	margin: 10px auto;
}
#gnv ul li a {
	text-align: center;
	display: block;
	text-align: center;
	padding-right: 2px;
	color: #666;
	padding-bottom: 10px;
}
#gnv ul li a:hover {
	text-decoration: none;
	color: #00A350;
}
#gnv ul li#gnv_current a {
	padding-bottom: 7px;
}
#gnv ul li.subnv ul {
	width: 180px;
	position: absolute;
	top: 100%;
	left: -50px;
	z-index: 30;
	font-size: 12px;
}
#gnv ul li.subnv ul li {
	font-size: 90%;
	background: none;
	overflow: hidden;
	height: 0;
	color: #000;
	width: 100%;
	clear: both;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#gnv ul li.subnv ul li a {
	display: block;
	color: #fff;
	padding: 5px 5px 5px 24px;
	text-decoration: none;
	background: #1f5ab6 url(../img/share/icon_white_arrow.png) no-repeat 10px center;
	background-color: rgba(8,112,57,0.95);
	width: 140px;
	text-align: left;
}
#gnv ul li.subnv:hover ul li {
	overflow: visible;
	height: 30px;
}
#gnv ul li.subnv ul li a:hover {
	background-color: rgba(0,170,80,0.95);
}
/*	ユーティリティナビ	*/
#header #utilityNavi {
	width: 328px;
	height: 17px;
	position: absolute;
	top: 3px;
	right: 4px;
	padding: 7px 0 0;
	background: url(/spaf-j/img/share/unv_bck.gif) no-repeat top left;
}
#header #utilityNavi li {
	float: left;
	line-height: 0.1em;
	padding: 0 0 0 19px;
	font-size: 1px;
}
#header #eyeCatch {
	top: 90px;
	left: 45px;
}
/*====================================================
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 7px 7px 15px;
}
.imgL {
	float: left;
	margin: 0 15px 7px 7px;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
/* 外部リンク、PDFリンクの指定 */
.pdfIcon, .externalIcon {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {
	min-height: 1em;
}
* html .clearfix {
	height: 1em;
}
/* フォントサイズ */
.stx {
	font-size: 85%;
}
.mtx {
	font-size: 90%;
}
.ltx {
	font-size: 110%;
}
.blue {
	color: #00632e;
}
.red {
	color: #be0a0a;
}
/*	詳細ページインデックス
----------------------------------------------------*/
table.articleList {
	width: 616px;
	margin: 0 7px 20px;
}
table.articleList tr {
	background: url(/spaf-j/img/share/ln_dtt.gif) repeat-x bottom left;
}
table.articleList td {
	vertical-align: top;
	padding: 9px 0 10px;
}
table.articleList td.category {
	width: 40px;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 3px;
}
table.articleList td.date {
	white-space: nowrap;
	padding-right: 18px;
}
table.articleList td.text {
	width: 537px;
}
table.articleList td.text p {
	padding-left: 21px;
	background: url(/spaf-j/img/share/icn_alst.gif) no-repeat left 4px;
}
/*	詳細ページインデックス　カテゴリアイコン
----------------------------------------------------*/
table.newsList {
	width: 616px;
	margin: 0 7px 20px;
}
table.newsList tr {
	background: url(/img/share/ln_dtt.gif) repeat-x bottom left;
}
table.newsList td {
	vertical-align: top;
	padding: 9px 0 10px;
}
table.newsList td.category {
	width: 40px;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 3px;
}
table.newsList td.date {
	white-space: nowrap;
	padding-right: 18px;
}
table.newsList td.text {
	width: 490px;
}
table.newsList td.text p {
	padding-left: 21px;
	background: url(/img/share/icn_alst.gif) no-repeat left 4px;
}
/*	各財団のリンク
----------------------------------------------------*/
.project_lineup ul {
	margin: 30px 0 0 -30px;
}

/*====================================================
	基本レイアウト
----------------------------------------------------*/
#header {
/*	width: 880px;*/
	position: relative;
	padding-top: 0;
}
#contents {
	width: auto;
	margin: 0 auto;
}
/*
#main {
	width: 630px;
	float: left;
}
*/
#sub {
	width: 230px;
	float: right;
}
/*	ヘッダ
--------------------------------------------------- */
#header {
	position: relative;
	margin-bottom: 30px;
}
#header_inr {
	margin: 0 auto;
	padding-top: 20px;
}
#header nav #gnv {
	display: none !important;
}
/*	フッター
--------------------------------------------------- */
#footer {
	background: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
}
#footerIn {
	background: none;
	width: auto;
	height: auto;
	display:none;
	padding: 0;
}
#footer p#copyright {
	position: relative;
	color: #4e4e4e;
	margin-bottom: 15px;
}
#footer #secret {
	display:none;
}
/*====================================================
	下階層ページ共通
----------------------------------------------------*/
body.second {
}
.second #page {
	width: 880px;
	margin: 0 auto;
}
.second #header {
	height: 118px;
	margin: 0 auto;
}
.second h2#category {
	width: 880px;
	height: 112px;
	background: url(/spaf-j/img/share/ctg_bck.jpg) no-repeat top left;
}
.second h2#category img {
	margin: 29px 0 0 18px;
}
/*	パンくず
--------------------------------------------------- */
ul#topicPath {
	width: 862px;
	margin: 0 0 23px;
	padding: 10px 0 8px 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 80%;
	background: url(/spaf-j/img/share/tpth_icn.gif) no-repeat 2px 11px;
}
ul#topicPath li {
	line-height: 1.2;
	float: left;
	padding: 0 10px 0 4px;
	background: url(/spaf-j/img/share/tpth_crs.gif) no-repeat right center;
}
ul#topicPath li.stay {
	background: none;
}
/*	左カラム　大見出し
--------------------------------------------------- */
.second #main h3 {
	width: 603px;
	height: 40px;
	line-height: 1.2;
	margin: -4px 0 27px;
	padding: 22px 0 0 27px;
	color: #00632e;
	font-size: 120%;
	background: url(/spaf-j/img/share/mn_hd_bck.gif) no-repeat left top;
}
/*	サイドナビ
--------------------------------------------------- */
.second .categoryNavi {
	width: 211px;
	padding: 6px;
	border: 3px solid #01813c;
}
.second .categoryNavi h2 {
	margin: 0 0 2px;
}
.second .categoryNavi ul li {
	margin: 0 1px;
	padding: 3px 0 4px;
	background: url(/spaf-j/img/share/ln_dtt.gif) repeat-x bottom left;
}
.second .categoryNavi ul li.lastChild {
	padding: 3px 0 0;
	background: none;
}
/*	ページトップへ戻る
--------------------------------------------------- */
#pageTop {
	display: none !important;
}
/*====================================================
	Ocean Newsletter
----------------------------------------------------*/
#contents .listBlock li:first-child {
	font-size: medium;
}