HTMLのinput要素のtype属性が"text"の場合のCSSの書き方 テキストの色を変更する:input[type="text"] { color: #333; /* 任意の色を指定 */ }テキストのフォントサイズを変更する:>>More