@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rbenv/versions/custom-2.0.0-p0/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 12, ../sass/screen.scss */
body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Dotum, Lucida Grande, Verdana Sans-serif;
  background: url(../img/brickwall.png);
}

/* global usage */
/* line 17, ../sass/screen.scss */
.inline-block {
  display: inline-block;
}

/* line 22, ../sass/screen.scss */
.container {
  max-width: 960px;
  margin: 0 auto;
  -moz-box-shadow: #bfbebd 2px 1px 6px;
  -webkit-box-shadow: #bfbebd 2px 1px 6px;
  box-shadow: #bfbebd 2px 1px 6px;
  background: url(../img/white_wall_hash.png);
}

/* line 28, ../sass/screen.scss */
.header {
  height: 156px;
  padding: 30px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 34, ../sass/screen.scss */
.header a {
  text-decoration: none;
  font-size: 22px;
}
/* line 38, ../sass/screen.scss */
.header hgroup {
  margin-left: 50px;
}
/* line 41, ../sass/screen.scss */
.header hgroup .title {
  color: #3399ff;
  /*color: #66b2ff;*/
  font-size: 1.6em;
  line-height: 1.5em;
}
/* line 49, ../sass/screen.scss */
.header hgroup .sub-title {
  color: #3399ff;
  text-shadow: #fff 3px 1px 2px;
  font-size: 0.8em; 
  text-indent: 3px;
}
/* line 55, ../sass/screen.scss */
.header .id-service {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.7;
  background-color: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  //background: rgba(255, 255, 255, 0.7);
  text-align: right;
  padding: 5px 0;
}
/* line 64, ../sass/screen.scss */
.header .id-service a {
  font-size: 16px;
  color: #035429;
  text-shadow: none;
  margin-right: 5px;
  transition: 0.3s;
}
/* line 70, ../sass/screen.scss */
.header .id-service a:hover {
  text-shadow: #006600 0px 0px 1px;
}
/* line 73, ../sass/screen.scss */
.header .id-service a:after {
  content: " /";
}

/* line 79, ../sass/screen.scss */
nav > ul {
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #f4fcdd;
  //border-bottom: 2px solid #c0dd81;
  position: relative;
  display: inline-table;
  white-space: nowrap;
}

/* line 90, ../sass/screen.scss */
nav ul {
  background-color: #c0dd81;
  -moz-box-shadow: #a1c456 0px 2px 4px;
  -webkit-box-shadow: #a1c456 0px 2px 4px;
  box-shadow: #a1c456 0px 2px 4px;
}
/* line 93, ../sass/screen.scss */
nav ul * {
  text-align: left;
}
/* line 96, ../sass/screen.scss */
nav ul li {
  display: inline-block;
}
/* line 99, ../sass/screen.scss */
nav ul li a {
  display: block;
  padding: 13px 40px;
  color: #2b7e14;
  text-decoration: none;
}
/* line 104, ../sass/screen.scss */
nav ul li a:hover {
  color: #bd5203;
}
/* line 108, ../sass/screen.scss */
nav ul li:hover > ul {
  display: block;
}
/* line 112, ../sass/screen.scss */
nav ul ul {
  display: none;
  background: #e0e0df;
  position: absolute;
  top: 100%;
  z-index: 1000;
  -moz-box-shadow: 1px 1px 2px #b7b7b7;
  -webkit-box-shadow: 1px 1px 2px #b7b7b7;
  box-shadow: 1px 1px 2px #b7b7b7;
}
/* line 119, ../sass/screen.scss */
nav ul ul li {
  float: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #d8d8d7;
  position: relative;
  display: block;
}
/* line 125, ../sass/screen.scss */
nav ul ul li a {
  padding: 15px 40px;
  color: gray;
}
/* line 128, ../sass/screen.scss */
nav ul ul li a:hover {
  background: #4b545f;
  color: white;
}
/* line 133, ../sass/screen.scss */
nav ul ul li:first-child {
  border-top: 2px solid #c0dd81;
  border-bottom: 1px solid #d8d8d7;
}
/* line 138, ../sass/screen.scss */
nav ul ul ul {
  left: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
}
/* line 149, ../sass/screen.scss */
nav ul ul ul li:first-child {
  border-top: none;
}

/* line 185, ../sass/screen.scss */
.content-wrapper {
  padding: 22px;
  min-height: 450px;
}

/* line 196, ../sass/screen.scss */
.main-function-container {
  float: left;
  margin-right: 20px;
}

/* line 200, ../sass/screen.scss */
.search {
  height: 295px;
  box-shadow: 0px 0px 3px #dfdfdf;
  border: 1px solid #dfdfdf;
  background: #fff;
}

/* line 206, ../sass/screen.scss */
.search-tabs {
  height: 92px;
}

/* line 209, ../sass/screen.scss */
.search-tabs li {
  position: relative;
  padding: 2px 5px;
  float: left;
  box-shadow: 0px -2px 1px #dfdfdf;
}
/* line 214, ../sass/screen.scss */
.search-tabs li:not(:first-child) {
  border-left: none;
}
/* line 217, ../sass/screen.scss */
.search-tabs li a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  color: #777;
  font-size: 0.8em;
}
/* line 225, ../sass/screen.scss */
.search-tabs li a span {
  position: absolute;
  bottom: 5px;
  right: 8px;
}
/* line 230, ../sass/screen.scss */
.search-tabs li a:focus {
  outline: none;
}

