/* アンケート表示HTML用のスタイルシート */

div.QA{
	width: 97%;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

div.Question{
	text-align: left;
	color: #000000;
	
	width: 90%;
	margin: 0px auto 1px auto;
	padding: 2px 2px 2px 5px;
	
	background-color: #e0ffe0;
	border-left: 2px solid #aaeeaa;
	border-right: 2px solid #aaeeaa;
	border-top: 2px solid #aaeeaa;
	border-bottom: 2px solid #aaeeaa;
}

div.Answer{
	text-align: left;
	
	width: 90%;
	margin: 0px auto 15px auto;
}

div.Text{
	text-align: left;
	
	width: 90%;
	margin: 40px auto 15px auto;
	padding: 15px 0px 15px 5px;
	
	background-color: #e0ffe0;
	border: 6px solid #aaeeaa;
}

div.QA textarea{
	width: 100%;
	height: 150px;
}

div.AllList{
	height: 500px;
	margin-bottom: 50px;
	overflow-y: scroll;
	font-size: 85%;
}

div.QAresult{
	border-bottom: 3px dashed #aaaaaa;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

td.PicCel{
	width: 33.3%;
	overflow: hidden;
}

td.PicCel img{
	width: 180px;
}
