@charset "utf-8";


@media (min-width: 0px) and (max-width: 736px){
.pc{
	display:none;
}
.mobile{ 
	display:block;
	width: 100%;
	border: 0px solid red;
 }

.mobile table tr td img,
.mobile .fb-bg img,
.mobile .fb-fans img{
	width: 100%;
}
.mobile .header_m {
	display: table;
	background-color: red;
	background-image: url(../m_img/head_bg.jpg);
	background-repeat: repeat-x;
	width:100%;

}
.mobile .fb-bg{ 
	display:block;
	 float:left;
	 width:101px;
	 height: 40px;
	 background-image: url(../m_img/logo.jpg);
	 background-repeat: no-repeat;
	  background-size: cover; 
	  margin: 0px 0px 0px 16px;
	 border: 0px solid red;
}

.mobile .fb-fans{ 
	display:block; 
	float:right;
	width:87px;
	height: 40px;
	 background-size: 87px 40px;
}
.bt01{background-image: url(../m_img/app.jpg);}
.bt02{background-image: url(../m_img/fans.jpg);}
.mobile .facebook-area{ padding:0 0 0 98px;}

.notice-web{
	font-family:"微軟正黑體";
	color:#999999;
	font-size:16px;
	line-height:26px;
	padding:50px 0 0 0;
	width:90%;
	margin:0 auto ;
}
.notice-web li{ 
	font-size:14px;
	list-style-type:decimal;
	margin:0 0 0 15px;
}

.notice-web li a {
	color: #fcff00;
	text-decoration: none;
}
.fb-share{
	width: 52px;
	height: 20px;
	float: right;
	margin:0 80px 0 0;
	}
}

@media (min-width: 737px) {

.pc{display:block;
	font-family:"微軟正黑體";
	margin:0px 0px 0px 0px;
	background-image: url("../images/sun_bg.jpg");
    background-repeat: no-repeat; 
    background-position: center top;
    background-size: cover;
    border: 0px solid #000;
}
.mobile{ 
	display:none;
 }

.pc .header {
	background-image: url(../images/500QF_01.png);
	background-repeat: repeat-x;
	width:100%;
	display:block;
	overflow:hidden;
}
.pc .fb-bg{ display:block; float:left;}
.pc .fb-fans{ display:block; float:right;}
.pc .facebook-area{ padding:0 0 0 98px;}

.notice-web{
	color:#999999;
	font-size:16px;
	line-height:26px;
	padding:50px 0 0 0;
	width:740px;
	margin:0 auto ;
}
.notice-web li{ 
	font-size:14px;
	list-style-type:decimal;
	margin:0 0 0 15px;

}

.notice-web li a {
	color: #fcff00;
	text-decoration: none;
}
.fb-share{
	width: 52px;
	height: 20px;
	float: right;
	margin:0 80px 0 0;
	}

}
