@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	font-family: "微軟正黑體", sans-serif;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034614/https://www.th.gov.tw/signup/images/background.png");
	background-attachment: fixed;
}

.navigation {
	position: relative;
	margin: auto;
	width: 80%;
}

.firstGoTo-btn {
    height: 0px;
    padding: 0px;
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5000;
    font-size: 0rem;
    color: #fff;
}
.firstGoTo-btn:focus{height:auto;display:inline-block;padding:8px 10px;margin-bottom:5px;font-size:1rem;line-height:1em;text-decoration:none;opacity:1;float:none;border-radius:5px;border-width:1px;border-color:#FFF0E9;border-style:solid;background-color:#4b443c;color:#fff}
a:focus { border: 3px dotted;}
input:focus { border: 3px dotted;}

em { color:red;}
.space {
	height: 50px;
	background-color: #f39700;
	z-index: 10 \9;
	background-color: rgba(243,151,0,0.2);
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #930;
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 80%;
	z-index: -1 \9;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19FFFFFF', endColorstr='#7FFFFFFF');
	background: linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 15%);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 15%);
	background: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 15%);
	background-image: -ms-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 15%);
}

.content_title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom:20px;
	font-size: 2.2em;
	text-align: left;
	font-weight: bold;
	color: #462005;
}

.content {
	width: 75%;
	height: auto;
	min-height: 720px;
	margin: 0px auto;
}

.footer {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
	background: rgba(100%,100%,100%,0.5);
	position: relative;
	width: 100%;
	bottom: 0px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer div {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 80%;
	margin: 0 auto;
}
.footer div * {
	font-size: 0.9em;
}

.table {
	display: table;
}

.tr {
	display: table-row;
}

.th, .td {
	display: table-cell;
}

.ui-dialog-titlebar {
	display: none;
}

a:link {
	color: #42413C;
	text-decoration: none;
}

input[type=radio], input[type=checkbox] {
	cursor: pointer;
}

.view, .cancel {
	width: 20px;
	height: 20px;
}

/*.calendar {
	vertical-align: middle;
	cursor: pointer;
}*/

@media screen and (max-width:768px) {
	.navigation, .container, .content, .footer div {
		width: 100%;
	}
}





/*
     FILE ARCHIVED ON 3:46:14 五月 10, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 10:08:00 五月 16, 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)).
*/
