html, body, .container, .row{height: 100%; width: 100%; padding: 0;}
img {display: block; margin: 0 auto;}
.row{ margin:0; }

.black{
	color:#3b4851;
}
.red{
	color:#e41f42;
}
.blue{
	color:#3366cc;
}

.title{
    font-size:125%;
	display:flex;
	justify-content:center;
	align-items:center;
	height: 44px;
}
.heading{
    font-size:140%;
}
.content{
    font-size:125%;
}
.remark{
    font-size:100%;
}

.center{
	display:flex;
	justify-content:center;
}

.TC{
	font-family:微軟正黑體;
}
.EN{
    font-family:Helvetica;
}

.header{
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
    height : 44px;
    width : 100%;
}
.content{
    padding-top: 45px;
    width : 100%;
}
.noheader{
    padding-top: 0px;
}
.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #3B4851;
	color: white;
	text-align:center;
	height: 48px;
}

.TableStyle{
	font-family: Helvetica, sans-serif, 微軟正黑體;
	border-collapse: collapse;
	width: 100%; 
}
th{
	height : 28px;
	border : 0px solid #ffffff;
	text-align : center;
	font-size:125%;
	font-weight:normal;
}
td{
	height:28px;
	border: 0px solid #ffffff;
	text-align: center;
	font-size:125%;
}

p{
	text-align : justify;
	margin : 0px;
}
