@charset "utf-8";
/* CSS Document */

*{padding: 0px;	margin: 0px;}
html {  box-sizing: border-box;}
*, *:before, *:after {  box-sizing: inherit;}
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
a{  text-decoration: none;}
a:hover{ text-decoration: none }