/* line 235, ../sass/screen.scss */
.ncu-search a {
  background: url(../img/icons2.png) no-repeat 8px 5px;
}

/* line 238, ../sass/screen.scss */
.all4ust-search a {
  background: url(../img/icons2.png) no-repeat -85px 6px;
}

/* line 241, ../sass/screen.scss */
.ebook-search a {
  background: url(../img/icons2.png) no-repeat -178px 5px;
}

/* line 244, ../sass/screen.scss */
.search-tab-content {
  padding: 20px;
}

/* line 247, ../sass/screen.scss */
.search input, .search select {
  display: block;
}

/* line 250, ../sass/screen.scss */
.search select {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 30px;
  margin-top: 20px;
  color: #777777;
}

/* line 259, ../sass/screen.scss */
.text-input {
  background-color: #f7f7f7;
  padding: 6px;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  width: 95%;
  margin: 0px auto;
  margin-top: 20px;
}
/* line 271, ../sass/screen.scss */
.text-input:hover {
  background-color: white;
}

/* line 275, ../sass/screen.scss */
.submit {
  margin-top: 20px;
  font-size: 16px;
  float: right;
  margin-left: 18px;
}

/* line 281, ../sass/screen.scss */
.short-cut-href {
  text-decoration: none;
  text-align: center;
  width: 139px;
  padding: 5px 0px;
  margin-top: 10px;
  margin-left: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  background: white;
  border-left: 4px solid #99cc33;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0px 0px 3px #dfdfdf;
  color: #2B7E14;
}
/* line 299, ../sass/screen.scss */
.short-cut-href:first-child {
  margin-left: 0;
}
/* line 302, ../sass/screen.scss */
.short-cut-href:hover {
  border-left: 4px solid orange;
  color: orange;
  transition: 0.5s;
}

/* line 308, ../sass/screen.scss */
.short-cut-container.blue:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 20px;
}
/* line 314, ../sass/screen.scss */
.short-cut-container.blue .short-cut-href {
  border-left: 4px solid #33cccc;
  color: #477A9E;
}
/* line 316, ../sass/screen.scss */
.short-cut-container.blue .short-cut-href:hover {
  border-left: 4px solid orange;
  color: orange;
  transition: 0.5s;
}

/* line 323, ../sass/screen.scss */
.links-container h2, .bulletin h2, .other-links h2 {
  color: #5297c8;
  font-size: 1.4em;
  padding: 7px 0;
  border-bottom: 2px solid #83aecc;
}

/* line 330, ../sass/screen.scss */
.links-container {
  display: inline-block;
  width: 33%;
  height: 424px;
  float: left;
  margin-right: 20px;
  position: relative;
}
/* line 337, ../sass/screen.scss */
.links-container ul {
  padding: 15px 0;
}
/* line 339, ../sass/screen.scss */
.links-container ul li {
  display: inline-block;
  width: 43%;
  margin-left: 14px;
  margin-bottom: 20px;
}
/* line 344, ../sass/screen.scss */
.links-container ul li a {
  font-size: 16px;
  text-decoration: none;
  color: gray;
}
/* line 348, ../sass/screen.scss */
.links-container ul li a:hover {
  color: #2f2f2f;
  transition: 0.5s;
}

/* line 356, ../sass/screen.scss */
.bulletin {
  display: inline-block;
  width: 50%;
  float: left;
  margin-right: 20px;
}

.identity-table {
  display: inline-block;
  width: 45%;
  float: left;
  margin-right: 40px;
}

.identity-wrapper {
  padding: 8px 20px;
  box-shadow: 0px 0px 3px #dfdfdf;
  border-bottom: 2px solid #83aecc;
  background-color: #fff;
}

.identity-wrapper td:first-child{
  min-width: 35px;
  text-align: center;
}



/* line 363, ../sass/screen.scss */
.bulletin-wrapper {
  padding: 8px 20px;
  box-shadow: 0px 0px 3px #dfdfdf;
  border-bottom: 2px solid #83aecc;
  background-color: #fff;
}

