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

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

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

.top_color_line1{
    background-color: hsla(46,100%,52%,1.00);
    height: 5px;
}

.top_color_line2{
    background-color: hsla(50,100%,60%,1.00);
    height: 5px;
}

.top_color_line3{
    background-color: hsla(61,100%,77%,1.00);
    height: 5px;
}

#msh{
	position: absolute;
	right: 5%;
	top: 60px;
	z-index: 10000;
}



#msh img{
    width: 30px;
    padding: 3px;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
}

#msh img:hover{
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.36);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.36);
}

#msh span{
    background-color: hsla(359,46%,60%,1.00);
    display: block;
    text-align: center;
    color: hsla(0,0%,100%,1.00);
    font-family: Arial;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    top: -3px;
    left: 67px;
}

#top_range{
	padding: 2%;
	text-align: center;
	position: relative;
	z-index: 5000;
}

#memu_range{
	min-height: 50px;
	border-bottom: 1px solid hsla(0,0%,0%,1.00);
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
	z-index: 6000;
}

#member_login_range{
	width: 500px;
	position: absolute;
	top: 100px;
	right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 20000;
}

#member_login_triangle {
    border-color: transparent transparent hsla(48,100%,50%,1.00);
    border-style: solid solid solid solid;
    border-width: 10px;
    /* 設定 width、height 可更好理解原理 */    height: 0px;
    width: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    position: relative;
    left: 80px;
}

#member_login_content{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 3px;
	background-color: hsla(48,100%,50%,1.00);
	color: hsla(0,0%,0%,1.00);
	-webkit-box-shadow: 0px 3px 3px hsla(0,0%,37%,0.22);
	box-shadow: 0px 3px 3px hsla(0,0%,37%,0.22);
	text-align: center;
	z-index: 20000;
}

#banner_range{
	position: relative;
	top: -16px;
	
}

#index_content_range{
    min-height: 500px;
    color: hsla(0,0%,50%,1.00);
    font-family: Arial,"微軟正黑體";
    font-size: 16px;
}

#page_title {
	margin-bottom: 50px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 0px solid #4F798D;
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #E0AD17;
	text-align: center;
}
#page_title span {
	font-size: 18px;
	font-family: "微軟正黑體";
	color: #777777;
}

#content_range{
    padding: 3%;
    min-height: 500px;
    color: hsla(0,0%,50%,1.00);
    font-family: Arial,"微軟正黑體";
    font-size: 16px;
}

#down_range{
    padding: 3%;
    border-top: 1px solid hsla(0,0%,0%,1.00);
    color: hsla(0,0%,50%,1.00);
    font-family: Arial,"微軟正黑體";
    font-size: 16px;
    position: relative;
}

#back_to_top{
    width: 70px;
    height: auto;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -35px;
	cursor:pointer;
}
