@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:900|Noto+Sans|Open+Sans:400,600,800");
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 {
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: 0;
  /*	outline: 0;*/
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 62.5%;
  /* ����10px */
  -webkit-text-size-adjust: none;
}

body {
  font-size: 1.4rem;
  color: #000000;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: transparent;
}
a:link, a:visited {
  color: #000;
}
a:hover, a:active {
  color: #000;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

caption,
th,
td {
  font-weight: 600;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

li {
  list-style: none;
}
