@charset "UTF-8";

body {
    width: 100%;
    height: 100%;
}

html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,form,fieldset,
mark, audio, video, figure {
                    margin: 0;
                    padding: 0;
                    border: none;
                    outline:0;
                     /*font-size:100%;*/
                    vertical-align:baseline;
                    background:transparent;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

h2,h3 {
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

a img {
    border: 0 none;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

address {
    font-style:normal;
}

.cf:after {
    content:" ";
    display: block;
    clear: both;
}

*, *:before, *:after {
    box-sizing: border-box;
}