@charset "utf-8";

/* セクションブロック */
#contents div.section {
	margin-top: 1.5em;
	margin-bottom: 2em;
}

/* ケース1ブロック */
#contents div.case1 {
	background-color: #e6fde4;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 0.5em 0.5em;
}

/* ケース2ブロック */
#contents div.case2 {
	background-color: #e6f2ff;
	margin-bottom: 1em;
	padding: 0.5em 0.5em;
}

/* ケース3ブロック */
#contents div.case3 {
	background-color: #ffffdd;
	margin-bottom: 1em;
	padding: 0.5em 0.5em;
}

/* リードブロック */
#contents div.lead { margin-bottom: 1em; }

/* 見出し */
#contents h1:not(.h1_normal) {	/* 18a-01 */
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.8em;
	padding: 8px 15px 3px 15px;
	border-left: 7px solid #cc0000;
	border-bottom: 1px solid #cc3333;
}
#contents h1.h1_normal	{	/* 18a-01 */
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.8em;
}
#contents h1 img {
	display: block;
	margin-bottom: 0.5em;
}
#header h1 span.other_model,
#contents h1 span.other_model { font-size: 0.6em; }
#contents h2:not(.js_toggle):not(.h2_normal)	{	/* 18a-01 */
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 0.5em;
	padding: 5px 12px 3px 12px;
	border-left: 7px solid #cc0000;
}
#contents h2.h2_normal	{	/* 18a-01 */
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 0.5em;
}
#contents h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
#contents h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

/* 各要素下マージン */
#contents p, #contents ul, #contents ol, #contents dl, #contents table, #contents div.figure { margin-bottom: 0.5em; }

/* 見出し（非構造用） */
#contents p.headword {
	font-weight: bold;
	margin-top: 1em;
}
#contents p.headword2 {		/* 19a-02 */
	font-weight: bold;
	margin-top: 1.1em;
	margin-bottom: 1.0em;
}
#contents span.font_up11 {	/* 19a-02 */
	font-size: 1.1em;
}
#contents span.font_up12 {	/* 19a-02 */
	font-size: 1.2em;
}
#contents span.font_up13 {	/* 19a-02 */
	font-size: 1.3em;
}
#contents div.case1 > p.headword {
	font-size: 1.2em;
	margin-top: 0;
}
#contents div.case2 > p.headword {
	font-size: 1.2em;
	margin-top: 0;
}
#contents div.case3 > p.headword {
	font-size: 1.2em;
	margin-top: 0;
}

/* 重要リード文 */
#contents p.important_lead { color: #e16745; }

/* 順序なしリスト（汎用・ビュレットあり） */
#contents ul {
	list-style-type: disc;
	padding-left: 1.8em;
}
#contents ul ul { list-style-type: circle; }
#contents ul ul ul { list-style-type: square; }

/* 順序なしリスト（汎用・ビュレットなし） */
#contents ul.no_bullet {
	list-style: none;
	padding-left: 0;
}

/* リンクリスト */
#contents ul.link_list { list-style-image: url(common/i_arrow_trans.gif); }

/* 強調リンクリスト */
#contents ul.link_list_em {
	list-style-image: url(common/i_arrow_trans.gif); 
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

/* 目次（ボタン） */
#contents ul.toc_button {
	list-style: none;
	padding-left: 0;
}
#contents ul.toc_button li { margin-bottom: 0.5em; }
#contents ul.toc_button a {
	display: table;
	width: 96%;
	padding: 0.5em 2%;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0.1px #000000; /* Android2.3 */
	box-shadow: 1px 1px #000000;
}
#contents ul.toc_button a:hover {
	color: #ff6600;
	border-color: #000000;
}
#contents ul.toc_button span.toc_image {
	display: table-cell;
	width: 22%;
	padding-right: 2%;
	vertical-align: middle;
}
#contents ul.toc_button span.toc_image img { width: 100%; }
#contents ul.toc_button span.toc_title {
	display: table-cell;
	width: 76%;
	vertical-align: middle;
	font-weight: bold;
}

