<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

body {
	background-color: #fff;
}

/*******************************
	蜈ｱ騾�
*******************************/
h2.title {
	font-size: 32px;
	padding: 10px 0;
	margin-bottom: 20px;
	color: #226288;
}
h4.title {
	font-size: 16px;
	margin-bottom: 20px;
}

/*******************************
	縺雁撫縺�粋繧上○
*******************************/
.inquiry {
	padding: 10px;
}

.inquiry dl {
	display: table;
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	margin-top: 20px;
}
.inquiry dl dt,
.inquiry dl dd {
	display: table-cell;
	border: solid 1px #000;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

/*******************************
	蜀吶Γ譌･險倬＆蜿榊�ｱ蜻�
*******************************/
.diary_report {
	padding: 10px;
}

.diary_report table.howto {
	width: 100%;
}
.diary_report ul {
	margin-bottom: 20px;
}
.diary_report table.howto td {
	border: solid 1px #ccc;
	padding: 10px;
	text-align: center;
}
/*******************************
	蜈崎ｲｬ莠矩��
*******************************/
.menseki {
	width: 600px;
	margin: auto;
	border: solid 1px #ddd;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 180%;
	margin-bottom: 50px;
}

/*******************************
	逶ｸ莠偵Μ繝ｳ繧ｯ
*******************************/
.sougo_link table {
	width: 100%;
}
.sougo_link td {
	border: solid 1px #ddd;
	padding: 5px;
}


/*******************************
	縺泌･醍ｴ�憾豕�
*******************************/
.com_table.area_list thead th {
	height: 26px;
}
.com_table.area_list th {
	white-space: nowrap;
}
.com_table.area_list td.style2 {
	text-align: right;
}
.com_table.area_list tr.children.style1 {
	color: #999;
}
.com_table.area_list tr.children td.style1 {
	padding-left: 50px;
}

/*******************************
	譫�
*******************************/
.com_frame {
	border: solid 1px #ddd;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*******************************
	隕冗ｴ�ｭ�
*******************************/
.com_document {
	line-height: 1.8;
}
.com_document .paragraph {
	margin-bottom: 20px;
}
.com_document .paragraph .title {
	font-size: 16px;
	font-weight: bold;
	color: #226288;
	padding: 10px 0;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}
.com_document .paragraph p {
	margin-bottom: 10px;
}
.com_document .paragraph ol {
	list-style: decimal outside;
	padding-left: 30px;
}
.com_document .paragraph ul {
	list-style: disc outside;
	padding-left: 30px;
}
.com_document .paragraph ul li,
.com_document .paragraph ol li {
	margin-bottom: 0;
	padding: 5px 0;
}
.com_document .paragraph ol.parentheses {
	padding-left: 5px;
}
.com_document .paragraph ol.parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -1.9em;
	margin-left: 2em;
}
.com_document .paragraph ol.parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
.com_document .paragraph.revision_history {
	margin-top: 50px;
}
.com_document .paragraph.revision_history ul {
	list-style: none;
	padding: 0;
}

.com_document .accessory {
	font-size: 14px;
	font-weight: bold;
}
.com_document.style2 {
	font-size: 14px;
}
.com_document .paragraph table.style1 td {
	border: solid 1px #666;
	padding: 10px;
}
.com_document .paragraph table.style1 {
	margin-bottom: 5px;
}
.prohibition_example:before {
	display: block;
	margin-top: 20px;
	content: 'NG萓�';
	font-weight: bold;
	padding-left: 20px;
}
.prohibition_example ul {
	padding-left: 50px !important;
}</pre></body></html>