@charset "utf-8";
/*　Clearfix-----------------　*/
.cf {
    overflow: hidden;
}
.cf:after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .cf {
    height: 1em;
    overflow: visible;
}
/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}
body,
html {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    border-spacing: 0px 0px;
    text-decoration: none;
    color: #000000;
}
img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /*vertical-align: top;*/
}