/* 目次（リスト） */
#contents ul.toc { list-style-image: url(common/arrow.gif); }
#contents ul.toc li,
#contents ul.toc li p { margin-bottom: 1em; }
#contents ul.toc li a { text-decoration: none; }
#contents ul.toc li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}
#contents ul.toc ul { list-style-image: url(common/bullet.gif); }
#contents ul.openclose_tree ul { list-style-image: url(common/bullet_s.gif); }
#contents ul.toc ul.openclose_tree { list-style-image: url(common/bullet_s.gif); }
#contents ul.toc ul li {
	font-size: 1em;
	font-weight: normal;
}
#contents ul.toc ul ul { list-style-image: url(common/square.gif); }
#contents ul.toc ul ul > li { font-size: 0.9em; }

/* 警告マーク */
#contents p.warning {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* 警告リスト */
#contents ul.warning_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	background-color: #ffffff;
}
#contents ul.warning_list ul { list-style-type: disc; }
#contents ul.warning_list ul { list-style-image: url(common/hyphen.gif); }	/* 19a-02 */
#contents ul.warning_list ul.link_list { list-style-image: url(common/i_arrow_trans.gif) !important;}	/* 19a-02 */

/* 注意マーク */
#contents p.caution {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* 注意リスト */
#contents ul.caution_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	border-top: 1px solid #cc3333;		/* 18a-01 */
	border-bottom: 1px solid #cc3333;	/* 18a-01 */
	background-color: #ffffff;		/* 18a-01 */
}
#contents ul.caution_list ul { list-style-type: disc; }
#contents ul.caution_list ul { list-style-image: url(common/hyphen.gif); }	/* 19a-02 */
#contents ul.caution_list ul.link_list { list-style-image: url(common/i_arrow_trans.gif) !important;}	/* 19a-02 */

/* 重要マーク */
#contents p.important {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* 重要リスト */
#contents ul.important_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
/*	border-top: 1px solid #cc3333;		18a-01 */
/*	border-bottom: 1px solid #cc3333;	18a-01 */
	background-color: #ffeeee;
}
#contents ul.important_list ul { list-style-type: disc; }
#contents ul.important_list ul { list-style-image: url(common/hyphen.gif); }	/* 19a-02 */
#contents ul.important_list ul.link_list { list-style-image: url(common/i_arrow_trans.gif) !important;}	/* 19a-02 */

/* 参考マーク */
#contents p.note {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* 参考リスト */
#contents ul.note_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
/*	border-top: 1px solid #0e1b3f;		18a-01 */
/*	border-bottom: 1px solid #0e1b3f;	18a-01 */
	background-color: #f4f5fa;
}
#contents ul.note_list ul { list-style-type: disc; }
#contents ul.note_list ul { list-style-image: url(common/hyphen.gif); }	/* 19a-02 */
#contents ul.note_list ul.link_list { list-style-image: url(common/i_arrow_trans.gif) !important;}	/* 19a-02 */

/* 基本マーク */
#contents span.basic {
	color: #ff6633;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: baseline;
}

/* 順序ありリスト（汎用・算用数字） */
#contents ol {
	list-style-type: decimal;
	margin-left: 2em;
}

/* 順序ありリスト（汎用・英大文字） */
#contents ol.upper-alpha {
	list-style-type: upper-alpha;
	margin-left: 2em;
}

/* 手順リスト（番号非表示） 20a-01 */
#contents div.step_list_one {
	margin-left: 0.5em;
	margin-top: 1em;
}
#contents div.step_list_one > p {
	font-weight: bold;
	font-size: 1.1em;
}
#contents div.step_list_one > p.step_sup {
	font-size: 1.0em;
	font-weight: normal;
}
#contents div.step_list_one > p.headword {
	font-size: 1.0em;
	font-weight: bold;
}
#contents div.step_list_one > ul.note_list > li > p.headword,		/* 20a-02 */
#contents div.step_list_one > ul.caution_list > li > p.headword,
#contents div.step_list_one > ul.important_list > li > p.headword,
#contents div.step_list_one > ul.warning_list > li > p.headword {
	font-weight: bold !important;
}
#contents div.step_list_one > ul > li > p,
#contents div.step_list_one > ul > li {
	font-weight: normal;
}

