/*=======================行動公職王@media screen and ( max-width:736px) {=========================*/


*{
	box-sizing:border-box;
	}
html{
	-webkit-text-size-adjust: none;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
    }
h1,h2,h3,h4,h5,h6{  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;  }

body { margin:0; background:url(../images/bg.gif) repeat-x #00561f;}


.content{
	margin:0 auto;
	width:1000px;
	height:800px;
	background:url(../images/card_bg.jpg) no-repeat;
	background-position:center 0%;
	}
.chicken {
	float:right;
	margin:250px 0 0 0;
	width:450px;
	height:400px;
	background:url(chicken.png) no-repeat left top;
	position: relative;
	top:0;
	-webkit-animation:fly 1s infinite;
	}
.footer {
	margin:0 auto;
	padding:0 0 0 105px;
	width:1000px;
	height:80px;
	font-size:15px;
	color:#eee;
	}
.footer a{	color:#eee;}
.footer a:hover { text-decoration:none;}

	
/*關鍵影格設定*/
@-webkit-keyframes fly{
	 0%{ top:0;}
	 50%{ top:20px;}
	100%{ top:0;}
}