@charset "UTF-8";

.intro {
	border: solid 1px #cccccc;
	margin: 2em 0 0 0;
	padding: 1em;
	background-color: #FFFDE4;
}
/* SSL */
.ssl {
	margin-top:1em;
	color: #ff0000;
	font-size: .9em;
	text-align: left;
}

.center {
	text-align: center;
}

/*
.btn	{
	color: #000000;
	background: #eeeeee url(https://www.haart-support.jp/sendout/images/button.gif) left center repeat-x;
	font-size: medium;
	border-top: solid 1px #999999;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #999999;
	padding: 0.2em 0.5em;
	width: 12em;
}
.btn2	{
	color: #000000;
	background: #eeeeee url(https://www.haart-support.jp/sendout/images/button.gif) left center repeat-x;
	font-size: large;
	border-top: solid 1px #999999;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #999999;
	padding: 0.2em 0.5em;
	width: 12em;
	text-align: center;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.btn a,
.btn2 a {
	text-decoration: none;
}
*/
.red	{
	color: #ff0000;
}

/* アンケート途中のコメント */
p#blank {
	margin-top: 2em;
	margin-bottom: 2em;
}

dl.question {
	margin: 1em 0;
	padding-bottom: 1em;
	border-left: 1px solid #f60;
	border-bottom: 1px solid #f60;
	line-height: 2;
}
dl.question dt {
	border-left: solid 0.3em #ff6600;
	padding-left: 7px;
	background-color: #fff8f1;
	color: #336699;
}
dl.question dd {
	padding-left: 3em;
}

dl.question2 dd {
	display: inline;
	padding-left: 3em;
}
dl.question dd textarea {
	font-size : 0.95em;
	height : 9.3em;
	padding : 0.5em;
}

input[type="text"],
textarea {
	width: 100%;
}