@charset "utf-8";

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
address,
em, img,
small, strong,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}

body {
    line-height:1;
	-webkit-text-size-adjust: 100%;
	}

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

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

*:before, *:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

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

input, select {
    vertical-align:middle;
}

object {
    pointer-events: none;
	display: inline-block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }

.clear {clear:both;}