
/*Google Analytics*/

@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);


/*字體們*/

@font-face {
/*圓體*/
 font-family: 'cwTeXYen';
 font-style: normal;
 font-weight: 500;
 src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot);
 src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot?#iefix) format('embedded-opentype'),
 url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff2) format('woff2'),
 url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff) format('woff'),
 url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.ttf) format('truetype');
}
@font-face {
/*黑體*/
 font-family: 'cwTeXHei';
 font-style: normal;
 font-weight: 500;
 src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
 src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
 url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
 url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
 url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
@font-face {
/*仿宋*/
 font-family: 'cwTeXFangSong';
 font-style: normal;
 font-weight: 500;
 src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot);
 src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot?#iefix) format('embedded-opentype'),
 url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.woff2) format('woff2'),
 url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.woff) format('woff'),
 url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.ttf) format('truetype');
}


/*header主題*/

.site-title {
	font-family: Fertigo Pro Script, cwTeXYen,Microsoft JhengHei,微軟正黑體,sans-serif!important;
	font-size: 2.25em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}

.site-description {
	font-family: "Museo Slab",cwTeXYen,Microsoft JhengHei,微軟正黑體,sans-serif!important;
	color: #aad6e2;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 110%;
	margin: 20px 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

/*menu主題*/
ul li{
	float:left;
	margin:0 20px
}
.main-container {
	float:left;
	position:relative;
	left:50%;
}
.fixer-container {
	float:left;
	position:relative;
	left:-50%;
}


/*h1字幅微調*/

/*footer調整*/
body
.elementor-widget-heading
.elementor-heading-title {
 font-family:cwTeXYen,Sans-serif;
 font-weight:600;
}

footer{
	font-family: cwTeXYen,sans-serif 
}

