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

body {
		font-family: 'Noto Sans TC', sans-serif;
		
		height:auto; width: 100%; padding: 8px;
		background-image: url("img/righttop.png"),url("img/leftbtm.png"),url("img/orangebg.jpg");
		background-position:right top,0% 100%,center top;
		background-size:80%,80%,cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	.grad_i{width:180px; cursor: pointer;}
	
	
	#modal01 {
		background-image: url("img/righttop.png"),url("img/leftbtm.png");
		background-position:right top,0% 100%;
		background-size:50%,50%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	.gradTitle {
		background:url("img/backdrops3.png");
		background-size:contain;
		background-position: center center;
		
		
	}

.pbk-pointer{
    cursor: pointer;
}

















