@charset "UTF-8";
* {
	font-family: 微軟正黑體;
}
h1 {
	font-size: 36px;
	font-weight: 500;
	text-align:center;
	margin: 0px;
}
h5 {
	font-size: 16px;
	font-weight: 500;
	text-align:center;
}

/* go-top */
.go-top{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	position: fixed;
	bottom: -40px;
	right: 20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-color: rgba(0, 0, 0, 0.5);
	//background-color: #000;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	//padding-top: 1px;
	z-index: 10;
}
.go-top.show {
	bottom: 20px;
	color:# fff;
	//background-color: rgba(0, 0, 0, 0);
}
.go-top:hover {
	background: #fff;
	color:# fff;
}

/* 麵包屑 */
.breadcrumb {
	text-align: right;
	margin: 0px;
	background-color: rgba(0, 0, 0, 0);
}

/* 分頁 */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: ##1C3D7A;
    border-color: ##1C3D7A;
}
.pagination li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
}

.pagination a {
    border-radius: 5px;
	border: dashed 1px #fff;
	background-color: #000;
}

.pagination a.active {
    border-radius: 5px;
	border: dashed 1px #fff;
	background-color: #000;
}

/* 虛線 */
.dotted {
	width: 100%;
	border-bottom: dashed 1px #353535;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
@media only screen and (max-width: 768px) {
	.dotted {
		width: auto;
	}
}

/* 實線 */
.line {
	margin: 30px;
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

/* 實線 */
.line2 {
	border-top: solid 1px #222;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 按鈕 */
.btn-orange {
	background-color: ##1C3D7A;
	color: #fff;
}

/* 地圖 */
.iframe-rwd {
	position: relative;
	padding-bottom: 200px;
	padding-top: 5px;
	width: auto; /* 地圖寬度 */
	height: 150px; /* 地圖高度 */
	overflow: hidden;
	margin-bottom: 10px;
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 768px) {
	.iframe-rwd {
		width: auto; /* 地圖寬度 */
	}
}

/* fb */
.iframe-rwd {
    position: relative;
    //padding-bottom: 200px;
    padding-top: 5px;
	width: auto; /* 地圖寬度 */
    height: 250px; /* 地圖高度 */
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px) {
	.iframe-rwd {
		width: auto; /* 地圖寬度 */
	}
}