@charset "utf-8";

/* 重置樣式 */
body{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	word-wrap:break-word;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td, blockquote {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
img {
	border:0;
}
em, cite {
	font-style:normal;
}
a[onclick] {
	cursor:pointer;
}
::selection {
    background: #333;
    color: #fff;
}
::-moz-selection {
    background: #333;
    color: #fff;
}