/* line 370, ../sass/screen.scss */
.bulletin-content {
  width: 100%;
}
/* line 373, ../sass/screen.scss */
.bulletin-content tr:not(:last-child) td {
  border-bottom: 1px solid #dcdcdc;
}
/* line 377, ../sass/screen.scss */
.bulletin-content td {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc\0; /* For IE8 */
}
/* line 380, ../sass/screen.scss */
.bulletin-content a {
  text-decoration: none;
  color: #477a9e;
}

/* line 385, ../sass/screen.scss */
.other-links {
  display: inline-block;
  float: left;
}
/* line 388, ../sass/screen.scss */
.other-links h2 {
  color: #5297c8;
  font-size: 1.4em;
  padding: 7px 0;
  border-bottom: 2px solid #83aecc;
}

/* line 396, ../sass/screen.scss */
.content {
  padding: 0 40px;
  font-size: 18px;
  line-height: 1.5em;
  color: #505050;
}
/* line 401, ../sass/screen.scss */
.content h1 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #5297c8;
}
/* line 408, ../sass/screen.scss */
.content h2 {
  font-size: 22px;
  margin: 10px 0;
  padding-left: 10px;
  padding-bottom: 3px;
  color: #6BB3B3;
  border-left: 5px solid;
  border-bottom: 1px solid;
}
/* line 418, ../sass/screen.scss */
.content p {
  font-size: 18px;
  line-height: 1.5em;
  color: #505050;
  margin: 25px 20px;
}
/* line 424, ../sass/screen.scss */
.content a {
  color: #336666;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
}
/* line 429, ../sass/screen.scss */
.content a:visited {
  color: #336666;
}
/* line 432, ../sass/screen.scss */
.content a:hover {
  text-decoration: underline;
}
/* line 437, ../sass/screen.scss */
.content ul, .content ol {
  font-size: 18px;
  line-height: 1.5em;
  list-style-position: inside;
  margin: 5px 0;
  color: #505050;
}
/* line 444, ../sass/screen.scss */
.content ul {
  list-style-type: disc;
  margin: 25px 20px;
}
/* line 448, ../sass/screen.scss */
.content ol {
  list-style-type: decimal;
}
/* line 451, ../sass/screen.scss */
.content li > ul, .content li > span {
  margin-left: 18px;
}
/* line 453, ../sass/screen.scss */
.content li > ul li, .content li > span li {
  list-style-type: square;
}
/* line 457, ../sass/screen.scss */
.content span {
  font-size: 16px;
  color: gray;
}
/* line 460, ../sass/screen.scss */
.content span > * {
  font-size: 16px;
}
/* line 464, ../sass/screen.scss */
.content table {
  color: #505050;
  font-size: 18px;
}
/* line 467, ../sass/screen.scss */
.content table th {
  padding: 5px 0;
  border-bottom: 1px solid #a5a5a5;
  color: #395189;
}
/* line 472, ../sass/screen.scss */
.content table td {
  padding: 5px 0;
  border-bottom: 1px solid #d8d8d8;
}
/* line 478, ../sass/screen.scss */
.content table.chief * {
  font-size: 16px;
}
/* line 481, ../sass/screen.scss */
.content table.chief td {
  vertical-align: top;
}
/* line 485, ../sass/screen.scss */
.content table.chief tr:first-child {
  width: 12%;
}
/* line 491, ../sass/screen.scss */
.content table.flat {
  line-height: 0em;
  margin-bottom: 15px;
}
/* line 494, ../sass/screen.scss */
.content table.flat a {
  line-height: 0em;
}
/* line 499, ../sass/screen.scss */
.content ul.staff-links {
  color: gray;
}
/* line 501, ../sass/screen.scss */
.content ul.staff-links li {
  display: inline-block;
  margin: 0 10px;
}
/* line 505, ../sass/screen.scss */
.content ul.staff-links li:first-child {
  margin-left: 0;
}
/* line 508, ../sass/screen.scss */
.content ul.staff-links a {
  color: gray;
}
/* line 510, ../sass/screen.scss */
.content ul.staff-links a:hover {
  text-decoration: none;
  border-bottom: 2px solid;
}

/* line 518, ../sass/screen.scss */
.social-links {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding-left: 14px;
}
/* line 524, ../sass/screen.scss */
.social-links a {
  text-decoration: none;
  font-size: 40px;
  margin-right: 10px;
}
/* line 529, ../sass/screen.scss */
.social-links .fa-facebook-square {
  color: #3b5998;
}
/* line 532, ../sass/screen.scss */
.social-links .fa-youtube-square {
  color: #b31217;
}

.social-links .fa-order-square {
  color: #666666;
}


/* line 538, ../sass/screen.scss */
.footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
/* line 543, ../sass/screen.scss */
.footer p {
  font-size: 0.7em;
  line-height: 1.3em;
  color: #8f8e8e;
}
