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

body{
	margin: 0px;
	background-image: url(images/bg.png);
	font-family:"微軟正黑體";
	min-width:1200px;
}

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

#fb_icon{
	display: block;
	position: fixed;
	right: 9%;
	top: 10px;
	width: 30px;
	height: auto;
	z-index: 2;
	}
	
#fb_icon img{
	width: 100%;
	height: auto;
}
	
#line_icon{
	display: block;
	position: fixed;
	right: 6%;
	top: 10px;
	width: 30px;
	height: auto;
	z-index: 2;
	}
	
#line_icon img{
	width: 100%;
	height: auto;
}

#top_range{
	background-color: #961D1F;
	text-align: center;
	padding-top: 10px;
	height: 80px;
	width: 100%;
	z-index: 1;
	position: fixed;
}

#mune_range{
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	}
	
#banner_range{
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	position: relative;
	z-index: 0;
	padding-top: 80px;
	}

#index_content_range{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 10px;
	}
	
#content_range{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
	padding-bottom: 40px;
	}
	
#news_range{
	width: 28%;
	height: 200px;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	}
	
#events_range{
	width: 28%;
	height: 200px;
	float: left;
	padding-left: 1%;
	padding-right: 1%;	
	}
	
#brands_range{
	width: 38%;
	height: 200px;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	}
	
.index_message_range{
	padding-bottom: 5px;
	border-bottom: 2px solid hsla(359,68%,35%,1.00);
	margin-bottom: 10px;
	position: relative;	
	}
	
.index_message_range span{
	position: absolute;
	right: 0px;
	bottom: 3px;
		}
	
.index_message_content_range{
	border: 0px solid hsla(0,0%,2%,1.00);
	}
	
.news_img{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news_text{
	height: 120px;
	position: relative;
	color: #727272;
	line-height: 23px;
}

.news_text ntitle{
	background-color: #961D1F;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	}
	
.news_text date{
	font-size: 13px;
	font-weight: bold;
}

.news_text a{
	color: #727272;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 14px;
	}
	
.news_text a:hover{
	color: #961D1F;
	}
	
	
#down_range{
	background-color: #727272;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	color: #ffffff;
	position: fixed;
	bottom: 0px;
	width: 90%;
	z-index: 50000;
	}
		
