.RH-LAYOUT-CENTERPANEL-topic-box{
	font-family: "Helvetica Neue",
    "Arial",
/*
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
*/
    sans-serif;
	font-size: medium;
	line-height: 1.5;
	line-break: strict;
	background-color: #ffffff;
}
/*-------見出し-------*/
.RH-LAYOUT-CENTERPANEL-topic-box h1, .RH-LAYOUT-FOOTER-container h1 {
	border-bottom: #b33b69 1px solid;
	margin-bottom: 0.5em;
	font-size: x-large;
	font-weight: normal;
	vertical-align: middle;
}
.RH-LAYOUT-CENTERPANEL-topic-box h2, .RH-LAYOUT-FOOTER-container h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #b33b69;
	margin-top: 1.8em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	border-bottom: #d8d8d8 2px solid;
	line-height: 1.3;
}

.RH-LAYOUT-CENTERPANEL-topic-box h3, .RH-LAYOUT-FOOTER-container h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #b33b69;
	margin-top: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
}
.RH-LAYOUT-CENTERPANEL-topic-box h4, .RH-LAYOUT-FOOTER-container h4 {
	font-size: 1em;
	font-weight: bold;
	color: #b33b69;
	margin: 1.5em 0.5em 0 1.5em;
	padding: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box h5, .RH-LAYOUT-FOOTER-container h5 {
	font-size: 1em;
	margin: 1.5em 0.5em 0 0.5em;
	padding: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box h5:before, .RH-LAYOUT-FOOTER-container h5:before {
	content: "◆";
	color: #b33b69;
	margin-right: 3px;
}

/* 本文 */
.RH-LAYOUT-CENTERPANEL-topic-box p, .RH-LAYOUT-FOOTER-container p {
	margin-top: 0.5em;
	margin-right: 2em;
	margin-left: 1em;
	margin-bottom: 0;
	padding: 0;
}

/* 本文箇条書き */
.RH-LAYOUT-CENTERPANEL-topic-box ul.body_ul1, .RH-LAYOUT-FOOTER-container ul.body_ul1 {
	margin-top: 0.2em;
	list-style-type: disc;
	padding-left: 2em;
	margin-left: 1em;
	font-weight: normal;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.body_ul1 > li, .RH-LAYOUT-FOOTER-container ul.body_ul1 > li {
	padding-bottom: 0.6em;
	padding-left: 0.5em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.body_ul2, .RH-LAYOUT-FOOTER-container ul.body_ul2 {
	margin: 0.2em 0 0 1.3em;
	padding-left: 0.5em;
	list-style-type: circle;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.body_ul2 > li, .RH-LAYOUT-FOOTER-container ul.body_ul2 > li {
	padding-bottom: 0.3em;

	/* 手順箇条書き */
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.ope_ul1, .RH-LAYOUT-FOOTER-container ul.ope_ul1 {
	margin-top: 0.2em;
	list-style-type: disc;
	padding-left: 1em;
	margin-left: 0;
	font-weight: normal;
	text-indent: 0;
}

/* リンク文字列 */
.RH-LAYOUT-CENTERPANEL-topic-box a:visited, .RH-LAYOUT-FOOTER-container a:visited {
	color: #421728;
	text-decoration: underline;
}
.RH-LAYOUT-CENTERPANEL-topic-box a:link, .RH-LAYOUT-FOOTER-container a:link {
	color: #333333;
	text-decoration: underline;
}

.RH-LAYOUT-CENTERPANEL-topic-box a:hover, .RH-LAYOUT-FOOTER-container a:hover {
	color: #b33b69;
	text-decoration: underline;
}

.RH-LAYOUT-CENTERPANEL-topic-box a:active, .RH-LAYOUT-FOOTER-container a:active {
	color: #333333;
}

.RH-LAYOUT-CENTERPANEL-topic-box .h2link:visited, .RH-LAYOUT-FOOTER-container .h2link:visited {
	color: #421728;
	text-decoration: underline;
}
.RH-LAYOUT-CENTERPANEL-topic-box .h2link:link, .RH-LAYOUT-FOOTER-container .h2link:link {
	color: #b33b69;
	text-decoration: underline;
}

.RH-LAYOUT-CENTERPANEL-topic-box .h2link:hover, .RH-LAYOUT-FOOTER-container .h2link:hover {
	color: #333333;
	text-decoration: underline;
}

.RH-LAYOUT-CENTERPANEL-topic-box .h2link:active, .RH-LAYOUT-FOOTER-container .h2link:active {
	color: #333333;
}

/* 画像 */
.RH-LAYOUT-CENTERPANEL-topic-box img, .RH-LAYOUT-FOOTER-container img {
	max-width: 90%;
	vertical-align: middle;
	padding-bottom: 0.2em;
}

/*-------操作手順-------*/
/* 手順 */
.RH-LAYOUT-CENTERPANEL-topic-box ol.operation, .RH-LAYOUT-FOOTER-container ol.operation {
	counter-reset: num;
	list-style-type: none;
	margin-top: 1em;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: 2em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ol.operation > li, .RH-LAYOUT-FOOTER-container ol.operation > li {
	text-indent: -2em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 2em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ol.operation > li:before, .RH-LAYOUT-FOOTER-container ol.operation > li:before {
	counter-increment: num;
	content: counter(num) ". ";
	font-size: x-large;
	font-weight: normal;
	color: #b33b69;
}
/* サブ手順 */
.RH-LAYOUT-CENTERPANEL-topic-box ol.sub_operation, .RH-LAYOUT-FOOTER-container ol.sub_operation {
	padding: 0;
	margin: 0;
	counter-reset: sub-num;
	list-style-type: none;
}
.RH-LAYOUT-CENTERPANEL-topic-box ol.sub_operation > li, .RH-LAYOUT-FOOTER-container ol.sub_operation > li {
	position: relative;
	font-size: 1em;
	font-weight: normal;
	text-indent: 0;
	padding-left: 2.2em;
	line-height: 1.5;
}
.RH-LAYOUT-CENTERPANEL-topic-box ol.sub_operation > li:not(:first-child), .RH-LAYOUT-FOOTER-container ol.sub_operation > li:not(:first-child) {
	margin-top: 0.7em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ol.sub_operation > li::before, .RH-LAYOUT-FOOTER-container ol.sub_operation > li::before {
	counter-increment: sub-num;
	content: counter(sub-num);
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	background-color: #b33b69;
	border: 1px solid #b33b69;
	box-sizing: border-box;
	border-radius: 50%;
	height: 1.5em;
	width: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0.5em;
}
/* 手順結果文 */
.RH-LAYOUT-CENTERPANEL-topic-box div.result, .RH-LAYOUT-FOOTER-container div.result {
	text-indent: 0;
	font-weight: normal;
	font-size: medium;
	padding-left: 0;
	margin: 0;
}
/*サブ手順の中にある場合*/
.RH-LAYOUT-CENTERPANEL-topic-box div.result_sub, .RH-LAYOUT-FOOTER-container div.result_sub {
	text-indent: 0;
	font-weight: normal;
	font-size: medium;
	padding-left: 2.5em;
	margin: 0;
}

/* 手順場合分け */
.RH-LAYOUT-CENTERPANEL-topic-box div.case, .RH-LAYOUT-FOOTER-container div.case {
	font-weight: bold;
	font-size: medium;
	padding: 0.5em 0 0.2em 2em;
	margin-top: 1em;
}
.RH-LAYOUT-CENTERPANEL-topic-box div.case::before, .RH-LAYOUT-FOOTER-container div.case::before {
	content: "■";
	color: #b33b69;
	font-size: 1.2em;
	line-height: 1;
}

/*-------TABLE-------*/
.RH-LAYOUT-CENTERPANEL-topic-box table, .RH-LAYOUT-FOOTER-container table {
	border-collapse: collapse;
	margin-top: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
/* 列見出し */
.RH-LAYOUT-CENTERPANEL-topic-box th, .RH-LAYOUT-FOOTER-container th {
	padding: 0.3em;
	border: 1px solid #8c8c8c;
	text-align: center;
	background-color: #d8d8d8;
	color: #000000;
	font-weight: normal;
}
.RH-LAYOUT-CENTERPANEL-topic-box td, .RH-LAYOUT-FOOTER-container td {
	padding: 0.3em;
	border: 1px solid #8c8c8c;
	font-weight: normal;
}
/* 行見出し */
.RH-LAYOUT-CENTERPANEL-topic-box td.row-th, .RH-LAYOUT-FOOTER-container td.row-th {
	background-color: #ededed;
	color: #000000;
}
/* 箇条書き */
.RH-LAYOUT-CENTERPANEL-topic-box ul.td_ul1, .RH-LAYOUT-FOOTER-container ul.td_ul1 {
	padding: 0.2em 0 0 1.3em;
	margin: 0;
	list-style-type: disc;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.td_ul1 > li, .RH-LAYOUT-FOOTER-container ul.td_ul1 > li {
	padding-bottom: 0.6em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.td_ul2, .RH-LAYOUT-FOOTER-container ul.td_ul2 {
	padding: 0.2em 0 0 1.3em;
	margin-left: 0.6em;
	list-style-type: disc;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.td_ul2 > li, .RH-LAYOUT-FOOTER-container ul.td_ul2 > li {
	padding-bottom: 0.3em;
}

/* 画面UI */
.RH-LAYOUT-CENTERPANEL-topic-box div.ui-name, .RH-LAYOUT-FOOTER-container div.ui-name {
	font-weight: bold;
	padding-top: 1em;
	padding-left: 0.3em;
}
.RH-LAYOUT-CENTERPANEL-topic-box div.ui-name::before, .RH-LAYOUT-FOOTER-container div.ui-name::before {
	content: "●";
	font-weight: normal;
	color: #b33b69;
	font-size: 1.2em;
	text-align: center;
	margin-right: 2px;
}
/* 画面UI説明文 */
.RH-LAYOUT-CENTERPANEL-topic-box div.ui-body, .RH-LAYOUT-FOOTER-container div.ui-body {
	padding: 0.2em 0 0 1.3em;
}

/* 脚注 */
.RH-LAYOUT-CENTERPANEL-topic-box ul.table-note, .RH-LAYOUT-FOOTER-container ul.table-note {
	font-weight: normal;
	list-style-type: none;
	counter-reset: note-num;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.table-note > li::before, .RH-LAYOUT-FOOTER-container ul.table-note > li::before {
	counter-increment: note-num;
	content: "*" counter(note-num) ": ";
	line-height: 1;
	text-align: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.table-note > li:nth-child(-n + 9), .RH-LAYOUT-FOOTER-container ul.table-note > li:nth-child(-n + 9) {
	font-size: 0.85em;
	padding: 0 1em 0 1em;
	text-indent: -2.5em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.table-note > li:nth-child(n + 10), .RH-LAYOUT-FOOTER-container ul.table-note > li:nth-child(n + 10) {
	font-size: 0.85em;
	padding: 0 1em 0 1em;
	text-indent: -3em;
}

.RH-LAYOUT-CENTERPANEL-topic-box ul.table-note > li:nth-child(1), .RH-LAYOUT-FOOTER-container ul.table-note > li:nth-child(1) {
	margin-top: -0.5em;
}

/*-------注記・補足・参照-------*/
/* 注記 */
.RH-LAYOUT-CENTERPANEL-topic-box p.imp_icon, .RH-LAYOUT-FOOTER-container p.imp_icon {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	line-height: 0;
}

.RH-LAYOUT-CENTERPANEL-topic-box p.imp_icon::before, .RH-LAYOUT-FOOTER-container p.imp_icon::before {
	background-color: #ffffff;
	font-size: 0.9em;
	border: thin solid #205ca1;
	color: #205ca1;
	content: "Quan trọng";
	line-height: 1.25;
	margin-top: 1em;
	margin-bottom: 1px;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-radius: 4px;
	border-color: #205ca1;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 2em;
	width: 6.5em;
}

.RH-LAYOUT-CENTERPANEL-topic-box p.imp_body, .RH-LAYOUT-FOOTER-container p.imp_body {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 0 0 1.5em;
	padding: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.imp_ul1, .RH-LAYOUT-FOOTER-container ul.imp_ul1 {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 0 0 3em;
	padding: 0;
	list-style-type: disc;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.imp_ul2, .RH-LAYOUT-FOOTER-container ul.imp_ul2 {
	font-size: 1em;
	font-weight: bold;
	list-style-type: circle;
	margin-left: -1em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.imp_ul1 > li, .RH-LAYOUT-FOOTER-container ul.imp_ul1 > li {
	padding-bottom: 0.5em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.imp_ul2 > li, .RH-LAYOUT-FOOTER-container ul.imp_ul2 > li {
	padding-bottom: 0.3em;
}

/*手順の中にある場合*/
.RH-LAYOUT-CENTERPANEL-topic-box p.imp_icon_sub, .RH-LAYOUT-FOOTER-container p.imp_icon_sub {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	line-height: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box p.imp_icon_sub::before, .RH-LAYOUT-FOOTER-container p.imp_icon_sub::before {
	background-color: #ffffff;
	font-size: 0.9em;
	border: thin solid #205ca1;
	color: #205ca1;
	content: "Quan trọng";
	line-height: 1.25;
	margin-top: 1em;
	margin-bottom: 1px;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 2.5em;
	border-radius: 4px;
	border-color: #205ca1;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 6.5em;
	text-align: center;
	font-weight: normal;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.imp_ul1_sub, .RH-LAYOUT-FOOTER-container ul.imp_ul1_sub {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 0 0 3em;
	padding: 0;
	list-style-type: disc;
	text-indent: 0;
}

/* 補足 */
.RH-LAYOUT-CENTERPANEL-topic-box p.tip_icon, .RH-LAYOUT-FOOTER-container p.tip_icon {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0.1em;
	line-height: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box p.tip_icon::before, .RH-LAYOUT-FOOTER-container p.tip_icon::before {
	color: #d95716;
	font-size: 0.9em;
	text-align: center;
	content: "Ghi chú";
	background-color: #ffffff;
	border: thin solid #d95716;
	border-radius: 4px;
	box-sizing: border-box;
	height: 2em;
	width: 5.0em;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
}
/* 参照 */
.RH-LAYOUT-CENTERPANEL-topic-box p.ref_icon, .RH-LAYOUT-FOOTER-container p.ref_icon {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0.1em;
	line-height: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box p.ref_icon::before, .RH-LAYOUT-FOOTER-container p.ref_icon::before {
	color: #158757;
	font-size: 0.9em;
	text-align: center;
	content: "Tham khảo";
	background-color: #ffffff;
	border: 1px solid #158757;
	border-radius: 4px;
	box-sizing: border-box;
	height: 2em;
	width: 6.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
}
/*補足＆参照本文*/
.RH-LAYOUT-CENTERPANEL-topic-box p.tip-ref_body, .RH-LAYOUT-FOOTER-container p.tip-ref_body {
	font-size: 0.85em;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	padding: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.tip-ref_ul1, .RH-LAYOUT-FOOTER-container ul.tip-ref_ul1 {
	font-size: 0.85em;
	font-weight: normal;
	margin: 0.3em 0 0 3em;
	padding: 0;
	list-style-type: disc;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.tip-ref_ul2, .RH-LAYOUT-FOOTER-container ul.tip-ref_ul2 {
	font-size: 1em;
	font-weight: normal;
	margin-left: -1em;
	list-style-type: circle;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.tip-ref_ul1 > li, .RH-LAYOUT-FOOTER-container ul.tip-ref_ul1 > li {
	padding-bottom: 0.3em;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.tip-ref_ul2 > li, .RH-LAYOUT-FOOTER-container ul.tip-ref_ul2 > li {
	padding-bottom: 0.2em;
}

/*サブ手順の中にある場合*/
/* 補足 */
.RH-LAYOUT-CENTERPANEL-topic-box p.tip_icon_sub, .RH-LAYOUT-FOOTER-container p.tip_icon_sub {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0.1em;
	line-height: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box p.tip_icon_sub::before, .RH-LAYOUT-FOOTER-container p.tip_icon_sub::before {
	color: #d95716;
	font-size: 0.9em;
	text-align: center;
	content: "Ghi chú";
	background-color: #ffffff;
	border: thin solid #d95716;
	border-radius: 4px;
	box-sizing: border-box;
	height: 2em;
	width: 5.0em;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 2.5em;
	padding-bottom: 0.2em;
	font-weight: normal;
}

/* 参照 */
.RH-LAYOUT-CENTERPANEL-topic-box p.ref_icon_sub, .RH-LAYOUT-FOOTER-container p.ref_icon_sub {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0.1em;
	line-height: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box p.ref_icon_sub::before, .RH-LAYOUT-FOOTER-container p.ref_icon_sub::before {
	color: #158757;
	font-size: 0.9em;
	text-align: center;
	content: "Tham khảo";
	background-color: #ffffff;
	border: 1px solid #158757;
	border-radius: 4px;
	box-sizing: border-box;
	height: 2em;
	width: 6.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 2.5em;
	padding-bottom: 0.2em;
	font-weight: normal;
}
/*補足＆参照本文*/
.RH-LAYOUT-CENTERPANEL-topic-box ul.tip-ref_ul1_sub, .RH-LAYOUT-FOOTER-container ul.tip-ref_ul1_sub {
	font-size: 0.85em;
	font-weight: normal;
	margin: 0.3em 0 0 3em;
	padding: 0;
	list-style-type: disc;
	text-indent: 0;
}

/*-------フロー図-------*/
.RH-LAYOUT-CENTERPANEL-topic-box td.border-none, .RH-LAYOUT-FOOTER-container td.border-none {
	border: none;
	text-align: center;
	vertical-align: middle;
	font-size: 1.1em;
}
.RH-LAYOUT-CENTERPANEL-topic-box td.step, .RH-LAYOUT-FOOTER-container td.step {
	background-color: #b33b69;
	color: #ffffff;
	white-space: nowrap;
	width: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box div.small, .RH-LAYOUT-FOOTER-container div.small {
	font-size: 0.95em;
	padding-top: 1em;
	padding-left: 2em;
}
/*フロー図内の操作ツール名*/
.RH-LAYOUT-CENTERPANEL-topic-box td.tool, .RH-LAYOUT-FOOTER-container td.tool {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	font-weight: bold;
	text-align: center;
}

/*copylight*/
.RH-LAYOUT-CENTERPANEL-topic-box p.copyright, .RH-LAYOUT-FOOTER-container p.copyright {
	border-top: thin solid #8c8c8c;
	margin: 10em 0 0 0;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
}
	/*補足＆参照本文*/
.RH-LAYOUT-CENTERPANEL-topic-box ul.tip-ref_ul1_sub, .RH-LAYOUT-FOOTER-container ul.tip-ref_ul1_sub{
	font-size:0.85em;
	font-weight:normal;
	margin:0.3em 0 0 3em;
	padding: 0em;
	list-style-type:disc;
	text-indent:0;
	
}
	/*トビラページのリンク*/
.RH-LAYOUT-CENTERPANEL-topic-box .contents, .RH-LAYOUT-FOOTER-container .contents {
   overflow: hidden;

}
.RH-LAYOUT-CENTERPANEL-topic-box .item, .RH-LAYOUT-FOOTER-container .item {
      float: left;
      width:350px;
      height:100%;
   padding: 10px;
   text-align: left;

}
.RH-LAYOUT-CENTERPANEL-topic-box .item img, .RH-LAYOUT-FOOTER-container .item img {
   padding: 8px;

}