@charset "utf-8";

/* reset css segment */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset css segment */

body {
	display: flex;
	justify-content: center;
	background-color: white;
}

#wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "Arial", "microsoft jhenghei", "微軟正黑體", sans-serif;
	height: 100%;
	width: 90%;
	font-size: 16px;
	color: #222222;
}

a {
	text-decoration: none;
	color: #1a73eb;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 15px 0;
	font-size: 26px;
	color: black;
	letter-spacing: 1px;
	cursor: pointer;
}

h1>a {
	color: inherit;
}

h1>a:hover {
	text-decoration: none;
}

#header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

#sel_menu {
	padding: 5px 5px 5px 5px;
	border-color: #222222;
	border-width: 1px;
	font-size: 23px;
	font-family: inherit;
}

hr {
	border-width: 3px 0 0 0;
	border-style: solid;
	border-color: #f37a5a;
	width: 100%;
}

#nav {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 55%;
	margin: 10px 0 20px 0;
}

#nav>a {
	text-align: center;
	padding: 15px 0 15px 0;
	background-color: #405773;
	color: white;
	width: calc(100%/5);
	flex-grow: 1;
	margin-right: 2px;
}

#nav>a:hover {
	text-decoration: none;
	background-color: #f3ac5a;
}

#searchform {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-evenly;
	width: 55%;
	font-size: 17px;
}

fieldset {
	border: #dddddd 2px solid;
	padding: 20px 10px 20px 10px;
	margin-top: 20px;
}

fieldset:first-child {
	margin-top: 10px;
}

#columns_p,
#keyword_p {
	font-size: 16px;
	line-height: 1.5em;
	text-indent: -1em;
	margin: 0px 0px 15px 1em;
}

fieldset:not(:last-child)>input,
fieldset:not(:last-child)>label {
	cursor: pointer;
}

#keyword {
	border: 1.5px solid #222222;
	padding: 3px 3px 3px 3px;
	font-size: 17px;
	font-family: inherit;
}

#keyword:focus {
	border: 1.5px solid #f3ac5a;
	outline: none;
}

#buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

#buttons>button {
	font-size: 17px;
	font-family: inherit;
	margin-right: 10px;
}

#inner {
	display: flex;
	flex-direction: column;
}

#inner>p {
	text-indent: -1em;
	margin-bottom: 10px;
}

#query_init {
	width: 65%;
	align-self: center;
}

.query_init_p {
	text-indent: -1em;
	font-size: 17px;
	text-decoration: underline;
	text-underline-offset: 3px;
	margin: 15px 0 10px 0;
}

ul>li,
.query_init_firstLi {
	text-indent: -0.6em;
	line-height: 1.5em;
	text-align: justify;
}

ul>li::before,
.query_init_firstLi::before {
	content: "\025cf";
	color: #5e728a;
}

.query_init_secondLi {
	text-indent: 1em;
	margin-left: 8em;
}

.query_init_secondLi::before,
.previousChild>li::before,
#footer li::before {
	content: none;
}

#AtoStitle {
	align-self: center;
	margin: 10px 0 10px 0;
}

table {
	border-collapse: collapse;
	text-align: center;
	margin: 20px 0 20px 0;
}

tr,
th,
td {
	border-collapse: collapse;
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
}

th {
	background-color: #edeff0;
	border-bottom-width: 3px;
}

.AtoSname {
	text-align: justify;
}

.def_col {
	width: fit-content;
	max-width: 35vw;
	border: 0;
	padding: 15px 10px 15px 10px;
	text-align: justify;
	line-height: 1.3em;
}

.def_col>p {
	margin: 20px 0 15px 0;
}

.def_col>ul>li {
	text-indent: -1em;
	line-height: 1.3em;
	padding-left: 1.5em;
}

.def_col>ul>li::before {
	content: "\025B6";
	color: #5e728a;
}

.margin {
	width: 3vw;
	padding: 10px 10px 10px 10px;
	table-layout: fixed;
}

.pre_col {
	width: 10vw;
	table-layout: fixed;
}

.error {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.error>p {
	font-size: 21px;
	margin-bottom: 20px;
}

.highlight {
	background-color: lightpink
}

.previousChild {
	text-align: left;
}

.previousChild li {
	text-indent: 0;
}

.result_counter {
	align-self: center;
	margin-top: 20px;
}

#child_illu_p {
	padding-left: 1.5em;
}

#child_illu {
	width: 65%;
	padding: 0 0 0 1.5em;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
}

ol>li {
	text-indent: -1.1em;
	line-height: 1.5em;
	margin-top: 0.2em;
}

#footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0 0;
}

#footer>ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
}

#footer>ul>li>a {
	color: #222222;
}





/*
     FILE ARCHIVED ON 7:06:28 五月 17, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 17:26:59 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