/* 手順リスト */
#contents ol.step_list { margin-left: 2.5em; }
#contents ol.step_list > li {
	font-size: 1.4em;
	margin-top: 1em;
	font-weight: bold;	/* 18a-01 */
}
#contents ol.step_list > li > ol.step_list > li {
	font-size: 0.9em;
	font-weight: bold;		/* 18a-02 */
}
#contents ol.step_list > li > ol.step_list > li > ol.step_list > li {
	font-weight: normal;		/* 18a-01 */
}
#contents ol.step_list > li > p {
	font-size: 0.8em;
	font-weight: bold;		/* 18a-01 JP=BOLD */
}
#contents ol.step_list > li > p.headword {
	font-size: 0.7em;
	font-weight: bold;		/* 18a-02 */
}
#contents ol.step_list > li > p.step_sup {
	font-size: 0.7em;
	font-weight: normal;		/* 18a-01 */
}
#contents ol.step_list > li > ol.step_list > li p  {
	font-weight: normal;		/* 18a-01 */
}
#contents ol.step_list > li > p.warning { font-size: 0.84em; }
#contents ol.step_list > li > p.caution { font-size: 0.84em; }
#contents ol.step_list > li > p.important { font-size: 0.84em; }
#contents ol.step_list > li > p.note { font-size: 0.84em; }
#contents ol.step_list > li p.warning,
#contents ol.step_list > li p.caution,
#contents ol.step_list > li p.important,
#contents ol.step_list > li p.note {
	font-weight: bold !important;		/* 18a-03 */
}
#contents ol.step_list > li > ol > li {
	font-size: 0.7em;
	font-weight: bold;		/* 18a-01 */
}
#contents ol.step_list > li > ol > li p,
#contents ol.step_list > li > ol > li ul {
	font-weight: normal;		/* 18a-02 */
}
#contents ol.step_list > li > ul > li {
	font-size: 0.7em;
	font-weight: normal;		/* 18a-01 */
}
#contents ol.step_list > li > dl { font-size: 0.7em; }
#contents ol.step_list > li > table { font-size: 0.65em; }
#contents ol.step_list > li dl dd {
	font-weight: normal;		/* 18a-02 */
}
#contents ol.step_list > li td {
	font-weight: normal;		/* 20a-01 */
}

/* 手順リスト（概略） */
#contents ol.outline_step_list {
	list-style: none;
	margin-left: 0;
}
#contents ol.outline_step_list > li {
	font-size: 1.2em;
	margin-top: 1em;
}
#contents ol.outline_step_list > li > p.headword { font-size: 0.8em; }
#contents ol.outline_step_list > li > p.step_sup { font-size: 0.8em; }
#contents ol.outline_step_list > li > p.warning { font-size: 0.96em; }
#contents ol.outline_step_list > li > p.caution { font-size: 0.96em; }
#contents ol.outline_step_list > li > p.important { font-size: 0.96em; }
#contents ol.outline_step_list > li > p.note { font-size: 0.96em; }
#contents ol.outline_step_list > li > ol > li { font-size: 0.8em; }
#contents ol.outline_step_list > li > ul > li { font-size: 0.8em; }
#contents ol.outline_step_list > li > dl { font-size: 0.8em; }
#contents ol.outline_step_list > li > table { font-size: 0.75em; }

#contents span.step_b { font-weight: bold; }	/* 19a-02 */

/* 手順番号 */
#contents ol.outline_step_list span.step_num {
	font-size: 0.8em;
	color: #000000;
	background-color: #eeeeee;
	border-width: 1px 1px 1px 5px;
	border-style: solid solid solid double;
	border-color: #000000;
	padding: 0.1em 0.5em;
	vertical-align: middle;
}

