@charset "UTF-8";
/*
Fishbecat Reset CSS
(c) 2008, 小魚扮貓 http://www.fishbecat.com/
Based on YUI http://developer.yahoo.com/yui/reset/ and Eric Meyer http://meyerweb.com/eric/tools/css/reset/
version: 1.2 | create: 20080901 | update: 20101127
* 20170612 Jean 去除不必要的註解或解釋
*/
/*將有內距外距的元素歸零，避免不同瀏覽器內外距不同而錯位*/
body, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea {
	margin: 0;
	padding: 0;
}
/*重置頁面基本字型大小及行高*/
body,td,th {
	font-size: 100%;
}
/*將標題的字型大小及粗細都重置*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*將影像及欄位集的邊框歸零*/
img, fieldset {
	border: 0;
}
img {
	vertical-align: middle;
}
/*將清單樣式清除*/
ol, ul {
	list-style: none;
}
/*將表格的邊框設定為結合*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*將連結、底線重置*/
a, ins {
	text-decoration: none;
}
/*部份瀏覽器在表單元素的字型樣式跟內文會不一樣，故設為繼承保持一致*/
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*將這些瀏覽器可能會有字型外觀樣式的元素重置字型樣式及粗細*/
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
/*將註解的邊框及大小寫重置*/
abbr {
	border: 0;
	font-variant: normal;
}
/*將引用重置，避免樣式不同及引號*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}





/*
     FILE ARCHIVED ON 17:03:13 九月 2, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:32:21 五月 14, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
