@charset "utf-8";

/*------------------------------------------------------------
	reset css
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kdd,
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 {
	background: transparent;
	border: 0;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
	height: 100%;
    overflow-y:scroll;
}
body {
    font-size: 1.4em;
    height: 100%;
	letter-spacing: 0.1em;
    line-height: 1.7em;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 1.4rem;
}
address {
	font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section { 
    display: block;
}
img {
	vertical-align: bottom;
}
li,
ol {
    list-style: none;
}
a {
    background: transparent;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    white-space: nowrap;
}
input,
select {
    vertical-align: middle;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    padding: 0;
}
button {
    border: none;
    background-color: transparent;
}