html {
	font-size:16px;
	/* --greentxt:#8cb354; */
}
html * {
    /* font-size: 1rem; */
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

body {
	background:#ffffff;
	font-family: "Outfit", "Arial","PingFang TC","蘋果儷中黑","Noto Sans TC", "微軟正黑體", sans-serif;
	color:#3f3a39;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .5px;
	font-size: 1rem;
}

a,a:link,a:hover,a:focus {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

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%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a, span, p, ul, li {
	font-family:  inherit;
}
ol, ul {
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	width: 100%;
}
address{font-style: normal;}
select{
    color: #333333; /*不設定iphone會有預設藍字*/

}