@charset "utf-8";
/* CSS Document */
*{font-family:'微軟正黑體',serif;}




	
/*桌機版*/
@media only screen and (min-width: 960px) {

.close{
	float:right;	
	padding:10px;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	font-size:1.2em;
	line-height:30px;
	background:#000;
	color:#FFF;
	border-radius:30px;
	-webkit-border-radius:30px;
	margin:-20px -50px 0px 0px;
	}

#box1{
	display: none;
	margin:10px auto;
	background:#FFF;
	width:500px;
	color:#333;
	padding:0 30px 30px; 
	border-radius:5px;
	-webkit-border-radius:5px;
	font-size:20px;
}

#box1 h2{ font-size:1.6em; color:#F00; margin:0 0 20px; text-align:center;}
#box1 table{ border-collapse: collapse; border:1px solid #CCC; background:#FFF; font-size:18px; color: #333; }

}


@media screen and (max-width:767px){
.close{
	float:right;	
	padding:10px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	font-size:1em;
	line-height:10px;
	background:#000;
	color:#FFF;
	border-radius:30px;
	-webkit-border-radius:30px;
	margin:-10px -30px 0px 0px;
	}
	
#box1{
	display: none;
	background:#FFF;
	width:100%;
	color:#333;
	padding:0 20px 20px; 
	border-radius:5px;
	-webkit-border-radius:5px;
	text-align:left;
	font-size:16px
}
#box1 h2{ font-size:1em; color:#F00; margin:0 0 20px; text-align:center;}
#box1 table{ border-collapse: collapse; border:1px solid #CCC; background:#FFF; font-size:15px; color: #333; }

	
}


/*平版*/

@media screen and ( min-width:768px ) and ( max-width:1024px ){
	
.close{
	float:right;	
	padding:10px;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	font-size:1.2em;
	line-height:30px;
	background:#000;
	color:#FFF;
	border-radius:30px;
	-webkit-border-radius:30px;
	margin:-20px -50px 0px 0px;
	}

#box1{
	display: none;
	margin:10px auto;
	background:#FFF;
	width:500px;
	color:#333;
	padding:0 30px 30px; 
	border-radius:5px;
	-webkit-border-radius:5px;
	font-size:20px;
}

#box1 h2{ font-size:1.6em; color:#F00; margin:0 0 20px; text-align:center;}
#box1 table{ border-collapse: collapse; border:1px solid #CCC; background:#FFF; font-size:18px; color: #333; }	
	
	
	
	
	
	}

