@charset "utf-8";

/* reset */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

html,body{width:100%; font-size: 16px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{margin:0;padding:0}
body,h1,h2,h3,h4,input,button,select,option{font-family: 'Noto Sans','Roboto', sans-serif; color:#444;}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{appearance:none; -webkit-appearance:none; vertical-align:bottom; outline:none;}
img{vertical-align:top}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0;outline:0;}
a{color:#444;text-decoration:none; cursor: pointer;}
/* a:hover{color: #8FC93A; text-decoration:none} */
button *{position:relative}
button img{left:-3px;*left:auto}
option{padding-right:6px}
hr{display:none}
legend{*width:0}
table{border-collapse:collapse;border-spacing:0}
input::-ms-clear{display:none}
input[type="text"]{border:0; background:#fff; height:44px; padding:0 15px; width:100%; border-radius: 5px; font-size: 16px; color: #666;}
::-webkit-input-placeholder{color:#999; font-size:14px;}
:-ms-input-placeholder{color:#999; font-size:14px;}
::placeholder{color:#999; font-size:14px;}
textarea{border:0; background: #EFEFEF; width:100%; min-height: 206px; outline:none; padding:15px; font-size:14px; line-height: 28px;}
