* {
	margin: 0; /*
	padding: 0;
	*/ /* 	font-family: 'HanaMinB', sans-serif;
 */
}

/*
a {
	color: #437fda;
	text-decoration: none;
}

a:visited {
	color: #437fda;
	text-decoration: underline;
}

a:hover {
	color: #ba8f43;
}
*/
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/*
h2 {
	color: #343434;
	font: italic 200% sans-serif;
}

h3 {
	color: #343434;
	font: 160% sans-serif;
}

h4 {
	color: #343434;
	font: bold italic 110% sans-serif;
	padding: 12px 12px 0 12px;
}
*/

html {
	color: #565656;
	/* 	font: 16px sans-serif;
 */
	text-align: justify;
}

img {
	margin: 10px 10px 0 10px;
}

img.left {
	float: left;
	margin: 10px 10px 0 0;
}

img.right {
	float: right;
	margin: 10px 0 0 10px;
}

blockquote {
	font-style: italic;
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
}

blockquote span {
	font-size: 200%;
	/*	line-height : 1%;*/
	margin: 0 1px;
	position: relative;
	top: 2px;
}

form button { /* 	background: #ffffff;
	border: 1px solid #cfcfcf;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 8px;
 */
	
}

form input { /* border : none; */
	/* width : 100%; */
	
}

form textarea { /* border : none; */
	/* width : 100%; */
	/* height : 10em; */
	
}
/*
form p.button {
	text-align: right;
}
*/
form p.input, form p.text {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	padding: 2px 5px 2px 5px;
	margin: 2px 10px 0 10px;
}
/*
p {
	padding: 10px 10px 0 10px;
}
*/
ul, ol {
	padding: 10px 10px 0 30px;
}

/* Bootstrap .btn 預設 white-space: nowrap，附件描述較長時會跑出按鈕邊界。 */
.exam-download-list .exam-download-link {
	height: auto;
	line-height: 1.4;
	overflow-wrap: anywhere;
	white-space: normal;
}

#main {
	margin: auto;
	max-width: 80%;
	min-width: 70%;
	width: auto !important;
	/* width : 65em; */
	width: 650px;
}

#header {
	background: #2b548c url('./images/header_bg.png') repeat-x bottom left;
	padding: 60px 40px 10px 40px;
}

#header h1 {
	color: #ffffff;
	font: italic 200% sans-serif;
}

#headerh1 {
	color: #ffffff;
	font: italic 100% sans-serif;
	text-decoration: none;
}

#menu {
	background: #437fda;
	border-bottom: 1px solid #2b548c;
	font: 100% sans-serif;
	text-align: center;
}

#menu ul {
	padding: 8px 40px;
}

#menu li {
	display: inline;
}

#menu li a {
	color: #ffffff;
	padding: 08px 10px;
}

#menu li a:hover {
	background: #2b548c;
}

#menu li.selected a {
	background: #ffffff;
	border: 1px solid #2b548c;
	border-bottom: 1px solid #ffffff;
	color: #437fda;
}

#menu li.selected a:hover {
	background: #ffffff;
	color: #ba8f43;
}

#content {
	border-bottom: 1px solid #cfcfcf;
	/*height : auto !important;*/
	/*	height : 1%;*/
	overflow: hidden;
	padding: 0px 0 0 0;
	/*width:60%;*/
	margin: auto;
}

#content div {
	padding: 0 20px 20px 20px;
}

#panel {
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-bottom: 1px solid #cfcfcf;
	border-top: none;
	/*height : auto !important;*/
	/*	height : 1%;*/
	overflow: hidden;
	padding: 0 50px 20px 50px;
}

#panel div {
	padding: 20px 0 0 0;
}

div.left {
	left: -10px;
	float: left;
	position: relative;
	width: 50%;
}

div.right {
	left: 10px;
	float: left;
	position: relative;
	width: 50%;
}

div.h1 {
	text-align: center;
	font-size: 20px;
	color: red;
}

#footer {
	font-size: 85%;
	margin: auto;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 90%;
}

.contentbox {
	margin: auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 90%;
	background-color: #e5ecf9;
	border: #C3D9FF 2px solid;
	-moz-border-radius: 15px;
}

.jobbox {
	margin: auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
	width: 90%;
	background-color: #a1ecf9;
	border: #23D9FF 2px solid;
	-moz-border-radius: 15px;
}

.link {
	color: #437fda;
	text-decoration: none;
	cursor: pointer;
}

.loginbox {
	margin: auto;
	width: 40%;
	padding: 100px 100px 100px 100px;
	background-color: #e5ecf9;
	border: #C3D9FF 2px solid;
	-moz-border-radius: 30px;
}

.headerh1 {
	margin: 0.5em;
	text-align: center;
	font-size: 3em;
	color: #fafafa;
	letter-spacing: 0;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px
		4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333,
		0px 8px 7px #001135;
}
