@charset "utf-8";

/* CSS Document */

*{ margin: 0; padding: 0;}


body { width: 100%; max-width: 800px; min-height: 100vh; margin: 0 auto; line-height: 1.75; font-size: 16px; font-family: "????"; word-break: break-all; word-wrap: break-word;  background: #fff;}

input, select, button, textarea { margin: 0; padding: 0;color: inherit; border: 0; font-family: inherit; outline: none; resize: none;}

input[type="text"] { -webkit-appearance: none;}

ol, ul {list-style: none;}

img {vertical-align: middle;}

a {text-decoration: none; color: inherit;}

:focus { outline: 0;}

table {	border-collapse: collapse; border-spacing: 0;}

@media screen and (max-width:750px){ 

body { font-size: 15px; border: 0;}

}