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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#top_range{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
   
	}

#logo_range{
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;

	
	}

#memu_range{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	min-height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: table;
	}

#banner_range{
	margin-bottom: 10px;
	}

#detail_range{
	width: 96%;
	margin-bottom: 10px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-family: "微軟正黑體 Light";
	font-size: 16px;
	min-height: 600px;
	margin-top: -20px;
	
	}

#down_range{
	min-height: 140px;
	background-color: #CCCFD5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000000;
	font-family: "微軟正黑體 Light";
	font-size: 16px;
	
	}
