@charset "big5";
body {
	margin: 0px;
	background-color: #98ddcc;
	font-family: Helvetica,Arial,"微軟正黑體","Microsoft JhengHei","LiHei Pro","新細明體","PMingLiU","LiHei Pro",sans-serif;
	;
	line-height: 1.8em;
	font-size: 1.2em;
	background-image: url(../images/background.png);
}
li {
	list-style-image: url(../images/point.png);
	list-style-position: outside;
}
/*
 * 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%;
	margin-left: auto;
	margin-right: auto;
	}
.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;
	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;
}
.main-title  {
	display: block;
}
.main {
	border-radius: 20px;
	background-color: #FFFFFF;
}
.bg-main {
	background-image: url(../images/bg_main.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 82% auto;
}
.logo {
	max-height: 20px;
}
.text-line {
	text-decoration: line-through;
}
.container {
	width: 75%;
}
.vedio-back {
	background-image: url(../images/bordertop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1B1B1B;
}

.container.p-3.mb-5.main h1 {
	font-size: 3em;
	font-weight: bold;
}






@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;
}
.container.p-3.mb-5.main h1 {
	font-size: 2em ;
	font-weight: bold;
}


}
