@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(awesomefont4.3/css/font-awesome.min.css);

body{
	background:url(../images/bg.jpg) repeat;
font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size:16px;
	
}
html,body {

}
/*css3*/
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a{
	cursor:pointer;
	color:#fff;}

a:hover{
}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}


.outerWrap{
}

	
/*****banner******/
.bannerArea{
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	overflow: hidden;
	width:100%;
	height:100%;
}
.bannerArea ul li{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.bannerArea ul li img{
	display: none!important;
}



/*****主區塊******/

h1{display:none;
	position:fixed;
	width:300px;
	top:50%;
	margin-top:-250px;
	left:40%;
	margin-left:-150px;
	z-index:99;}
h1 a{
	width:100%;
	height:230px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	display:block;
	text-indent:-99999px;
}
.aboutArea{
width:100%;
padding-bottom:40px;
}
.aboutArea .Txt{
	color:#fff;
	font-size:0.8em;
	line-height:30px;

	margin:10px;}
.aboutArea .Txt a.more{
padding-top:20px;
	font-family: 'Dancing Script', cursive;
	font-size:1.5em;
}



/*廣告跑馬燈*/
.adArea{

	width:100%;}


.adArea .Img img{
	display:block;
	width:100%;}

.adArea h4{
	display:none;}

.downbarbg{
	background-color: rgba(0,0,0,0.60);
	float:right;
	width:360px;
position:fixed;
	top: 0px;
	right:0;
	height:100%;
padding:15px 20px;
}
.downbar{
z-index:999;
position:fixed;
	float:right;
	width:360px;
position:relative;
	padding:15px 20px;
}


/*頁尾資訊*/
footer{
margin-top:30px;
	width:100%;
	padding:10px 0;
}

footer h5.copyright{
	display:block;
	font-size:0.8em;
	line-height:1.8;
	font-weight:normal;
	color:#FFF;
	padding-bottom:5px;
}


.mfun{
display:inline-block;
height:25px;
overflow:hidden;
line-height:25px;
}
.mfun a{
	padding-right:5px;
	font-size:1.1em;
	opacity:0.5;}
.mfun a:hover{
	opacity:1;}
.translateIbest{
display:inline-block;
	opacity:0.5;
	height:25px;
	line-height:25px;
overflow:hidden;
}

.translateIbest .design{}

.translateIbest .design span{/*網頁設計‧愛貝斯*/
	display:block;
	font-size:9pt;
	color: #eee;}

.translateIbest .design a{/*網頁設計‧愛貝斯*/
	color: #eee;
	text-decoration: none;}
	
.translateIbest .design a:hover{
	text-decoration: underline;}
	

	
@media screen and (max-width:860px){
.downbarbg{
   width:100%;}
h1{display:none;

	width:100%;
	top:auto;
	margin-top:50px;
	left:auto;
	margin-left:0;
	z-index:99;}
.bannerArea ul li{
background:none;
height:auto;}
.bannerArea ul li img{
display:block!important;}

	
/*****banner******/
.bannerArea{
	position:relative;
	top:auto;
	left:auto;
	z-index:999;

  width:100%;
  height:auto;
}

	
.wrap{
	width:90%;
	position:relative;
	margin:40px 5% 0 5%;
}




.aboutArea{
	width:100%;
	float:none;


}
	
/*廣告跑馬燈*/
.adArea{
	float:none;
	width:100%;
	margin-bottom:60px;
	}

/*頁尾資訊*/
footer{
	float:none;
	width:auto;
	text-align:center;
    padding: 0px;}
	
.downbar{
	background-color: transparent;
	float:none;
	width:90%;
	position:relative;
	bottom: auto;
	margin:0;
	    padding: 15px 5% 0 5%;
}


}


@media screen and (max-width:300px){
.aboutArea h1 a{
	background-size:100% auto;
}	
}