@charset "utf-8";
/* CSS Document */
.qa-box {
	width: 562px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d1d1;
	padding-bottom: 15px;
}
.box-top01 {
	background-image: url(images/question_icon.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #f3981d;
	font-weight: bold;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 17px;
	padding-left: 42px;
	height: 30px;
}
.box-under01 {
	background-image: url(images/q_a01.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #4b4948;
	line-height: 22px;
	margin-right: 10px;
	padding-left: 63px;
	padding-bottom: 8px;
}
.box-under02 {
	background-image: url(images/q_a02.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #4b4948;
	line-height: 22px;
	margin-right: 10px;
	padding-left: 63px;
	padding-bottom: 8px;
}
.box-under03 {
	font-size: 14px;
	color: #4b4948;
	line-height: 22px;
	margin-right: 10px;
	padding-left: 63px;
	padding-bottom: 8px;
}
#qa-txtbox {
	width: 450px;
	font-size: 13px;
	color: #4b4948;
	line-height: 22px;
	margin-left: 70px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #bbbaba;
}
.question_btn {
	padding-left: 60px;	
}
.qa-box a {
	color: #f49e2b;
	
}
