@charset "utf-8";
/*
/* 
 * HTML5 ✰ 未定案模板
 *
 * 下列是眾多跨瀏覽器樣式研究的結果。 
 * 製作貢獻者謹列於行內，並誠摯感謝 Nicolas Gallagher、Jonathan Neal、
 * Kroc Camen，以及 H5BP 開發社群和小組。
 *
 * 此 CSS 的詳細資訊: h5bp.com/css
 * 
 * Dreamweaver 修改:
 * 1. 註解選取範圍標示
 * 2. 移除媒體查詢區段 (在個別檔案中新增我們的專屬區段)
 *
 * ==|== 標準化 ==========================================================
 */


/* =============================================================================
   HTML5 顯示定義
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}


/* 
 * 移除選取範圍標示中的文字陰影: h5bp.com/i
 * 這些選取範圍宣告必須有所區別
 * 另外: 暗粉紅！(或自訂背景顏色以符合您的設計)
 */

/* Dreamweaver: 如果您想要自訂選取範圍標示，請將這些取消註解
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
 /* =============================================================================
   MENU
   ========================================================================== */


/* =============================================================================
   連結
   ========================================================================== */

/*a { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #06e;}
a:focus { outline: thin dotted; }*/

/* 改善當停留並將焦點放在所有瀏覽器時的可讀性: h5bp.com/h */
a {
	color: #888;
	text-decoration: none;
}
a:hover, a:focus {
	color:#06C;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   印刷樣式
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* 重新宣告固定寬度字體系列: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* 改善所有瀏覽器中預先格式化之文字的可讀性 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* 放置下標字和上標字內容，而不影響行高: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   清單
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   內嵌內容
   ========================================================================== */

/*
 * 1. 改善在 IE7 中縮放時的影像品質: h5bp.com/d
 * 2. 移除影像容器上影像與邊框之間的間隙: h5bp.com/e 
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

/*
 * 修正 IE9 中未隱藏的溢位 
 */

svg:not(:root) {
overflow: hidden;
}
/* =============================================================================
   圖表
   ========================================================================== */

figure {
	margin: 0;
}

/* =============================================================================
   表格
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* ==|== 主要樣式 =====================================================
   作者: 
   ========================================================================== */
















/* ==|== 非語意的 helper 類別 ========================================
   在進入此區段之前，請先定義您的樣式。
   ========================================================================== */

/* 用於影像取代 */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* 同時在螢幕讀取器和瀏覽器中隱藏: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* 僅垂直隱藏，但在螢幕讀取器中提供使用: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* 擴充 .visuallyhidden 類別，以允許元素可在透過鍵盤瀏覽時取得焦點: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* 垂直隱藏且在螢幕讀取器中隱藏，但保留版面 */
.invisible {
	visibility: hidden;
}
/* 包含浮動: h5bp.com/q */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


/* ==|== 列印樣式 =======================================================
   列印樣式。
   已內嵌，以避免必要的 HTTP 連線: h5bp.com/r
   ========================================================================== */
 
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* 黑色的列印速度更快: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}  /* 不要顯示影像的連結或 javascript/內部連結 */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
