@charset "utf-8";
*{margin:0; padding:0;outline: 0; border:none;}
body{
  margin:0px;
  padding:0px;
  font-size:0.28125rem;
  color:#44403f;
  word-spacing:1px;
  background-color:#FFFFFF;
  cursor:default;
  width:100%;
}
ul,ol,li,dl,dt,dd,p,td{margin:0px;padding:0px;list-style-type:none;}
/*div{position:relative;}*/

table {empty-cells:show;} 
a img{border:0px;}
form{display:inline;}
iframe {border:0px;padding:0px;margin:0px;}
pre{word-break:break-all;word-wrap:break-word;}
input:focus{outline:none;}
pre{white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;}
a{text-decoration:none; -webkit-tap-highlight-color: rgba(0,0,0,0); color:#44403f;}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}

.clear{clear:both; float:none !important;}

* html,* html body{background-image:url(about:blank);background-attachment:fixed;} 
* html .fixed-top{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));} 
* html .fixed-right{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}
* html .fixed-bottom{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
* html .fixed-left{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));} 

table{ border-collapse:collapse;}
img{display:block;}
.fl{float:left;}
.fr{float:right;}
input{background:none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input[type="number"]{-moz-appearance:textfield;}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

