div[contenteditable], input, textarea {
	padding-top: 14px;
	padding-left: 10px;
	width: auto;
	height: 35px;
	font-size: 20px;
	vertical-align: bottom;
	color: #fff;
	background-color: #313233;
	border: 2px solid #000;
	box-shadow: inset 0 5px 0 0 #242425;
	outline: none;
}

div[contenteditable] {
	padding-right: 10px;
	height: auto;
}

div[contenteditable], textarea {
	padding-bottom: 6px;
}

textarea {
	width: 100%;
	height: auto;
	min-height: 120px;
	resize: none;
}
textarea::-webkit-scrollbar-track {
	border-color: #313233;
}

input[type="radio"] {
/* 下次再更( */
}
