@charset "utf-8";
@import url("reset.css");

html, body, .WRAPPER {
	margin:0;
	padding:0;
}
body{
	background-color: #FFFFFF;
	background-repeat:repeat;
	background-position:initial initial;
    -webkit-background-size:1920px 1500px; /* 此行可以強迫ipad照你指定的背景尺寸 */
	/*background-attachment:fixed;*/
	height: 100%;
}
#header{
	background-color: #007C7D;
	width:100%;
	height: 70px;
	margin: 0 auto;
}
.header-middle{
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}

/*.page{
	padding-bottom: 60px;/* 必須使用和footer相同的高度 
}*/
#container{
	background-color: #7DC7E4;
}
.header-logo{
	position: relative;
	float: left;
}
.header-logo img{
	width: 180px;
	position: relative;
	float: left;
	padding-top: 5px;
}
.header-right{
	float: right;
	position: relative;
}
#content{
	width: 1024px;
    background-image: url(../images/content_1.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: #7DC7E4;
}
.page-header{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	position: relative;
	margin-top: 34%;
    margin-left: 12%;
    width: 260px;
    line-height: 25px;
    text-align: justify;
}
.page-activity{
	width: 550px;
	margin: 0 auto;
	text-align: center;
	padding-top: 75%;
}
.page-title{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 26px;
	font-weight: 600;
	color: #DB4453;
	line-height: 60px;
	text-align: center;
}

.page-subtitle{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 18px;
	font-weight: 700;
	color: #222;
	line-height: 45px;
}
.page-subtext{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	font-weight: 700;
	color: #DB4453;
	line-height: 35px;
}
.page-text{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #222;
	line-height: 35px;
}
.download_btn{
	text-align: center;
	margin-top: 50px;
}
.download_btn a{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	font-size: 18px;
	color: #FFF;
	font-weight: 900;
	text-align: center;
	background-color:#DB4453;
	padding: 10px 35px;
	border-radius: 5px;
	color: #FFF;
}
.download_btn a:hover{
	background-color:#fac000;
}
.page-award{
	width: 1220px;
	height: 864px;
    margin: 0 auto;
    background-image: url(../images/content_r2.png);
    background-repeat: no-repeat;
    margin-left: -90px;
}
.page-award-content{
	width: 600px;
    text-align: justify;
    margin: 0 auto;
    top: 40%;
    position: relative;
}
.page-award-text{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #222;
	line-height: 30px;
}
.page-award-notes{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 14px;
	color: #222;
	line-height: 25px;
	margin-top: 20px;
}
.page-notes{
	width: 650px;
	height: 500px;
    margin: 0 auto;
    text-align: justify;
    padding: 0px 30px;
}
.page-notes-text{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #222;
	line-height: 25px;
}
.page-notes-list{
	color: #222;
}
.page-notes-list ul{
	list-style-position: outside;
	float: left;
}
.page-notes-list li{
	list-style-type: disc;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #222;
	line-height: 25px;
}
.page-notes-list li p{
	font-weight: 800;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #222;
}
.page-end-content{
/*	width: 800px;*/
	height: 440px;
	margin: 0 auto;
}
.page-logo-wrap{
	float: left;
	position: relative;
	width: 30%;
}
.logo-title{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #222;
}
.logo-pic{
    padding: 10px 0px;
}
.page-awardlist-wrap{
	width: 544px;
	height: 436px;
	background-image: url(../images/content_r3.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	margin-left: 15px;
}
.page-award-list{
	color: #FFF;
	width: 400px;
    margin-left: 90px;
    margin-top: 20px;
}
.page-award-list ul{
	list-style-position: outside;
	float: left;
}
.page-award-list li{
	list-style-type: disc;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #FFF;
	line-height: 35px;
}
.page-award-list li a{
	list-style-type: disc;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #EFD258;
	line-height: 35px;
}
.page-award-list li a:hover{
	list-style-type: disc;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 16px;
	color: #FFF;
	line-height: 35px;
}
.page-animal{
	width: 1024px;
	height: 779px;
	margin-top: -20%;
	background-image: url(../images/content_r4.png);
	margin: 0 auto;
	background-repeat: no-repeat;
	text-align: center;
}
#footer{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 12px;
	color: #222;
	margin: 0 auto;
	width: 100%;
    text-align: center;
    padding: 10px 0px;
}

