/* ★基本設定★ */

/* ☆ボディ設定 ☆ */
body { font-size:100%; font-family: Arial, Verdana, Helvetica }

/* ☆基本テキスト設定 ☆ */
p, div { font-size: 100% }
ol, ul, li, dl, dt, dd { font-size: 100% }
td, tr   { font-size: 100% }
th { font-weight: bold; font-size: 14px }
caption { font-weight: bold; font-size:14px; line-height: 120% }
b, i, u { font-size: 100% }
sup, sub { font-size: 80% }
form, input, label { font-size:14px }
img  { vertical-align: middle }

/* ☆ブロック設定☆ ※tdで設定 */
.header { }
.navi_main { }
.main { }
.footer { }
.skip { display: none }

/* ★トップ・共通項目★ */

/* ☆カテゴリ別☆ ※divで設定 */
/* 発行情報（トップページ） */
.issue  { font-size: 100%; font-weight: bold }
/* ナックナンバー一覧用 */
.backnumber { font-size: 14px }

/* 文章 */
.text { font-size:100%; line-height: 160% }

/* レイアウト関連 ※divで設定 */
.issn { font-size:12px }
.copyright  { font-size: 12px }
.plugin { font-size:12px }
.fulltextpdf { font-size:14px }
.location { font-size:12px }

/* レイアウト詳細 ※pで設定 */
.information  { font-size: 14px; line-height: 140% }

/* レイアウト詳細 ※spanで設定 */
.date  { color: #cc3300 }
.link_layout { font-size:14px }


/* ★論文以外★ */

/* タイトル */
.page_title  { font-size: 100%; font-weight: bold }
/* h1 { color: #000000; font-weight: bold; line-height: 120% } */
/* サブタイトル */
h2 { color: #000000; font-weight: bold; line-height: 120% }
/* 見出し1 */
.midashi_1 { color: #0066cc; font-weight: bold }
/* h3 { color: #000000; font-weight: bold; line-height: 120% } */
/* 見出し2 */
h4 { font-weight: bold; line-height: 120% }

/* ☆通常文書内の上付き下付き☆ ※spanで設定 */
/* 論文情報では使用しないこと */
.sup { vertical-align: super; font-size:80% }
.sub { vertical-align: sub; font-size:80% }


/* ★論文★ */

/* ☆内容別設定☆  ※divで設定 */
/* 目次 */
.toc { font-size:100%; line-height: 140% }
/* 検索 */
.search { font-size:14px; line-height: 140% }
/* 検索結果 */
.result { font-size:100%; line-height: 140% }
/* 2次情報 */
.abstract { font-size:100%; line-height: 140% }

/* 論文情報  ※目次・検索結果ではpで設定・2次情報ではdivに設定 */
.article { font-size:100%; line-height: 140% }

/* ☆内容詳細設定☆ ※spanで設定 */
/* 発行年月日巻号 */
.release { font-size:14px }
/* 特集 */
.colle_title { color: #000000 }
/* カテゴリ（論文種） */
.publication_type { color: #0066cc; font-weight: bold }
/* 論文タイトル */
.article_title { color: #000000; font-weight: bold }
/* 所属 */
.affiliation { }
/* 著者 */
.author { }
/* 要旨・抄録 */
.abstract { }
/* キーワード */
.keyword { }
/* 別刷請求先 */
.corresponding { }
/* 受理日 */
.received { }
/* 別刷請求先 */
.accepted { }

/* カテゴリの見出し ※spanで設定※ */
.hw { font-weight: bold; line-height: 140% }

/* Online Submission */
.Submission_box{
	width:530px;
	text-align:center;
	margin:20px auto;
	padding:15px 0;
	background-color:#EEEEEE;
}

.Submission_box img{
	border:0;
}

.Submission_box p{
	font-size:12px;
}


