@charset "utf-8";

/* default setup
---------------------------------------------------- */
html {
    background: none transparent scroll repeat 0% 0%;
    margin: 0px;
    vertical-align: baseline;
    outline: 0;
}
body {
    text-align: left;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}
input, select, table, tr, td, div, textarea {
    color: #fff;
    font: normal 14px "HiraKakuProN-W3","CI", AppleGothic, Verdana, Helveltica;
}
input, textarea {
    -webkit-border-radius: 1px;
    background: url(none)
}
img {
    border: none;
}
input, textarea {
    border: solid 1px #BCBCBC
}
p, form {
    margin: 0px;
    padding: 0px;
}
/* ------------------------------------------------- */