@charset "utf-8";
body {

	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.8em;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	background-color: #777777;
	
	
}

/*網站主架構*/

#mainContent {	width: 100%; padding: 0; }
#Content {	position: absolute; width: 1020px; height: 720px; left: 50%; margin-top: 50px; margin-left: -510px;}

#home { position: absolute; width: 1020px; height: 720px; padding: 0;}

.enter2017 { padding: 6px 40px 6px 40px ; height: 30px; font-size:1.6em; color: #FFF; font-weight:bold; background-color: #E61673; line-height: 1.6em; cursor:pointer; display:block; position: absolute;  left: 50%; margin-left: 252px;  margin-top: 455px; z-index: 999; box-shadow:0px 0px 5px 5px rgba(0, 0, 0, 0.1);}
.enter2017 a { color: #FFF; text-decoration:none;}
.enter2017 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.enter:hover { color: #FFC; background-color: #ff0000;
 -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);}
.enter2017:hover { color: #FFC; background-color: #F8B62D;
 -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);}
	