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

body{
    margin:0;
    font-family: Arial,"微軟正黑體";
}

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

#top_range{
    background-color: hsla(203,30%,24%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
}

#shop_member_range{
	position: absolute;
	top: 2%;
	right: 2%;
}

#shop_member_range img{
    width: 30px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}


#logo{
    width: 20%;
}

#menu{
    margin-left: 20%;
    height: 50px;
    margin-top: -50px;
}

#banner{
    
}

#center{
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    min-height: 400px;
    overflow: hidden;
}

#left_menu_range{
	width: 18%;
	min-height: 300px;
	float: left;
	margin-right: 2%;
}

#left_search{
    margin-bottom: 15px;
	overflow:hidden;  
}

#left_menu{
    
}
#right_content{
    width: 80%;
    min-height: 300px;
    float: left;
}

#down{
    background-color: hsla(203,30%,24%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;    
}

/* 下拉*/
#jqtextcall{
	}

#hiddenbox{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	border-width: 0px 1px 1px;
	background-color: rgba(0,0,0,1.00);
	position: fixed;
	top: 45px;
	padding-left: 10px;
	padding-right: 10px;
	width: 450px;
	border-radius: 3px;
	right: 10px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.24);
	margin-top: 10px;
	}