@charset "UTF-8";

/*====================================================================
 based
====================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, input, main {
	box-sizing: border-box;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
fieldset {
  border: none;
}
textarea {
  box-sizing: border-box;
  overflow: auto;
}
select{
  cursor: pointer;
}
img {
/*   backface-visibility: hidden; */
  border: none;
  vertical-align: top;
}
object {
  vertical-align: middle;
  outline: none;
}
em, strong {
  font-weight: bold;
  font-style: normal;
}
small {
  font-size: 100%;
}
abbr, acronym {
  border: none;
  font-variant: normal;
}
button{
  cursor: pointer;
}