@charset "utf-8";

/* 注釈を赤で表示 */
.comment {
/*	color: red;	*/
}

/* 項目名を非表示に */
.subtitle {
/*	display: none;	*/
}

/* info12の入力枠を拡大 */
#td_info12 textarea {
/*	height: 180px; */
}
