body {
	padding-top: 250px;
	width: 100%;
	background: rgb(245, 245, 245); /* For browsers that do not support gradients */
	/*background: -webkit-linear-gradient(rgba(235, 235, 235, 0), rgba(235, 235, 235, 1)); /*Safari 5.1-6*/
	/*background: -o-linear-gradient(rgba(235, 235, 235, 0), rgba(235, 235, 235, 1)); /*Opera 11.1-12*/
	/*background: -moz-linear-gradient(rgba(235, 235, 235, 0), rgba(235, 235, 235, 1)); /*Fx 3.6-15*/
	/*background: linear-gradient(rgba(235, 235, 235, 0), rgba(235, 235, 235, 1)); /*Standard*/
}

header {
	top: 0;
	margin: 0;
	padding-top: 30px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181227175714/http://www.jbcrc.edu.tw/images/banner_3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 9;
    height: 250px;
    width: 100%;
}

header .container {
	width: 85%;
}

.page-header {
	padding-bottom: 0;
	margin: 25px 0 20px;
}

.breadcrumb, .panel-default>.panel-heading, 
.well, a.list-group-item:focus, a.list-group-item:hover {
	background-color: rgb(235, 235, 235);
}

.img-responsive {
	margin: 0px auto;
}

#banner1 img {
	width: 650px; 
	float: right;
}

#banner2 img {
	position: absolute;
	width: 450px;
	left: 0;
	bottom: 0;
	z-index: 99;
}

#menubar {
	background-color: rgb(22, 154, 178);
}

#menubar .container{
	padding: 0;
}

.navbar-inverse {
	border: none;
	margin-bottom: 0;
	background-color: rgb(22, 154, 178);
}

.navbar-nav {
	font-size: 18px;
	font-weight: 500;
}

.dropdown-menu {
	font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: -30px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .dropdown:focus, .navbar-inverse .dropdown:hover {
    background-color: rgb(22, 165, 200);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgb(22, 165, 200); 
}

#sendMail p {
	font-size: 18px;
	margin-top: 10px;
}

#unit {
	width: 30%;
}

#sidebarImg {
    margin-top: 56px;
}

#sidebarImg .img-responsive {
    padding-bottom: 10px;
    width: 200px;
}

#news {
	width: 100%;
}

#news th, tr, td {
	padding: 8px;
}

.table {
	margin-bottom: 0;
}

#about #myTabContent {
	text-align: justify;
}

#about .img-responsive {
	width: 650px;
}

#about #tab-one .table > tbody > tr > th {
    width: 10%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border: none;
}

#about #tab-one p {
	text-align: right;
}

#about #tab-two p {
	white-space: pre-line;
}

#about #tab-four a {
	color: #404040;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#uac #tab-two .table {
	width: 75%;
}

#multi .img-responsive {
	width: 700px;
}

#regulations h4 {
	padding-left: 10px;
	padding-right: 10px;
}

#regulations ul {
	-webkit-padding-start: 35px;
}

#regulations li {
	-webkit-padding-end: 15px;
}

.panel-group {
    text-align: justify;
}

#website td {
	padding-bottom: 10px;
}

#website .thead {
	width: 38px;
	vertical-align: top;
}

#map {
	height: 350px;
	width: 100%;
	border: 0;
}

#map img {
	max-width:none!important;
	background:none!important
}

#footer {
	text-align: center;
}

/* Scroll To Top */
.go-top {
    width: 45px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    border-radius: 2px;
    text-align: center;
    color: #fafafa;
    font-size: 25px;
    background: #3b3b3b;
    z-index: 9999;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.go-top i {
    line-height: 38px;
    font-size: 24px;
    vertical-align: middle;
}

.go-top:hover{
    opacity: 0.8;
}

a.go-top:hover i, a.go-top:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

ul {
	margin-bottom:0;
}

:target:before {
	content: "";
	display: block;
	height: 260px; /* fixed header height*/
	margin: -260px 0 0; /* negative fixed header height */
}

/* Large screen */
@media (min-width: 1200px) {
	#home {
	    width: 1300px;
	}
}

/* Landscape tablet */
@media (min-width: 768px) and (max-width: 1199px) { 
	body {
		padding-top: 200px;
	}

	#header {
		height: 200px;
	}

	:target:before {
		height: 210px; /* fixed header height*/
		margin: -210px 0 0; /* negative fixed header height */
	}

    #banner1 img {
		width: 450px;
	}

	#banner2 img {
		width: 250px;
	}

	#banner_section .container{
		margin: 0;
		width: 100%;
	}

	#menubar .container{
		margin: 0;
		width: 100%;
	}

	.navbar-nav {
		font-size: 14px;
	}

	.dropdown-menu {
		font-size: 12px;
	}
}

/* Landscape phone to portrait tablet */
@media screen and (max-width: 767px) {
	body {
		padding-top: 150px;
	}

	#header {
		background: #fff;
		height: 150px;
		border-bottom: 1px solid rgb(22, 154, 178); 
	}

	:target:before {
		height: 160px; /* fixed header height*/
		margin: -160px 0 0; /* negative fixed header height */
	}

	#banner_section {
		top: 70px;
		position: absolute;
		width: 100%;
	}

	#banner_section .container{
		margin: 0;
		width: 100%;
	}

	#menubar {
		top: 0;
		position: absolute;
		width: 100%;
	}

	#menubar .container{
		margin: 0;
		width: 100%;
	}

	#banner1 img {
		width: 280px;
		display: block;
		margin: 0px auto;
		float: none;
	}

	#banner2 img {
		visibility: hidden;
	}

	#about #tab-one p {
		font-size: 11px;
	}

	#about #tab-one .table > tbody > tr > th {
	    width: 15%;
	}

	#sendMail p {
		margin-top: 0px;
	}

	.navbar-right .dropdown-menu {
	    right: auto;
	    left: 0;
	}

	#uac #tab-two .table {
		width: 100%;
	}

	#calendar iframe {
		height: 350px;
	}
}

/* Landscape phones and below */
@media (max-width: 480px) { 
    #about #tab-one .table > tbody > tr > th {
	    width: 25%;
	}

	#unit {
		width: 30%;
	}
}







/*
     FILE ARCHIVED ON 17:57:14 十二月 27, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 18:54:12 五月 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)).
*/
