@charset "utf-8";
/* CSS Document */

/*よくある質問回答ページ*/
img.qaQuestonTop {
	margin-top: 10px;
}
.qaQuestion {
	background: url(../img/qa/questionBgMiddle.jpg) repeat-y;
	min-height: 85px;
	width: 758px;
	height: auto;
}
.qaQuestion .qaQuestionCustomerImg {
	float: left;
}
.qaQuestion .customerInfo {
	line-height: 1.4em;
	text-align: center;
}
.qaQuestion .customerInfo p {
	width: 80px;
	padding-left: 15px;
}
.qaQuestion .qaQuestionCustomerImg img {
	padding-left: 33px;
	padding-top: 15px;
}
.qaQuestion .qaQuestionText {
	width: 560px;
	height: auto;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 15px;
	line-height: 2.5em;
}
.qaQuestionBottom {
	background: url(../img/qa/questionBgBottom.jpg) no-repeat;
	height: 45px;
	margin-bottom: 35px;
}

.qaQuestionBottom .customerInfo p {
	padding-left: 11px;
	width: 80px;
}
.qaQuestionBottom .qaQuestionCategory {
	text-align: right;
	padding-right: 40px;
}
.qaAnswerTop {
	background: url(../img/qa/answerBgTop.jpg) no-repeat;
	width: 758px;
	margin-top: 25px;
}
.qaAnswerTop p {
	font-size: 1.2em;
	padding-left: 145px;
	padding-top: 24px;
	line-height: 1em;
	height: 26px;
}
.qaAnswerMiddle {
	width: 758px;
	background: url(../img/qa/answerBgMiddle.jpg) repeat-y;
}
.qaAnswerMiddle .qaAnswerText {
	float: left;
	width: 550px;
	min-height: 150px;
}
.qaAnswerMiddle .qaAnswerText p {
	padding-left: 50px;
	padding-top: 15px;
	line-height: 2.5em;
}
.qaAnswerMiddle .qaAnswerStaffImg {
	padding-left: 50px;
	float: left;
}
.qaAnswerMiddle .qaAnswerStaffImg p {
	line-height: 1.6em;
	text-align: center;
}
img.qaAnswerBottom {
	margin-bottom: 25px;
}

/*よくある質問一覧とカテゴリー一覧*/
p.toCategory {
	text-align: right;
	margin-right: 25px;
}
.questionCategory01 {
	background: url(../img/qa/qAllCategory01.jpg) no-repeat;
	width: 385px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
.questionCategory02 {
	background: url(../img/qa/qAllCategory02.jpg) no-repeat;
	width: 375px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
.questionCategory03 {
	background: url(../img/qa/qAllCategory03.jpg) no-repeat;
	width: 385px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
.questionCategory04 {
	background: url(../img/qa/qAllCategory04.jpg) no-repeat;
	width: 375px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
.questionCategory05 {
	background: url(../img/qa/qAllCategory05.jpg) no-repeat;
	width: 385px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
.questionCategory06 {
	background: url(../img/qa/qAllCategory06.jpg) no-repeat;
	width: 375px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
.questionCategory07 {
	background: url(../img/qa/qAllCategory07.jpg) no-repeat;
	width: 385px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
.questionCategory08 {
	background: url(../img/qa/qAllCategory08.jpg) no-repeat;
	width: 375px;
	height: 274px;
	margin-top: 10px;
	float: left;
}
ul.questionList {
	display: block;
	line-height: 1.6em;
	width: 340px;
	height: 180px;
	padding-top: 50px;
	padding-left: 15px;
}
.questionList li {
	margin-top: 20px;
	width: 310px;
}
.questionList li img {
	padding-right: 10px;
}
/*よくある質問*/
.qaAllTitle {
	margin-top: 10px;
	margin-bottom: 10px;
}
.qaAllTitleText {
	width: 758px;
	margin-bottom: 25px;
}

/*質問カテゴリー*/
p.questionCategoryTitle {
	background: url(../img/qa/categoryPageTitleBg.jpg) no-repeat;
	width: 733px;
	height: 53px;
	font-size: 1.4em;
	padding-left: 25px;
	padding-top: 13px;
}
