@charset "utf-8";
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, icon {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, label, footer, header, hgroup, icon, menu, nav, section, address, wrapper, carousel, control, icon {
    display: block;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    -ms-interpolation-mode: bicubic;
}
textarea:focus,  input:focus {
    outline:  none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
i, em {
    font-style: normal;
}
b {
    font-weight: normal;
}

input[type="text"], input[type="password"] {
    margin: 0;
    padding:  0;
}
/*
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, input  {
    -webkit-appearance:  none;
    margin:  0;
     -webkit-border-radius: 0;
     border-radius: 0;
}
*/
input[type="submit"] {
    cursor: hand;
    cursor: pointer;
}
input[type="checkbox"]  {
    -webkit-appearance:  checkbox;
}
input[type="radio"]  {
    -webkit-appearance:  radio;
}
textarea {
    resize:  none;
}

