@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#000;
}

.frontpage {
	margin:0 auto;
	width:100%;
	max-width:1000px;
	background-color:#000;
	position:relative;
}

.frontpage img {
	display:block;
	width:100%;
	max-width:1000px;
	margin: 0 auto;
}

.wong {
	animation: wong 0.7s forwards linear;
	position:absolute;
	top:0;
	left:0;
}

.wong img {
	width:100%;
	max-width:1000px;
}

@keyframes wong
{
  0% { transform:scale(4);}
  50% { transform:scale(1); }
  100% {transform:scale(1); }
}

.drink {
	animation: aqq 1s infinite linear;
	position:absolute;
	top:0;
	left:0;
}

.drink img {
	width:100%;
	max-width:1000px;
}

@keyframes aqq
{
  0% { top:10px; }
  50% { top:0; }
  100% {top:10px; }
}

.content {
	background:#000;
	background-position:center;	
}

.word h3 {
	text-align:center;
	line-height: 160%;
	margin:0;
	padding:0;
	letter-spacing: 10px;
	font-size: 30px;
	color:#df3000;
	font-weight: bold;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;

}

.word p {
	text-align:center;
	line-height: 160%;
	margin:0 ;
	padding:10px 0 20px 0;
	font-size: 18px;
	color:#fff;
	font-weight: 300;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.chart {
	text-align:center;
}

.chart img {
	width:100%;
	max-width:1150px;
	margin:0 0 30px 0;
}

.table {
	max-width:100%;
	margin:15px auto 25px auto;
	padding:0;
	border:1px solid #df3000;
	font-family:"微軟正黑體", Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:200%;
	color:#666;
	width:100%;
	border-collapse: collapse;
    border-spacing: 0px;
}

.table th {
	padding:8px;
	background-color:#df3000;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:200%;
	text-align:center;

}

.table td {
	border:1px solid #b7b7b7;
	border-bottom:none;
	border-right:none;
	padding:8px;
	background-color:#FFF;
	text-align:center;
	font-size:16px;
}	

.btm {
	margin: 0px 0 30px 0;
	text-align:center;
	
}

.btm01 {
	margin:5px auto;
	padding: 15px;
	border-radius:6px;
	border: #ffffff 2px solid;
	max-width: 300px;
	width: 100%;
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	letter-spacing: 10px;
	text-align:center;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition:0.3s;
}

.btm a {
	text-decoration:none;
	font-size: 28px;
	color:#ffffff;
}

.btm01:hover {
	background-color:#ea3200;
	text-decoration:none;
	transform:scale(1.05);

}




.note {
	background-color: #464545;
}

.note h3 {
	text-align:center;
	margin:20px 0 10px 0;
	line-height: 100%;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.noteword {
	padding: 0 30px 40px 30px; 
}

.note li {
	text-align:left;
	padding:0;
	line-height: 160%;
	color: #ffffff;
	text-decoration:none;
	list-style: decimal;
	margin: 0 0 10px 0;
}

.note li a {
	color: #fceb29;
}

/*copyright開始*/

#copyright {
	text-align:center;
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/







@media screen and (max-width:1200px) {

}

@media screen and (max-width:1140px) {

}

@media screen and (max-width:992px) {
}

@media screen and (max-width:800px) {	

}

@media screen and (max-width:767px) {
}



@media screen and (max-width:750px) {
.word p {
	margin:0;
}
}

@media screen and (max-width:500px) {
.word h3 {
	font-size:24px;
}

.note h3 {
	margin:20px 0 0 0;
	text-align:center;
}

.noteword {
	padding: 0 10px 40px 10px; 
}

.note ul {
	padding:0 0 0 10px;
}

.note li {
	margin:8px 0 0 0;
}
}

@media screen and (max-width:363px) {

.word p {
	font-size:16px;
	padding: 10px 0 10px 0;
	margin: 0 10px;
}
}

@media screen and (max-width:320px) {
}