@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*Noto Sans TC 思源體*/
.page-outer {
   max-width: 1280px;
   position: relative;
   margin: 0 auto; 
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.5);
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
body {
	font-family: '微軟正黑體', sans-serif;
	background-color: #DCDCDC;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans TC', sans-serif;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: static;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
iframe {
}
ul.nav-icon {
	float: left;
}
ul.nav-icon li {
	display: inline-block;
}
ul.nav-icon li img {
	width: 60px;
}
.nav-top-right {
	float: right;
}
.nav-top-right-search {
}

.container {
	    width: 100% !important;
	    padding: 0 !important;
        background: #fff;
}
.row {
	margin: 0 !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0 !important;
}

/*====== Gotop 回到最上層 ========*/
#gotop {
	display: none;
	position: fixed;
	cursor: pointer;
	z-index: 9999;
	display: block\0;
	bottom: 10px;
	right: 0;
	margin-right: 15px;
	font-size: 4em;
	background-color: #ccc;
	border-radius: 10px;
	padding: 0px 10px;
	color: rgb(255, 255, 255);
	transition-duration: 1.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
}
#gotop:hover {
	color: rgb(255, 255, 255, 0.7);
	background-color: #909090;
}

@media (max-width:600px) {
	#gotop {
		right:inherit;
		margin-right: inherit;
		margin-left: -100px;
		left: 0px;
	}
}


@media (min-width:768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		display: none;
	}
}
@media (min-width:1440px) {
	.container {
		width: 1440px;
	}
}


