@charset "utf-8";
@import url("reset.css");

html, body {
	margin:0;
	padding:0;
}
body{
	/*background-image:url(../images/bg.png);*/
	/*background-repeat:repeat-x;*/
     /* -webkit-background-size:1920px 1500px;此行可以強迫ipad照你指定的背景尺寸 */
    /*background-color: #f7d1d0;*/
    /*background-position: top right;*/
}
#container {
    min-height: 100%;
    width: 100%;
    position: relative;
}
.topnotice{
	background-color: #c33833;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 6px 0px;
}
.header{
	/*background-image: url(../images/header_r1.svg);*/
	max-width:1000px;
	/*min-height: 630px;*/
	margin: 0 auto; 
	background-repeat: no-repeat;
}
.web-btn {
    max-width: 100%;
    text-align: center;
}
.web-btn img{
	max-width: 30%;
}
.home-btn{
  width: 15%;
  float: left;
  position: relative;
  margin: 10px 10px;
}
.home-btn a{
  cursor: pointer;
}
.home-btn img{
  width: 100%;
}
.go_btn{
	float:right;
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:20;
	_position:absolute; /* position fixed for IE6 */
	margin: 20px 20px;
}
.go_btn a{
	float: right;
	 /* margin-top: 22%;
	margin-right: 50px;*/
	background-color: #fac000;
	border-radius:99em;
	width:100px;
	height:100px; 
}
.go_btn p{
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
	text-align: center;
	line-height: 30px;
    padding: 28px 0px;
}
.go_btn a:hover{
    background-color: #db6762;
}
#cssmenu .rwd-btn{
    display: none;
}

#cssmenu .home-btn:hover, #cssmenu .home-btn:focus {
    text-decoration: none;
    background-position: 0 -30px;
}
.menu img a{
	margin-top: 5px;
	height: 65px;
	margin-right: 3px;
	margin-bottom: -5px;
}
.menu img a:hover{
	cursor: pointer;
}
.footer{
	width: 100%;
	bottom: 0;
	text-align: center;
}
.clearfooter{
	clear:both;
	height:60px; 
}
.footer .copy{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size:12px;
	color: #333333;
	margin: 15px 0px;
	display: inline-block;
	line-height: 20px;
}

.footer .icon img{
	max-width: 50px;
}

h2{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size:15px;
	color: #333333;
	line-height: 30px;
}
/*Media Queries------------------*/
@media screen and (max-width: 1700px) {
    body{
	background-image: url("");
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.go_btn{
	margin: 70px 20px;
    }
}
@media screen and (min-width: 989px) and (max-width: 1024px) {
	.go_btn{
	margin: 70px 20px;
    }
}

@media screen and (min-width: 786px) and (max-width: 989px) {
	.header{
		/*background-image: url(../images/header_r1.svg);*/
		max-width:768px;
		/*min-height: 510px;*/
		margin: 0 auto; 
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 600px) and (max-width: 786px) {
	.header{
		/*background-image: url(../images/header_r1.svg);*/
		max-width:600px;
		/*min-height: 380px;*/
		margin: 0 auto; 
		background-repeat: no-repeat;
	}
	#cssmenu img {
	 /* display: none;*/
	}
}

@media screen and (min-width: 480px) and (max-width: 600px) {
	.header{
		/*background-image: url(../images/header_r1.svg);*/
		max-width:480px;
		/*min-height: 270px;*/
		margin: 0 auto; 
		background-repeat: no-repeat;
	}
	#cssmenu img {
	 /* display: none;*/
	}
}
@media screen and (min-width: 370px) and (max-width: 480px) {
	.footer .copy{
	padding: 0 15px;
	}
	.header{
		/*background-image: url(../images/header_r1.svg);*/
		max-width:400px;
		/*min-height: 251px;*/
		margin: 0 auto; 
		background-repeat: no-repeat;
		background-position-y: 15px;
	}
	.home-btn {
    width: 20%;
    }
    .go_btn a {
    width: 65px;
    height: 65px;
    }
    .go_btn p {
    font-size: 22px;
    line-height: 25px;
    padding: 20px 0px;
    }
    .go_btn{
	margin: 10px 20px;
    }
}
@media screen and (min-width: 300px) and (max-width: 370px)  {
	.footer .copy{
	padding: 0 15px;
	}
	.header{
		/*background-image: url(../images/header_r6.svg);*/
		max-width:320px;
		/*min-height: 300px;*/
		margin: 0 auto; 
		background-repeat: no-repeat;
	}
	.home-btn {
    width: 35%;
    }
    .go_btn a {
    width: 65px;
    height: 65px;
    }
    .go_btn p {
    font-size: 22px;
    line-height: 25px;
    padding: 20px 0px;
    }
    .go_btn{
	margin: 10px 20px;
    }
}