﻿@charset "utf-8";

body{
	font-family:"微軟正黑體";
	background-color: #13031f ;
}

@media screen and (max-width: 738px){
.pc{
	display:none;
}	
.mobile{
	display:block;
	background-color: #e6f1f8;
	margin-top: -20px;
}

.content table{
	width:100%;
	margin-bottom: 90px;
}
	
.countdown{
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    text-align: center;
	z-index: 1000;
}
	
.countdown .bg{
	background-image:url(../images/count_bg.jpg);
	background-repeat: repeat-x;
    margin: 0 auto;
    width: 100%;
    color: #c63939;
    height: 90px;
    font-family: Century Gothic;
}
	
.time{
		font-size:28px;
		text-align:center;
}
.time-chinese{
		font-size:20px;
		font-family:"微軟正黑體";
		font-weight: bold; 
}
.time-chinese-title{
		font-size:30px;
		padding-top: 10px;
		text-align:center;
		font-family:"微軟正黑體";
		font-weight: bold; 
}
}

@media screen and (min-width: 737px){
	
.pc{
	display:block;
	
}	
.mobile{
	display:none;
}
	
.content{
	margin: -21px auto;
    	width: 1200px;
	}
	
.countdown{
	display: block;
	position: fixed;
	right: 4%;
	top: 88px;
	width: 211px;
	height: 211px;
	background-image: url(../images/countdown.png);
	background-repeat: no-repeat;
}

.countdown .bg{
		margin:60px auto;
		width:100%;
		color:#c63939;
		font-family:Century Gothic;
}
.time{
		font-size:22px;
		text-align:center;
		font-weight: bold; 
		text-shadow: 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94;
}
.time-chinese{
		font-family:"微軟正黑體";
		font-size:16px;
		font-weight: bold; 
		text-shadow: 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94;
}
.time-chinese-title{
		font-family:"微軟正黑體";
		font-size:30px;
		text-align:center;
		font-weight: bold; 
		text-shadow: 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94, 0px 0px 10px #ffec94;
}
}