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


/*註解*/



body{
	background: url("../img/bg.jpg") white top center no-repeat;
	margin: 0;
	padding:0;
	padding-bottom:100px ;

}

/*@media(max-width:960px){
	body{
		font-size:3em;
		color:blue; 
	}
}*/

/*一般連結*/
A:link {color: black; }
A:visited {color: black}
A:active {color: black}
A:hover {color: black}
/*無底線*/
a{text-decoration: none;}


/*字級*/
html{
	
}


ul li{

	color: blue;
}

.ul a{
	font-size: 1.5em;
	color: blue;
	
}

.s{font-size: 0.6em;}

.bold{font-weight: boldr;}
.bolder{font-weight: bolder;}

.center{ text-align: center;}
.left{ text-align: left;}
.right{ text-align: right;}

/*LimePay圖片*/
.linepay img{
}

.warp{
	font-size: 1.5em;
	line-height:2.25em;
}
.warp_index{
	font-size: 1.65em;
	line-height:2.25em;
}


/*版面布局*/
/*p高度*/
p.h{
	height: .5em;
}



/*warp*/
.warp_index{
	width: 90%;
	margin: 0 auto;
	text-align: center top;
}


.warp{
	width: 90%;
	margin: 0 auto;
	font-size: 1.5em;
}
.img_l img{
	width: 100%;
	max-width: 864px;
	height: auto;
	
}


/*btns*/
.btns{
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 625px;
}

/*yt*/
.yt{
	margin: 0 auto;
	text-align: center;
	
}

/*margin-bottom*/
.s,.yt,link{
	margin-bottom:50px;	
	text-align: center;
}
.video,.news,.shop,.download{
	text-align: left;
	margin-bottom:50px;	
	
}

/*@media(min-width:960px){
	.shop ul a{
		font-size:1.85em; 
	}
}*/




/*ul,li*/
ul.btns{
	margin-top: 65px;
    max-width:859px;
	padding: 0;
}

ul.btns li{
	list-style: none;
	display: inline-block;
	width: auto;
}

ul.btns li img{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

 ul{
	 text-align: center; 
	 margin: 0 auto;
	 padding: 0;
}

li{
	list-style: none;
	display:inline-block;
	width:45%;
	height: auto;
	margin: 10px;
}

ul.link li{
	list-style: none;
	display:inline-block;
	width:30%;
	height: auto;
	margin: 10px;
	text-align: center;
}

li img{
	width:100%;
	height: auto;
}