@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-size:100.01%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
sup{

}
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, font, img, ins, kbd, q, s, samp, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, action {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
img{
	text-align: center;
	vertical-align: middle;
}

/*IE6.0 下無法正確的顯示5像素，會足足再多出個14個像素，解決方法→div{ overflow:hidden; }*/
/*div {
	overflow:auto; width:100%;
	overflow:hidden;
}*/

ol, ul, ul li {
	list-style: none;
}

a {
	text-decoration:none;
}

hr, .br {
	clear:both;
}

hr {
	border-top-style: solid;
	border-top-color: rgba(128, 128, 128, 0.24);
	border-top-width:1px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


table {	border-collapse: collapse; border-spacing: 0; width:100%}

/*新增*/
input,textarea, {
margin:0;
padding:15px 25px;
border:none;
}

