﻿* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	box-sizing: border-box;
}

li {
	list-style: none;
	word-break: normal;
}

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

html,
body {
	height: 100%;
}

input[type="text"] {
	padding: 5px;
	height: 50px;
	font-size: 24px;
}

select {
	padding: 5px;
	height: 50px;
	font-size: 24px;
}

textarea {
	padding: 5px;
}

.dot_aicon {
	width: 16px;
	vertical-align: middle;
	POSITION: relative;
	top: -2px;
}