@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Quicksand:300');
html{ height:100%; width:100%; margin:0; padding:0;}
body { font-family: \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4 , "Microsoft JhengHei", Arial, Helvetica, sans-serif; margin:0; padding:0; width:100%; }
/*------------------------------------------------------------
	電腦首頁
------------------------------------------------------------*/
#container {
	padding-top: 0;
}

/*------------------------------------------------------------
	通用上方
------------------------------------------------------------*/
html, body, div, span, h1, a, ul, li,
dl, dt, dd, ol{
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-weight: normal;
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	vertical-align: top;
}


#gHeader {
	width: 700px;
	background-color: #FFF;
	margin: 0 auto;
}


#main {
	width: 700px;
	margin: 0 auto;
}

.ARROW_GRAY{
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #ccc;
}
