@charset "UTF-8";
@import url("reset.css");

/* CSS Document */
body {
	color:#666;
	background:white;
	font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-self;
	font-size: 14px;
	line-height: 1.8em;
}
#nav {
	background-image: url(../images/nav-bkg.png);
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
}
#nav ul {
	list-style:none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/nav-bkg-in.png);
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav li {
	float: left;
}
#nav li a { display:block; }
#nav li.nav1 a {background-image:url(../images/nav1.png);width:180px;height:33px;text-indent: -9999px;}
#nav li.nav1 a:hover { background-position:bottom; } 
#nav li.nav2 a {background-image:url(../images/nav2.png);width:164px;height:33px;text-indent: -9999px;}
#nav li.nav2 a:hover { background-position:bottom; } 
#nav li.nav3 a {background-image:url(../images/nav3.png);width:144px;height:33px;text-indent: -9999px;}
#nav li.nav3 a:hover { background-position:bottom; } 
#nav li.nav4 a {background-image:url(../images/nav4.png);width:202px;height:33px;text-indent: -9999px;}
#nav li.nav4 a:hover { background-position:bottom; } 

#main {
	background-image: url(../images/main.jpg);
	background-position: center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-repeat: no-repeat;
}

#main #sns{
	width:300px;
	position:absolute;
	top:50px;
	right:0px;
	text-align:right;
	z-index:9999;
}

#main-box {
	height: 460px;
	width: 558px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -80px;
}
h1.vi {
	background-image: url(../images/vi.png);
	display: block;
	height: 363px;
	width: 521px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
#main-box ul {
	list-style:none;
	background-image: url(../images/btn-title.png);
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	height: 46px;
	display: block;
}
#main-box li { float:left; }
#main-box li a { display:block; margin-right: 5px; }
#main-box li a:hover {
	filter:alpha(opacity=60); 
    -moz-opacity:0.6; 
    opacity:0.6;}
#main-box li.sns1 a {background-image:url(../images/btn-1.png);width:88px;height:46px;text-indent: -9999px;}
#main-box li.sns2 a {background-image:url(../images/btn-2.png);width:88px;height:46px;text-indent: -9999px;}
#main-box li.sns3 a {background-image:url(../images/btn-3.png);width:88px;height:46px;text-indent: -9999px;}
#main-box li.sns4 a {background-image:url(../images/btn-4.png);width:88px;height:46px;text-indent: -9999px;}
#main-box li.sns5 a {background-image:url(../images/btn-5.png);width:88px;height:46px;text-indent: -9999px;}
#main-box li.sns6 a {background-image:url(../images/btn-6.png);width:88px;height:46px;text-indent: -9999px;}
#main-box li.sns7 a {background-image:url(../images/btn-7.png);width:88px;height:46px;text-indent: -9999px; margin-right:0px;}

