/* iPhoneで自動的にズームされるのを回避 */
input:not([type=button]),
input:not([type=button]).form-control,
textarea,
textarea.form-control {
	font-size: medium;
}
