@charset "utf-8";
/* Q&Aセット */

.qa_set {
	margin-bottom: 30px
}

.question {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	background: url(/img/images/for_customer/bg_q.png) no-repeat;
	min-height: 66px;
	height: auto !important;
	height: 66px;
	width: 533px;
	margin-bottom: 20px;
	padding: 20px 34px 0 153px;
}

.question span {
	font-size: 18px;
	color: #369;
}

.answer {
	background: url(/img/images/for_customer/bg_a.png) no-repeat;
	width: 701px;
	min-height: 155px;
	height: auto !important;
	height: 155px;
	margin: 0 10px 0 9px;
	padding-left: 144px;
}

.a_wrapper {
	background: url(/img/images/for_customer/bg_a_wrapper.png) no-repeat;
	width: 557px;
}

.a_inner {
	background: url(/img/images/for_customer/bg_a_inner.png) no-repeat left bottom;
	width: 517px;
	padding: 15px 20px;
}

.a_inner p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}

.a_inner p span {
	font-size: 18px;
	color: #fff;
	background-color: #f06;
	margin: 0 5px;
	padding: 5px;
}

#i_a_3 {
	display: block;
	margin-top: 10px;
}

#i_a_4 {
	display: block;
	margin: 10px 0;
}

div#go_mobile {
	margin-bottom: 0;
}