@media screen and (min-width: 786px) and (max-width: 989px)  {
	#content{
	width: 786px;
    background-image: url(../images/content_2.jpg);
    }
    .page-header {
    margin-top: 36%;
    margin-left: 9%;
    }
    .page-award {
    width: 786px;
    height: 675px;
    background-image: url(../images/content_d2.png);
    margin-left: -30px;
    }
    .page-activity{
	width: 786px;
    margin: 0 auto;
    text-align: center;
    padding-top: 580px;
    }
    .page-animal{
	width: 786px;
	height: 572px;
	margin-top: -20%;
	background-image: url(../images/content_d4.png);
	background-repeat: no-repeat;
	margin: 0 auto;
    }
    .page-awardlist-wrap {
    width: 460px;
    height: 371px;
    background-image: url(../images/content_d3.png);
    margin-left: 15px;
}
    .page-award-content {
    top: 32%;
    }
    .page-logo-wrap {
    padding-left: 50px;
    }
    .page-award-list {
    width: 370px;
    margin-left: 50px;
    margin-top: 0px;
    }
}
@media screen and (min-width: 480px) and (max-width: 785px) {
    #content{
	width: 480px;
    background-image: url(../images/content_3.jpg);
    }
    .page-header {
    margin-top: 43%;
    margin-left: 12%;
    }
    .page-activity {
    width: 480px;
    padding-top: 135%;
    margin-right: 0px;
    }
    .page-award {
    width: 480px;
    height: 806px;
    background-image: url(../images/content_e2.png);
    margin-left: 0;
    }
    .page-animal{
	width: 480px;
	height: 353px;
	margin-top: 200px;
	background-image: url(../images/content_e4.png);
	background-repeat: no-repeat;
    }
    .page-awardlist-wrap {
    width: 460px;
    height: 371px;
    background-image: url(../images/content_d3.png);
    margin-left: 0px;
    }
    .page-award-content {
    top: 20%;
    width: 380px;
    }
    .page-logo-wrap {
    padding-left: 150px;
    position: relative;
    width: 100%;
    float: none;
    }
    .page-award-list {
    width: 370px;
    margin-left: 50px;
    margin-top: 0px;
    }
    .page-notes {
    width: 450px;
    height: 550px;
    }
}
@media screen and (min-width: 350px) and (max-width: 479px) {
    .header-logo img {
    width: 150px;
    padding-top: 10px;
    } 
    #content{
	width: 350px;
    background-image: url(../images/content_4.jpg);
    }
    .page-header {
    margin-top: 46%;
    margin-left: 16%;
    }
    .page-activity {
    width: 300px;
    padding-top: 155%;
    margin-right: 0px;
    }
    .page-award {
    width: 350px;
    height: 788px;
    background-image: url(../images/content_f2.png);
    margin-left: 0;
    }
    .page-animal{
	width: 100%;
	height: 245px;
    margin-top: 300px;
	background-image: url(../images/content_f4.png);
	background-repeat: no-repeat;
    }
    .page-awardlist-wrap {
    width: 350px;
    height: 425px;
    background-image: url(../images/content_f3.png);
    margin-left: 0px;
    }
    .page-award-content {
    top: 15%;
    width: 300px;
    }
    .page-logo-wrap {
    padding-left: 0px;
    position: relative;
    width: 260px;
    float: none;
    margin: 0 auto;
    }
    .page-award-list {
    width: 300px;
    margin-left: 40px;
    margin-top: 0px;
    }
    .page-notes {
    width: 300px;
    height: 750px;
    }
}