/* ----- アンケートサンプル -----*/
div.sample_main {
	text-align:left;
	width: 700px;
	height: auto;
/* 	background-color: #f3f1dc; */
}
.sample_sub {
	text-align: left;
	width: 700px;
	height: auto;
	margin: 10px 0px 30px 0px;
}
.sample_sub p {
	margin: 0px;
	padding: 5px 0px 0px 2px;
	text-align: left;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
}
.sample_sub img {
/* 	vertical-align: bottom; */
}
.sample_sub a {
	text-decoration: underline;
}

div.title2 {
	text-align: left;
	font-size: 15px;
	color: #535353;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 5px;
	border-bottom: 1px dotted #5c8f1c;
        border-left: 5px solid #5c8f1c;
	margin: 0px;
}

span.strong {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px 5px 2px;
}

span.explanation {
	text-align: left;
	width: 700px;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px 0px 2px;
	margin-bottom: 0px;
}

div.image_contents {
	text-align: center;
	margin-top: 1em;
}