@charset "UTF-8";
/* CSS Document */

dl {
	color:#333;
}
#EnqueteForm dt {
	background: rgba(79,0,141,0.80); /* 設問の背景色 */
	color: white; /* 設問の文字色 */
}
#EnqueteForm dd {
	background: rgba(255,255,255,0.80); /* 回答部分の背景色 */
}