/*css*/
html,body,ul,ol,li,dl,dd,dt,p{margin: 0px; padding: 0px;}
li{ list-style: none }
textarea,input[type="text"],input[type="password"],input[type="tel"]{-webkit-appearance: none;outline:none;-webkit-tap-highlight-color: transparent;}
a{ text-decoration: none; -webkit-tap-highlight-color: transparent;}
a:hover{ text-decoration: underline; }
/*a:hover{ text-decoration: none; }*/

.fl{float: left;}
.fr{float: right;}
.blank10{ height: 10px; overflow: hidden; clear: both; }
.ov{ overflow: hidden; }
.hide{display: none}
