/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/****************************
		td被移掉了
****************************/
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, caption, tfoot, thead, th, tr, 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; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/*背景沒連結時用*/
.myMOUSE {
	cursor: default;
}
.error {
	font-size: 12px;
	color: #fc7314;
}
/****************************
		給html編輯器使用
****************************/

.html ul{
	padding-left:30px;
	list-style-type: disc !important;
	list-style:disc !important;
}
.html ol {
	padding-left:30px;
	list-style-type: decimal !important;
	list-style:decimal !important;
}

/*a*/
a{
	color:inherit !important;
}
a{
 	text-decoration: none !important;
}
/*a:hover{
	opacity: 0.6;
}*/

body {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust : 100%;
    -ms-text-size-adjust : 100%;
    text-size-adjust : 100%;
}
/*word*/


.cf:before, .cf:after {content: ""; display: table; height: 0; overflow: hidden; }
.cf:after { clear: both; }
.cf { zoom: 1; }
header nav ul li span:nth-child(2){
	display: none;
}
body h2,body ul,body li,body p{
	margin:0;
	padding: 0;
}