/* チェックリスト */
#contents ol.check_list {
	list-style: none;
	margin-left: 0;
}
#contents ol.check_list > li {
	font-size: 1.2em;
	margin-top: 1em;
}
#contents ol.check_list > li > p.headword { font-size: 0.8em; }
#contents ol.check_list > li > p.check_sup { font-size: 0.8em; }
#contents ol.check_list > li > p.warning { font-size: 0.96em; }
#contents ol.check_list > li > p.caution { font-size: 0.96em; }
#contents ol.check_list > li > p.important { font-size: 0.96em; }
#contents ol.check_list > li > p.note { font-size: 0.96em; }
#contents ol.check_list > li > ol > li { font-size: 0.8em; }
#contents ol.check_list > li > ul > li { font-size: 0.8em; }
#contents ol.check_list > li > dl { font-size: 0.8em; }
#contents ol.check_list > li > table { font-size: 0.75em; }

#contents ol.check_list ol.step_list > li,
#contents ol.check_list ol.step_list > li > p,
#contents ol.check_list ol.step_list > li > ol > li,
#contents ol.check_list ol.step_list > li > p.headword {
	font-weight: normal;		/* 18a-02 */
}

#contents ol.check_list > li > ol.step_list > li { font-size: 1.2em; }		/* 19s-01 */
#contents ol.check_list > li > ul > li > p.headword {  font-size: 1.2em; }	/* 19s-01 */

/* チェック番号 */
#contents span.check_num {
	font-size: 0.8em;
	color: #ffffff;
	background-color: #445577;
	padding: 0.2em 1em;
	vertical-align: middle;
}

/* 説明のみ 18a-01 */
#contents p.exonly_n	{
	font-weight: normal !important;	/* 19a-01 */
}
#contents li.exonly_n	{
	font-weight: normal !important;	/* 18a-02 */
}
#contents p.exonly_b	{
	font-weight: bold !important;	/* 19a-01 */
}
#contents li.exonly_b	{
	font-weight: bold !important;	/* 18a-02 */
}
#contents p.exonly_b span.exonly_n	{
	font-weight: normal !important;	/* 19a-01 */
}
#contents p.exonly_n span.exonly_b	{
	font-weight: bold !important;	/* 19a-01 */
}

/* 定義リスト（汎用） */
#contents dl dt { font-weight: bold; }
#contents dl dd {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

/* テーブル（汎用） */
#contents table { font-size: 0.9em; }
#contents table th, #contents table td { padding: 0.3em; }
#contents table th { background-color: #eeeeee; }
#contents table td { background-color: #ffffff; }

/* テーブル（汎用、ボーダーあり） */
#contents table.border {
	border: 1px solid #000000;
	border-collapse: collapse;
}
#contents table.border th, #contents table.border td { border: 1px solid #000000; }

/* テーブル（汎用、ボーダーなし） */
#contents table.none { border: 0; }
#contents table.none th, #contents table.none td { border: 0; }

/* テーブル（汎用、ボーダーなし＋間隔なし） */
#contents table.none_spacing0 { border: 0; border-spacing: 0; }

/* テーブル（汎用、文字前方寄せ） */
#contents table.h_forward th, #contents table.d_forward td { text-align: left; }

/* テーブル（汎用、文字左右中央寄せ） */
#contents table.h_center th, #contents table.d_center td { text-align: center; }

/* テーブル（汎用、文字後方寄せ） */
#contents table.h_back th, #contents table.d_back td { text-align: right; }

/* テーブル（汎用、文字上寄せ） */
#contents table.h_top th, #contents table.d_top td { vertical-align: top; }

/* テーブル（汎用、文字上下中央寄せ） */
#contents table.h_middle th, #contents table.d_middle td { vertical-align: middle; }

/* テーブル（汎用、文字下寄せ） */
#contents table.h_bottom th, #contents table.d_bottom td { vertical-align: bottom; }

/* セル（汎用、文字前方寄せ） */
#contents table th.forward, #contents table td.forward { text-align: left; }

/* セル（汎用、文字左右中央寄せ） */
#contents table th.center, #contents table td.center { text-align: center; }

/* セル（汎用、文字後方寄せ） */
#contents table th.back, #contents table td.back { text-align: right; }

