@import url("reset.css");

html{
	font-size: 100%;
}

body{
	background: url(../images/bg.png) #efe4d7;
	color: #666666;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,"微軟正黑體";
	font-size: 100%;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

a{text-decoration: none;color:#666666;}
a , a:hover, a:active, a:focus { outline: 0;}
a:hover{text-decoration: none; color:4791d6;}

.container{
	/*margin: 0 auto;
	width: 1200px;*/
	padding: 0;
}


/*-------------------------------------------------
 ad
---------------------------------------------------*/
#header{
	margin-top: 3em;
}

#header .container img{
	width: 100%;
}




/*-------------------------------------------------
des- nav
---------------------------------------------------*/
.nav{
	position: fixed;
    top: 0;
    left: 0;
	height: 3em;
	line-height: 3em;
	width:100%;
	z-index: 1000;
	background-color: #333333;
}

.nav .container{
	margin: 0 auto;
}

.nav li{
	display: inline-block;
	overflow: hidden;
	background: url(../images/nav_bg.png) no-repeat left #333333;
	text-align: center;
	font-weight: bold;
}	

.nav li:first-child{
	background-image: none;
}

.nav a{
	position: relative;
	z-index: 2;
	display: block;
	padding: 0 1.7em;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in;
  	-moz-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
 }
 
.nav a:after{
	display: block;
	position: absolute;
	content: '';
	top: -100%;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
  	-moz-transition: all 0.3s ease-in;
  	transition: all 0.3s ease-in;
	opacity: 0;
}

.nav a:hover{
	color: #3a1e11;
}

.nav a:hover:after {
	top: 0;
	opacity: 1;
}




/*-------------------------------------------------
mob-nav
---------------------------------------------------*/
.mob-nav{display: none;}
.nav-rwd {
		position: fixed;
		z-index: 900;
        display: none;
		top: 48;
		width: 100%;
}


.nav-rwd li{
 	display: inline-block;
  	width: 50%;
   	text-align: center;
	font-weight: bold;
}

.nav-rwd li a {
    display: block;        
    padding: 0.8em 0;
	background: #333333;
    color: #ffffff;
}
 
.nav-rwd a:hover {
    background: #666666;
}

.toggle {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;       
        display: inline-block;
        padding: 12px 20px;
        color: #ffffff;
		text-align:right;
		cursor: pointer;
		background: #333333;
		border-bottom: 1px  solid #666666;
 }

/*-------------------------------------------------
main
---------------------------------------------------*/
.areabox, .areabox-1{
	padding-top: 3em;
}



h2{
	padding: 0.6em 1.5em;
	background-color: #f7713c;
	color:#ffffff;
	font-size: 1.500em;/*24px*/
	font-weight: bold;
	line-height: 1;
}

.areabox h2 span{
	display: inline-block;
	padding-left: 1em;
	font-size: 0.500em;/*14px*/
	font-weight: normal;
}

.areabox ul, .areabox-1 .eventlist{
	padding: 2em;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);

}

.itemlist li{
	position: relative;
	z-index: 18;
	padding: 1em;
	border-bottom: 1px dotted #D9D9D9;
	-webkit-transition: all 0.1s ease-in;
  	-moz-transition: all 0.1s ease-in;
  	transition: all 0.1s ease-in;
}

.itemlist li:last-child, .eventlist li:last-child{
	border-bottom: none;
}

.itemlist li:hover{
	background-color: #f0f0f0;
	cursor: pointer;
}

.itemlist li:hover dt{
	color: #4791d6;
}

.itemlist li a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	/*font-size: 0;
	opacity: 0;*/
	text-indent: -9999px;
}

.itemlist li dl{
	overflow: hidden;	
}

.itemlist li dt{
	float: left;
	width: 75%;
	overflow: hidden;
}

.itemlist li dd{
	float: right;
	width: 25%;
	padding-left: 5em;
	font-size: 0.875em;/*14px*/
	color: #f66e3e;
}

.itemlist li .title{
	display: block;
	float: left;
	padding-left: 1em;
	width: 85%;
	border-left: 3px solid #f7713c;
	font-weight: bold;
}

