@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { font-size: 75%; line-height: 1.6em;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0;} ins { text-decoration: none;} del { text-decoration: line-through;} table { border-collapse: collapse; border-spacing: 0;} img { line-height: 0;}
/* text styles */b { font-weight: 900;} em, strong { font-weight: bolder; font-style: normal;} i { font-style: italic;} cite { font-style: normal;}
/*///////////////////////////////////////////
	tips
///////////////////////////////////////////*/
.left {float: left;} .right {float: right;} .clear {clear: both;}
.none {display: none;}
/* aligns */.txt-r { text-align: right;} .txt-l { text-align: left;} .txt-c { text-align: center;}