/* セル（汎用、文字上寄せ） */
#contents table th.top, #contents table td.top { vertical-align: top; }

/* セル（汎用、文字上下中央寄せ） */
#contents table th.middle, #contents table td.middle { vertical-align: middle; }

/* セル（汎用、文字下寄せ） */
#contents table th.bottom, #contents table td.bottom { vertical-align: bottom; }

/* データセル背景色透過 */
#contents table.d_bg_transparent td { background-color: transparent; }

/* データセル内見出し */
#contents table td span.headword { font-weight: bold; }

/* 回り込みブロック */
#contents div.wraparound:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* 図表ブロック（区別） */
#contents div.figure_distinction {
	margin-top: 2.5em;
	margin-bottom: 3em;
}

/* 図表 */
#contents div.figure img, #contents div.figure_distinction img { max-width: 100%; }
#contents div.wraparound div.figure {
	float: left;
	margin-right: 0.5em;
}

/* 強調 */
#contents strong {
	font-weight: bold;
	text-decoration: underline;
}

/* アンサーアイコン */
#contents div.answer_icon {
	border-top: 1px solid #cccccc;
	padding-top: 1em;
	margin-bottom: 0.5em;
}

/* 折りたたみ */
#contents div.fold_section {
	background: #ffffff;
	border: 1px solid #afafaf;
	-webkit-box-shadow: 1px 1px 3px #000000; /* Android2.3 */
	box-shadow: 1px 1px 3px #000000;
	margin-bottom: 0.5em;
}
#contents .js_fold_open_jsoff,
#contents .js_fold_close_jsoff,
#contents .fold_button_open,
#contents .fold_button_close {
	background: #f9f9f9;
	padding: 0.5em;
	margin: 0 !important;
}
#contents .fold_button_open a,
#contents .fold_button_close a {
	display: block;
	color: #000000;
	text-decoration: none;
	outline: none;
}
#contents .fold_button_open a:before {
	content: url(common/minus.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}
#contents .fold_button_close a:before {
	content: url(common/plus.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}
#contents div.fold_area { padding: 1em; }

#contents .js_fold_open_jsoff,		/* JS-OFFの場合に必要 */
#contents .js_fold_close_jsoff,
#contents .js_fold_open_button,
#contents .js_fold_close_button {
	background: #f9f9f9;
	padding: 0.5em;
	margin: 0 !important;
}
#contents .js_fold_open_button a,
#contents .js_fold_close_button a {
	display: block;
	color: #000000;
	text-decoration: none;
	outline: none;
}
#contents .js_fold_open_button a:before {
	content: url(common/minus.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}
#contents .js_fold_close_button a:before {
	content: url(common/plus.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}
#contents div.js_fold_area_jsoff {
	display: block;
	padding: 1em;
}
#contents div.js_fold_open_area {
	display: block;
	padding: 1em;
}
#contents div.js_fold_close_area {
	display: none;
	padding: 1em;
}

/* 部分開閉（基本・応用「もっと見る...」）*/
#contents div.s_more_section {
	margin-left: 0.3em;
	margin-bottom: 1.0em;
}

#contents .js_s_more_open_jsoff,		/* JS-OFFの場合に必要 */
#contents .js_s_more_close_jsoff,
#contents .js_s_more_open_button,
#contents .js_s_more_close_button {
	padding-bottom: 0.0em;
/*	margin: 0 !important;	*/
	margin: 0;
}

#contents h2.js_s_more_open_jsoff,
#contents h2.js_s_more_close_jsoff,
#contents h2.js_s_more_open_button,
#contents h2.js_s_more_close_button {
	font-weight: bold;
	font-size: 1.2em;
	margin-left: -6px;
}

#contents h3.js_s_more_open_jsoff,
#contents h3.js_s_more_close_jsoff,
#contents h3.js_s_more_open_button,
#contents h3.js_s_more_close_button {
	font-weight: normal;
	font-size: 1.0em;
	margin-left: -6px;
}
#contents h4.js_s_more_open_jsoff,
#contents h4.js_s_more_close_jsoff,
#contents h4.js_s_more_open_button,
#contents h4.js_s_more_close_button {
	font-weight: normal;
	font-size: 0.9em;
	margin-left: -2px;
}

