iOS の Safari で input要素のスタイルをリセット
input[type="text"], input[type="button"], input[type="email"], input[type="submit"], textarea { border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="text"], input[type="button"], input[type="email"], input[type="submit"], textarea { border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }