@charset "utf-8";
body{
	background-attachment:fixed; 
	background-color:#000000;
	background-image:url(../images/f_store_r1.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat no-repeat;
	background-size:cover;
	margin: 0;
	padding: 0;
}
.store-left{
  float: left;	
  position: relative;
  width: 300px;
  margin-left: 150px;
  margin-top: 250px;
}
.store-title a{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 40px;
}
.store-title a:hover{
	color: #CBC9C9;
	line-height: 25px;
	margin-bottom: 40px;
}
.store-text{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	color: #ACACAC;
	line-height: 25px;
	margin-bottom: 30px;
}