#contents p.js_s_more_open_jsoff,
#contents p.js_s_more_close_jsoff,
#contents p.js_s_more_open_button,
#contents p.js_s_more_close_button {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	margin-left: -4px;
}
#contents ul.toc p.js_s_more_open_jsoff,
#contents ul.toc p.js_s_more_close_jsoff,
#contents ul.toc p.js_s_more_open_button,
#contents ul.toc p.js_s_more_close_button {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.2;
	margin-left: -2px;
}
#contents ul.toc ul.toc p.js_s_more_open_jsoff,
#contents ul.toc ul.toc p.js_s_more_close_jsoff,
#contents ul.toc ul.toc p.js_s_more_open_button,
#contents ul.toc ul.toc p.js_s_more_close_button {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.2;
	margin-left: 2px;
}
#contents .js_s_more_open_button a,
#contents .js_s_more_close_button a {
	color: #0000cc;
	text-decoration: none;
}
#contents .js_s_more_open_button a:before {
	content: url(common/open.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}
#contents .js_s_more_close_button a:before {
	content: url(common/close.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}

#contents .js_s_more_open_button a:hover { color: #ff6600; }
#contents .js_s_more_close_button a:hover { color: #ff6600; }

#contents div.js_s_more_area {
	margin-left: -0.3em;
	margin-top: 1.0em;
}

#contents div.js_s_more_area_jsoff {
	display: block;
	margin-left: -0.3em;
	margin-top: 1.0em;
}
#contents div.js_s_more_open_area {
	display: block;
	margin-left: -0.3em;
	margin-top: 1.0em;
}
#contents div.js_s_more_close_area {
	display: none;
	margin-left: -0.3em;
	margin-top: 1.0em;
}

/* インク購入ボタン */
#contents ul.eid_link {
	list-style: none;
	margin: 1em 0;
	padding-left: 0;
}
#contents ul.eid_link li a {
	display: block;
	padding: 0.5em 2em;
	color: #000000;		/* 19a-03 */
	text-decoration: none;
	text-align: center;
	background: #ff6600;	/* 19a-03 */
	border-radius: 0.5em;
}
#contents ul.eid_link li a:hover {
	color: #ffffff;		/* 19a-03 */
	border-color: #ffffff;	/* 19a-03 */
	border-radius: 0.5em;
}

/* 改行幅 20s-01 */
#contents .linefeed_ws {
	margin-bottom: 1em !important;
}
#contents .linefeed_wm {
	margin-bottom: 1.5em !important;
}
#contents .linefeed_wl {
	margin-bottom: 2em !important;
}

/* 2段組みレイアウト 21s-02 */
#contents div.two_columns {
	margin-bottom: 0.5em;
	font-size: 1.0em;
}

#contents ol.step_list > li > div.two_columns	{
	font-size: 0.72em;
}

#contents ul.toc > li > div.two_columns,
#contents ol.check_list > li > div.two_columns,
#contents ol.outline_step_list > li > div.two_columns,
#contents ol.outline_step_list > li > ul > div.two_columns {
	font-size: 0.83em;
}

#contents ul.link_list_em > div.two_columns {
	font-size: 0.77em;
}

#contents div.two_columns div.figure {
	text-align: center;
}

#contents div.two_columns div.description {
	font-weight: normal;
}

#contents div.two_columns div.figure p.fig_caption {
	font-weight: normal;
}

#contents div.two_columns:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* 各ソフトガイドページ用ダウンロードボタン（コンテンツ部分用） */
#contents div.soft_dl_button {		/* 余白大 */
	padding: 0.5em 1.4em;
}
#contents div.soft_dl_button_alt {	/* 余白小 */
	padding: 0.5em 0.7em;
}
#contents p.software_dl_button a {
	display: inline-block;
	padding: 0.5em 1.3em;
	color: #686868;
	text-decoration: none;
	background-color: #f0f0f0;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #808080;
}
#contents p.software_dl_button a img {
	vertical-align: middle;
	padding-right: 0.3em;
	max-width: 30px;
}
#contents p.software_dl_button a:hover {
	background-color: #e6e6e6;
}













