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

/*
--------------------Reset --------------------
*/
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, sub, sup, tt, var,
 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;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse; /* 所有的邊線都連在一起 */
	border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
img{
	border: none;vertical-align:middle;
}
a{ text-decoration:none;}

/*
--------------------General --------------------
*/


body, td, th, input, a{
   	font-family: Helvetica, Arial, "微軟正黑體";
    font-size: 1em;
    color: #444;
    line-height: 1.2em;
	outline: none;
}

a:hover{
	color: #fff;
}
.custom_input, .custom_textarea{ 
	border: 1px solid #d4d8dd;
    font-size: 1em;
    padding: 5px 6px;
    width: 100%;
    margin: 2px 0 5px;
    min-height: 34px;
    line-height: normal;
    box-sizing: border-box;
	color: #3d464d;
	
    appearance: none;
    -webkit-appearance: none;
	-webkit-appearance: none;
	
	-moz-border-radius:5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}

