@charset "UTF-8";

/**/
/*レイアウト
----------------------------------------------------------------*/
html { overflow-y: hidden;}
body {
	width:290px;
	margin: 5px auto;
	padding: 5px;
	overflow-y: hidden;
	background: #E7FEF6;
}

#enquete-form{
	margin:0 auto;
	color: #333333;
	display:block;
	background-color: #E7FEF6;
}
#enquete-form .error-txt{
	color:#F00;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

#enquete-form a { text-decoration: underline; }
#enquete-form a:link	{ color: #0000FF; }
#enquete-form a:visited	{ color: #0000FF; }
#enquete-form a:hover	{ color: #00CCFF; }
#enquete-form a:active	{ color: #00CCFF; }

#enquete-form .enquete_question {
	font-weight: bold;
	margin-bottom:10px;
}

#enquete-form form#form1 p{
	padding-left:1em;
	text-indent:-1em;
}

.enquete_alert{
	color:#666;
	font-size: 85%;
	margin-top:3px;
	padding-top: 3px;
	border-top:dotted 1px #333;
	text-align:center;
}
.enquete-vote{
	width:98px;
	height:24px;
	margin:5px auto 0;
}

.btn-back{
	width:61px;
	height:21px;
	margin:5px auto 0;
}

.enquete_post {padding-top: 5px;}
/**/

