@charset "utf-8";

/*
Theme Name: Dan home
Description: The theme for the website of Dan home Co.,Ltd.
Author: MBM Inc.
Version: 2018/11/28
*/

/* ------------------
 reset css
 ------------------*/
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,
font,
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,
figure,
figcaption {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

fieldset,
img {
    border:0;
}

img {
    font-size: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    margin:0;
    padding:0;
}

em {
    font-style: normal;
}

button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}

a {
    color: inherit;
    text-decoration: none;
}

input.off {color:#999}
textarea.off {color:#999}
