@charset "utf-8";

#info_box {
	background: #f4f3f2;
}

#bt_entryHome {
	border-top: 1px solid #cdcdcd;
	text-align: center;
	margin-top: 20px;
	padding: 20px 0 0;
}

/* QA */
#rightContents .qa_body h4 {
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 8px 70px;
	font-weight: bold;
	color: #019BF4;
	font-size: 85%;
	border: 0px;
	height:100%
}
#rightContents .qa_body h4.q1 {
	background-image: url(../qa/img/h4_q1_bg.gif);
}
#rightContents .qa_body h4.q2 {
	background-image: url(../qa/img/h4_q2_bg.gif);
}
#rightContents .qa_body h4.q3 {
	background-image: url(../qa/img/h4_q3_bg.gif);
}
#rightContents .qa_body h4.q4 {
	background-image: url(../qa/img/h4_q4_bg.gif);
}
#rightContents .qa_body h4.q5 {
	background-image: url(../qa/img/h4_q5_bg.gif);
}
#rightContents .qa_body h4.q6 {
	background-image: url(../qa/img/h4_q6_bg.gif);
}
#rightContents .qa_body h4.q7 {
	background-image: url(../qa/img/h4_q7_bg.gif);
}
#rightContents .qa_body h4.q8 {
	background-image: url(../qa/img/h4_q8_bg.gif);
}
#rightContents .qa_body h4.q9 {
	background-image: url(../qa/img/h4_q9_bg.gif);
}
#rightContents .qa_body .answer_box {
	background-image: url(../qa/img/answer_bg.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 5px 0px;
	padding: 5px 0px 25px 70px;
}
#rightContents .qa_body .answer_box p.qa_ex {
	margin-left: 0px!important;
	/* font-size: 70%; */
	text-indent: -1em;
	padding-left: 1em;
	margin-top:15px;
}
#rightContents .qa_list h4 {
	font-weight: normal;
	font-size: 82.5%;
	padding-top: 8px;
	margin-top: 0px;
}

