/* reset */
*{
	box-sizing:border-box;
	word-break:keep-all;
	word-wrap:break-word;
}
*:focus{ outline:none; }
*::selection{ background-color:#000; color:#fff; }
body, ul, ol, dl, li, dt, dd, div, p, h1, h2, h3, h4, input, textarea, button, fieldset, label{
  padding:0;
  margin:0;
  border:0;
  outline:none;
}
ul, ol, dl, li, dt, dd{
  list-style:none;
  vertical-align:top;
}
a, a:hover{
  text-decoration:none;
}
a{ color:#000; -webkit-tap-highlight-color:transparent; }
a:hover{  }
img{ max-width:100%; height:auto; }
