@charset "utf-8";
body,dl,dd,h1,h2,h3,h4,h5,h6,p,formt,body,tfoot,thead,tr,th,td{margin:0;}
img{border-style: none;max-width: 100%;}
img{
  border-style: none;
  max-width: 100%;
  image-rendering: -moz-crisp-edges; /* Firefox */     
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */    
}
table{width:100%;border-collapse: collapse;border-spacing: 0;}
ul,ul li{list-style: none;margin: 0;padding: 0;}
textarea,input{outline: none;padding: 0;margin: 0;}
a, a:focus{text-decoration: none;}
a:hover {text-decoration: none;}
a {color: #446eb7;}
.fl{float: left;}
.fr{float: right;}
.tar{float: right;}
.clearfix{*zoom: 1;}
.clearfix:after{content:""; display: block; height: 0; clear: both; visibility: hidden;}
*{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.none{display: none;}