.itemlist li .price{
	display: block;
	float: right;
	padding-left: 2em;
	width: 15%;
	text-align: right;
}





/*-------------------------------------------------
credit card
---------------------------------------------------*/
.areabox-1{
	margin-bottom: 3em;
}
	
.eventlist>li{
	padding: 1em;
	border-bottom: 1px dotted #D9D9D9;
	font-weight: bold;
	color: #f66e3e;
}

.eventlist>li:first-child a{
	display: inline-block;
	margin-left: 1em;
	padding: 0.3em 0.5em;
	font-weight: normal;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 5px;
	background: url(../images/btn_bg.png) repeat-x top;


}

.eventlist>li:first-child a:hover{
	color: #666666;
	background-position: bottom;
}


.banklist li{
	font-weight: normal;
	padding: 1em 1.5em;
	text-align: center;
}


.img{
	display: inline-block;
	margin-bottom: 0.5em; 
	padding: 0.2em;
	overflow: hidden;
	border: 1px dotted #D9D9D9;
}


.banklist img{
	width: 100%;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	transition: all 0.5s;
}

.banklist a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
  	transform: scale(1.2);
  	opacity: 0.8;
}




/*-------------------------------------------------
footer
---------------------------------------------------*/
#footer{
	padding-top: 20px;
	width: 100%;
	height: 10px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}



/*-------------------------------------------------
back to top 
---------------------------------------------------*/
#back-top{
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-align: center;
	text-transform: uppercase;
	z-index: 1000;
	opacity: 0.8;
}

#back-top a{
	display: block;
	width: 2em;
	height: 2em;
	background-color: #333333;
	color: #ffffff;
	font-size: 1.500em;
	font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.1s ease-in;
  	-moz-transition: all 0.1s ease-in;
  	transition: all 0.1s ease-in;
	
}

#back-top a:hover{
	background-color: #666666;
}

/*b2b*/
#australia{
	margin-bottom: 3em;
}
/*.nav li{
	width: 14.2857143%;
}*/	

/*-------------------------------------------------
RWD
---------------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1200px){
.nav a{padding: 0 1.3em;font-size: 0.938em;}
.itemlist li .title{width: 70%;}
.itemlist li .price{width: 30%;}
/*.banklist>li{width: 16.6666667%;}*/
.banklist li {padding: 1em;}
#back-top{bottom: 5%;right: 2%;}

}




@media screen and (min-width: 768px) and (max-width: 992px){
.nav a{padding: 0 1em;font-size: 0.813em;}
.itemlist li dt{float: none; width: 100%;}
.itemlist li .title{width: 80%;}
.itemlist li .price{width: 20%;}
.itemlist li dd	{
	float: none;
	padding-left: 1.5em;
	width: 100%;
}
.mob-nav .container{
	width: 100%;
}
.mob-nav{display: block;}
.des-nov{display: none;}

}



@media screen and  (max-width: 767px){
body{background: #ffffff;}
.nav a{font-size: 0.813em;}
h2{border-top-right-radius: 0;font-size: 1.300em;padding: 0.5em 0.8em;}

.areabox, .areabox-1{padding-top: 3em;}
.areabox-1{margin-bottom:3em;}
.areabox ul, .areabox-1 .eventlist{border-bottom-left-radius:0;padding: 1em;}
.itemlist li dt{float: none; width: 100%;}
.itemlist li .title{width: 70%;}
.itemlist li .price{width: 30%;}
.itemlist li dd	{
	float: none;
	padding-left: 1.5em;
	width: 100%;
}

.banklist li{
	float: left;
	padding: 1em; 
	width: 25%;
}

#footer{
	margin-top :0; 
	padding-top: 0; 
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}
.footer_link{display: none;}
.mob-nav{display: block;}
.des-nov{display: none;}
#back-top{bottom: -1.2em;right: 1em;}
}


@media screen and  (max-width: 480px){

body{font-size: 15px;}
.nav a{font-size: 13px;}
.itemlist li .title{width: 65%;}
.itemlist li .price{width: 35%;font-size: 0.867em;}
.banklist li{
	padding: 1em 0.5em; 
	width: 33.33333333%;
}

}



