@charset "utf-8";

/* ---------------------------------------------------
CSS Information

File name:      reset.css
/* =========================================================
Reset
========================================================= */

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td,
ul, ol, li, dl, dt, dd, form, fieldset, legend, label, span, a, img, em, ins, del, cite, abbr, sup, sub, dfn, code, var,
samp, kbd, object, script, noscript, style, iframe, embed, param, map, area, menu, hr, address, small, strong, i, b,
article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp,
bdo, source, canvas, details, summary, command, datalist, keygen, output, progress, meter {
margin: 0;
padding: 0;
font-size: 100%;
font-weight:normal;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav,  section, summary {
display: block;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

li {
list-style-type: none;
}

a{
outline:none;
}

a img {
border: none;
}

img {
vertical-align: top;
}

br {
letter-spacing : normal;
}

[hidden] {
display: none;
}

* {
word-wrap: break-word;
}

body {
letter-spacing: 0.03em;
background: #fff;
color: #333;
}

a:link { color:#3a9de9; text-decoration: underline; }
a:visited { color:#3a9de9; text-decoration: underline; }
a:hover { color:#3a9de9; text-decoration: none; }
a:active { color:#3a9de9; text-decoration: none; }

label { 
cursor: pointer;
}

mark {
background-color: #ff9;
color: #000;
}

/*-----[Clear Fix]-----*/
/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
/**/