@media screen and (min-width: 480px) {

	/* 2段組みレイアウト 21s-02 */
	#contents div.two_columns div.figure {
		float: left;
		width: 28%;
		margin-right: 4%;
		text-align: center;
	}
	#contents div.two_columns div.description {
		float: left;
		width: 66%;
	}

	/* セクションブロック */
	#contents div.section { margin-left: 1em; }

	/* 目次（ボタン） */
	#contents ul.toc_button li {
		display: inline-block;
		width: 45%;
		margin: 0 2% 1em 2%;
		vertical-align: top;
	}
	#contents ul.toc_button li a {
		display: block;
	}
	#contents ul.toc_button span.toc_image {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
	#contents ul.toc_button span.toc_image img { width: auto; }
	#contents ul.toc_button span.toc_title {
		display: block;
		width: auto;
		margin: 5px;
		text-align: center;
	}

	/* インク購入ボタン */
	#contents ul.eid_link li {
		text-align: center;
	}
	#contents ul.eid_link li a {
		display: inline-block;
		min-width: 20em;
	}

	#contents ol.outline_step_list > li {	/* 19a-02 */
		margin-left: 1.5em;
	}
	#contents ol.outline_step_list span.step_num {	/* 19a-02 */
		margin-left: -1.4em;
	}

	/* 部分開閉（基本・応用）＋－ボタン位置調整 */
	#contents h2.js_s_more_open_jsoff,
	#contents h2.js_s_more_close_jsoff,
	#contents h2.js_s_more_open_button,
	#contents h2.js_s_more_close_button {
		margin-left: -2px;
	}
	#contents h3.js_s_more_open_jsoff,
	#contents h3.js_s_more_close_jsoff,
	#contents h3.js_s_more_open_button,
	#contents h3.js_s_more_close_button {
		margin-left: -2px;
	}
	#contents h4.js_s_more_open_jsoff,
	#contents h4.js_s_more_close_jsoff,
	#contents h4.js_s_more_open_button,
	#contents h4.js_s_more_close_button {
		margin-left: 2px;
	}
	#contents p.js_s_more_open_jsoff,
	#contents p.js_s_more_close_jsoff,
	#contents p.js_s_more_open_button,
	#contents p.js_s_more_close_button {
		margin-left: -2px;
	}
	#contents ul.toc p.js_s_more_open_jsoff,
	#contents ul.toc p.js_s_more_close_jsoff,
	#contents ul.toc p.js_s_more_open_button,
	#contents ul.toc p.js_s_more_close_button {
		margin-left: 2px;
	}
	#contents ul.toc ul.toc p.js_s_more_open_jsoff,
	#contents ul.toc ul.toc p.js_s_more_close_jsoff,
	#contents ul.toc ul.toc p.js_s_more_open_button,
	#contents ul.toc ul.toc p.js_s_more_close_button {
		margin-left: 5px;
	}
}

