@charset "Shift_JIS";

/* ======================================================

  Reset

====================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
a,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
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 {
    margin: 0;
    nowhitespace: afterproperty;
    padding: 0;
    border: none;
    outline: none;
    /*background: transparent;*/
    vertical-align: baseline;
    font-size: 100%;
}
body {
    line-height: 0;
}
img {
    line-height: 0;
    vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content:none
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor:help
}
li {
    list-style-type: none
}
table {
    border-collapse: collapse;
    border-spacing:0
}
input,
select {
    vertical-align: middle
}
hr {
    display: block;
    height:1px;
    margin:1em 0;
    padding:0;
    border:none;
    border-top:1px solid #cccccc;
}
a {
    outline: none;
}
em {
	font-style: normal;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display:table
}
.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}