@charset "utf-8";

/**/

@import url("reset.css");
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    border: 0;
}

:focus {
    outline: #0000ff solid 1px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

.layout {
    border-collapse: collapse;
    /*font-size: .95em;*/
    line-height: 1.5em;
    margin: 0;
    width: 100%;
    clear: both;
}

.footer {
    clear: both;
}


/*--hide column--*/

.hidden {
    display: none;
    visibility: hidden;
}

.clear {
    /*border-collapse:collapse;*/
    clear: both;
    height: 0px;
}

table.clear {
    height: 0px;
}