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

body {
    margin: 0;
    background-color: hsla(0,0%,93%,1.00);
    font-family: Arial,"微軟正黑體";
}

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

#lang_range{
	position: fixed;
	z-index: 5000;
	top: 10px;
	right: 20px;
	display: none;
	}
	
#top_range{
	min-height: 50px;
	background-color: hsla(37,100%,50%,0.84);
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	position: fixed;
	top: 0px;
	color: hsla(0,0%,100%,1.00);
	z-index: 2000;
	border-bottom: 1px solid hsla(0,0%,55%,0.50);
}

#logo_range{
	width: 40%;
	min-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu_range{
	min-height: 50px;
	position: absolute;
	left: 42%;
	width: 58%;
	bottom: 0px;
}

#banner_range{
    z-index: 100;
}

#banner_range img{
    display: block;
    width: 100%;
    height: auto;
}

#content_range{
    min-height: 400px;
    width: 96%;
    padding: 2%;
    font-size: 16px;
    color: hsla(0,0%,38%,1.00);
}

#content_range img{
	display: block;   
}
#content_range1{
	min-height: 400px;
	width: 96%;
	padding: 2%;
	font-size: 16px;
	color: hsla(0,0%,38%,1.00);
	margin-top: 120px;
}

#content_range1 img{
	display: block;   
}

#down_range{
	min-height: 60px;
	width: 96%;
	padding: 2%;
	background-color: hsla(0,0%,0%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-top: 1px solid hsla(0,0%,77%,0.77);
}
