@charset "UTF-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Sans TC', sans-serif;
}
p,a,span,li,label{
	font-family: 'Open Sans', sans-serif;
}

/* 內文 */

.name-color{
	color: rgb(3, 85, 78);
}

.name-link-color{
	color: rgb(3, 85, 78);
}

.p-align{
	text-align: justify;
}

footer{
    position: bottom;
    margin-top: 165;
}


@media only screen and (max-width:992px){
	#textsize h4{
		font-size:16px
	}
	#textsize h5{
		font-size:14px
	}
	#textsize p{
		font-size:12px
	}
}


@media only screen and (max-width:768px){
	#textsize h4{
		font-size:14px
	}
	#textsize h5{
		font-size:12px
	}
	#textsize p{
		font-size:10px
	}
}

@media only screen and (max-width:576px){
	#textsize h4{
		font-size:14px
	}
	#textsize h5{
		font-size:11px
	}
	#textsize p{
		font-size:10px
	}
	
	#textsize #imgsize img{
		width: 30%
	}
}

@media only screen and (max-width:375px){
	#textsize h4{
		font-size:11px
	}
	#textsize h5{
		font-size:11px
	}
	#textsize p{
		font-size:11px
	}
	
	#textsize #imgsize img{
		width: 30%
	}
}
