@charset "UTF-8";
/* CSS Document */

/* ############################################## */

.qa_list {
	width:528px;
	margin:0px auto 20px auto;
	background:#e5e1d5;
	padding:10px 20px 5px 20px;
}
.qa_list li {
	background:url(../img/cruise/question_answer/question_answer_003.jpg) no-repeat;
	padding:0px 0px 0px 25px;
	font-size:12px;
	line-height:20px;
	color:#595858;
	margin:0px 0px 5px 0px;
}
.qa_box {
	width:538px;
	margin:0px auto 10px auto;
	padding:10px 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #bda88c;
	border-bottom-color: #bda88c;
}
.qa_box td {
	padding:5px;
	font-size:12px;
	line-height:16px;
	color:#595858;
}