#content {
	position: absolute;
	width: 100%;
	top: 100%;
}
.grey {
	background-color: #EBEBEB;
	padding-top: 50px;
	padding-bottom: 50px;
}
.white {
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#p-cont {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
h2.gl-title {
	background-image: url(../images/gl-title.png);
	display: block;
	text-indent: -9999px;
	height: 65px;
	width: 970px;
}
h2.tk-title {
	background-image: url(../images/tk-title.png);
	display: block;
	text-indent: -9999px;
	height: 65px;
	width: 970px;
}
h2.no-title {
	background-image: url(../images/no-title.png);
	display: block;
	text-indent: -9999px;
	height: 65px;
	width: 970px;
}

.gl-cont {
	background-image: url(../images/gl-cont.png);
	height: 320px;
	width: 531px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tk-cont {
	width: 740px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.tk-cont ul { list-style:none; }
.tk-cont li {
	display:block;
	margin-bottom:50px;
	color: #666;
}
.tk-cont li a {
	color: #0C2F88;
	font-weight: bold;
}
.tk-cont li a:hover {
	text-decoration: none;
}
.tk-cont li.info {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 117px;
	background-image: url(../images/tk-info.png);
}
p.tk-info-title {
	display: block;
	height: 96px;
	width: 540px;
	background-image: url(../images/tk-info2.png);
	text-indent: -9999px;
}
p.small-tip {
	font-size: 12px;
	color: #999;
}
.tk-cont li.tip1 {
	background-image: url(../images/tk-tip1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 117px;
}
.tk-cont li.tip2 {
	background-image: url(../images/tk-tip2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 117px;
}
a.famiport {
	background-image: url(../images/tk-tip3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 117px;
}

.no-cont {
	width: 740px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	color: #666;
}
.no-cont h4 {
	color: #0C2F88;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C2F88;
}
.no-cont b {
	color: #333;
	margin-top: 25px;
	display: block;
}
.no-cont ol {
	padding-left: 28px;
	list-style-type: decimal;
}
.no-cont a { 
	color: #999;
}
.no-cont a:hover {
	text-decoration:none;
}
#footer {
	position: fixed;
	z-index: 9999;
	height: 30px;
	width: 100%;
	bottom: 0px;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	background-color: #FFF;
	color: #999;
}
#footer a {
	color: #0C2F88;
}
#footer a:hover {
	text-decoration: none;
}
a.famiport {
	display: block;
	height: 35px;
	width: 215px;
	background-image: url(../images/famiport-btn.png);
	text-indent: -9999px;
	padding: 0px;
	margin-left: 405px;
	margin-top: -40px;
}
a.famiport:hover {
	background-position:bottom;
}
a.famiticket {
	display: block;
	height: 35px;
	width: 215px;
	background-image: url(../images/famiticket-btn.png);
	text-indent: -9999px;
	padding: 0px;
	margin-left: 405px;
	margin-top: -40px;
}
a.famiticket:hover {
	background-position:bottom;
}


/*other page*/
#page-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#famiport {
	background-color: #FFF;
	width: 970px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2.fa-title {
	background-image: url(../images/famiport.jpg);
	display: block;
	text-indent: -9999px;
	height: 65px;
	width: 970px;
}
#famiport ul {
	margin-top: 20px;
	font-size: 14px;
}
#famiport li {
	display: block;
	padding: 8px;
	width: 270px;
	background-color: #EBEBEB;
	float: left;
	margin-right: 17px;
	margin-bottom: 25px;
	margin-left: 17px;
	text-align: center;
	border: 1px solid #EBEBEB;
}
#famiport li:hover {
	border: 1px solid #999;
}
#famiport li a {
	color: #333;
	text-decoration: none;
	display: block;
}
#famiport li a b {
	color: #666;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
#famiport li b {
	display: block;
	text-align: center;
}
#fami-ticket{
	background-color: #FFF;
	width: 970px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
}
h2.fat-title {
	background-image: url(../images/famiticket.jpg);
	display: block;
	text-indent: -9999px;
	height: 65px;
	width: 970px;
}
#fami-ticket ul {
	margin-top: 20px;
	font-size: 14px;
	width: 934px;
	margin-right: auto;
	margin-left: auto;
}
#fami-ticket li {
	display: block;
	padding: 8px;
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	margin-bottom: 25px;
}
#fami-ticket li:hover {
	border: 1px solid #999;
}
#fami-ticket li a { 
	color: #333;
	text-decoration: none;
	display: block;
}
#fami-ticket li a b {
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: normal;
} 
#fami-ticket li a p {
	display: block;
	margin-left: 290px;
}
#fami-ticket li img {
	float: left;
	margin-right: 20px;
}
h5.ft-subtitle-ch {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	display: block;
}
h5.ft-subtitle-en {
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	color: #666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 15px;
}

/*box*/
#countdown {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index:9999;
	display:none;
}
#cdbg {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	background-color: #fff;
}
#cdimg {
	width:395px;
	height:116px;
	position: absolute;
	padding-top:117px;
	top: 50%;
	left:50%;
	margin-top:-115px;
	margin-left:-197px;
}
.countdown {
	cursor:pointer;
}