@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");

/* basic setting */
* {
  padding: 0;
  margin: 0;
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}
body,
input,
textarea,
select,
button,
table {
  font-size: 14px;
  color: #333;
}
html {
  overflow-y: scroll;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
img,
fieldset {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
}
header,
footer,
nav,
section,
article,
aside {
  display: block;
}
img {
  max-width: 100%;
}