@media screen and (min-width: 800px) {

	/* 部分開閉（基本・応用）＋－ボタン位置調整 */
	#contents h2.js_s_more_open_jsoff,
	#contents h2.js_s_more_close_jsoff,
	#contents h2.js_s_more_open_button,
	#contents h2.js_s_more_close_button {
		margin-left: 0px;
	}
	#contents h3.js_s_more_open_jsoff,
	#contents h3.js_s_more_close_jsoff,
	#contents h3.js_s_more_open_button,
	#contents h3.js_s_more_close_button {
		margin-left: 0px;
	}
	#contents h4.js_s_more_open_jsoff,
	#contents h4.js_s_more_close_jsoff,
	#contents h4.js_s_more_open_button,
	#contents h4.js_s_more_close_button {
		margin-left: 4px;
	}
	#contents p.js_s_more_open_jsoff,
	#contents p.js_s_more_close_jsoff,
	#contents p.js_s_more_open_button,
	#contents p.js_s_more_close_button {
		margin-left: 2px;
	}
	#contents ul.toc p.js_s_more_open_jsoff,
	#contents ul.toc p.js_s_more_close_jsoff,
	#contents ul.toc p.js_s_more_open_button,
	#contents ul.toc p.js_s_more_close_button {
		margin-left: 5px;
	}
	#contents ul.toc ul.toc p.js_s_more_open_jsoff,
	#contents ul.toc ul.toc p.js_s_more_close_jsoff,
	#contents ul.toc ul.toc p.js_s_more_open_button,
	#contents ul.toc ul.toc p.js_s_more_close_button {
		margin-left: 8px;
	}
}
@media print {
	/* セクションブロック */
	#contents div.section { margin-left: 1em; }

	/* ケース1ブロック */
	#contents div.case1 { border: 2px solid #e6fde4; }

	/* ケース2ブロック */
	#contents div.case2 { border: 2px solid #e6f2ff; }

	/* ケース3ブロック */
	#contents div.case3 { border: 2px solid #ffffdd; }

	/* チェック番号 */
	#contents ol.check_list span.check_num { border: 1px solid #445577; }

	/* 見出し */
	#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6 { page-break-after: avoid; }

	/* 見出し（非構造用） */
	#contents p.headword { page-break-after: avoid; }

	/* 目次（ボタン） */
	#contents ul.toc_button li {
		display: inline-block;
		width: 45%;
		margin: 0 4% 1em 0;    /* 印刷時は左寄せ */
		vertical-align: top;
	}
	#contents ul.toc_button li a {
		display: block;
	}
	#contents ul.toc_button span.toc_image {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
	#contents ul.toc_button span.toc_image img { width: auto; }
	#contents ul.toc_button span.toc_title {
		display: block;
		width: auto;
		margin: 5px;
		text-align: center;
	}

	/* インク購入ボタン */
	#contents ul.eid_link li {
		text-align: center;
	}
	#contents ul.eid_link li a {
		display: inline-block;
		min-width: 20em;
	}

	/* 警告マーク */
	#contents p.warning { page-break-after: avoid; }

	/* 注意マーク */
	#contents p.caution { page-break-after: avoid; }

	/* 重要マーク */
	#contents p.important { page-break-after: avoid; }

	/* 参考マーク */
	#contents p.note { page-break-after: avoid; }

	/* 定義語 */
	#contents dl dt { page-break-after: avoid; }

	/* 部分開閉（基本・応用）＋－ボタン位置調整 */
	#contents h2.js_s_more_open_jsoff,
	#contents h2.js_s_more_close_jsoff,
	#contents h2.js_s_more_open_button,
	#contents h2.js_s_more_close_button {
		margin-left: 0px;
	}
	#contents h3.js_s_more_open_jsoff,
	#contents h3.js_s_more_close_jsoff,
	#contents h3.js_s_more_open_button,
	#contents h3.js_s_more_close_button {
		margin-left: 0px;
	}
	#contents h4.js_s_more_open_jsoff,
	#contents h4.js_s_more_close_jsoff,
	#contents h4.js_s_more_open_button,
	#contents h4.js_s_more_close_button {
		margin-left: 4px;
	}
	#contents p.js_s_more_open_jsoff,
	#contents p.js_s_more_close_jsoff,
	#contents p.js_s_more_open_button,
	#contents p.js_s_more_close_button {
		margin-left: 0px;
	}
	#contents ul.toc p.js_s_more_open_jsoff,
	#contents ul.toc p.js_s_more_close_jsoff,
	#contents ul.toc p.js_s_more_open_button,
	#contents ul.toc p.js_s_more_close_button {
		margin-left: 5px;
	}
	#contents ul.toc ul.toc p.js_s_more_open_jsoff,
	#contents ul.toc ul.toc p.js_s_more_close_jsoff,
	#contents ul.toc ul.toc p.js_s_more_open_button,
	#contents ul.toc ul.toc p.js_s_more_close_button {
		margin-left: 8px;
	}
}
