
.area2 {
	line-height: 180%;
}


.cap2 {
	font-weight: bold;
	color: #ffffff;
	background-color: #87b3ff;
	padding: 2px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.cap2_err {
	color: #944;
	background-color: #f99;
}



.question_item {
	display: inline-block;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 5px;
}

.question_answer {
	margin-left: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.question_answer textarea {
	position: relative;
	width: 95%;
	min-height: 100px;
	line-height: 130%;
}

.q_item_supple {
	margin-left: 10px;
	font-weight: normal;
	font-size: 90%;
}

.q_item_supple2 {
	border: 3px solid #d8d833;
	margin-top: 10px;
	padding: 5px;
	background-color: #f8f8aa;
	line-height: 150%;
}

.button_area {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.button {
	width: 90px;
	height: 30px;
	line-height: 30px;
}

#result_msg {
	font-weight: bold;
	color: #d00;
	line-height: 170%;
}



.check_result {
	text-align: left;
}

.questionnaire_check_q {
	display: inline-block;
	background-color: #f8f8aa;
	padding: 1px 7px;
	margin-top: 15px;
}

.questionnaire_check_a {
}

.confirm_message {
	text-align: left;
}



.col_red {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}
