@charset "big5";
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica,Arial,"微軟正黑體","Microsoft JhengHei","LiHei Pro","新細明體","PMingLiU","LiHei Pro",sans-serif;
	;
	line-height: 1.8em;
	font-size: 1.2em;
}
/*
 * Go to top
 */
#GOTOTOP {
	position: fixed;
	right: 10px;
	bottom: 10px; /*決定網頁一開始的位置*/
	width: 65px;
	height: 65px;
	text-align: center;
	background-image: url(../images/top.png);
	background-position: center;
	background-repeat: no-repeat;
}
#GOTOTOP a {
	width: 65px;
	height: 65px;
	display: block;
}


/*
 * vedio
 */
.vedio-container{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
	}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * Footer
 */
.blog-footer {
	padding-top: 1.5rem;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1.5rem;
	color: #666666;
	text-align: center;
	background-color: #d9d8d7;
	border-top: .05rem solid #e5e5e5;
	font-size: 0.7em;
	line-height: 1.2em;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.footer_logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 980px) {
#GOTOTOP {
	position: fixed;
	right: 10px;
	bottom: 10px; /*決定網頁一開始的位置*/
	width: 40px;
	height: 40px;
	text-align: center;
	background-image: url(../images/top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	z-index: 2;
}
#GOTOTOP a {
	display: block;
	width: 40px;
	height: 40px;
	z-index: 2;
}


}
