 	 /* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:"Verdana", Microsoft JhengHei,Lato,sans-serif;	
}
ol, ul, li{	list-style: none;}
a { text-decoration:none;}

body{
  width:100%;
	height:auto;
	margin:0 auto;  
	background:#FFFAF0;
}

header{
	width:100%;
	height:150px;
	overflow:hidden;
	background: #fecb10;
	text-align:center;
}

article{
	width:980px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding:10px 0 10px 0;
}

footer{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ffbe30;
	}
	
footer p, footer a{
	text-align:center;
	font-size:13px;
	color:#333;
	line-height:25px;
	padding:5px;
	}
footer a:hover{
text-decoration:underline;
	}	
		
			

#pages {
  width:750px;
  height:auto;
  margin:10px auto;
  padding:5px 20px;
  box-shadow: rgba(220 , 220 , 220 , 0.5) 0px 48px 100px 0px;
}

#pages #BOX{
  width:700px;
  margin:10px auto ;
  text-align:left;
	font-size:17px;
	line-height:2;
}

#sample{
  width:650px;
  margin:10px auto ;
	margin:0 auto;
	line-height:2.5;

}
#sample img{
  width:600px;
  height:auto;
  margin-left:20px;
}

h1{
	font-size:30px;
	font-weight:bold;
	color:#483D8B;
}


h2{
	font-size:22px;
	color:#2E8B57;
	font-weight:bold;
}

HR{
	margin:0 0 10px 0;
	padding:0;
}

span{
	font-size:20px;
	margin:0 8px 0 5px;
	color:#104E8B;
	font-weight:bold;
	background:#FFDEAD;
	padding:5px 8px;
}


h3{
	font-size:22px;
	color:#A52A2A;
	font-weight:bold;
}


p{
	font-size:17px;
  text-indent: -1.4em;
  padding: 0.3em 1em 0.3em 2em;
	margin-left:10px;
}

.services{
	line-height:1.5;
	font-size:16px;
}

#pages #BOX .qrcode{
position: absolute;
margin-top:-90px;
margin-left:170px;
}

.red{
color:#CD3278;

}



 	@media screen and ( max-width: 768px ){
	*{
			box-sizing:border-box;
		}
		html,body{
			-webkit-text-size-adjust:none; 
		}
		#WRAPPER{ 
		min-width:100%;
		}

		header{
			height:auto;
		}

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

article{
	width:100%;
	padding:10px 0 10px 0;
}
	
			

#pages {
  width:100%;
  height:auto;
  margin:5px auto;
  padding:5px ;
}

#pages #BOX{
  width:95%;
	font-size:15px;
}

#sample{
  width:95%;
	line-height:2.5;

}
#sample img{
  width:100%;
  margin-left:0;
}

h1{
	font-size:22px;
}


h2{
	font-size:20px;
}


span{
	font-size:18px;
	margin:0 5px 0 0;
	padding:5px 8px;
}


h3{
	font-size:19px;
}


p{
	font-size:15px;
  text-indent: -0.1em;
  padding: 0.3em 1em 0.3em 1em;
	margin-left:5px;
}

.services{
	font-size:14px;
}

#pages #BOX .qrcode{
position: static;
margin-top:10px;
margin-left:0;
}



}