@charset "utf-8";

/*! titleArea
================================================== */
.titleArea {
	margin: 0 0 40px 0;
}
.titleArea ul{
	padding: 20px 0 21px 20px;
	background: #cee7ff;
}
.titleArea ul li{
	float: left;
	padding: 0 10px 0 0;
}
/*! questionArea
================================================== */
.questionArea {
	margin: 0 0 50px 0;
}
.questionArea .title {
	overflow: hidden;
	box-sizing: border-box;
	height: 55px;
	line-height: 1.1;
	margin: 0 0 20px 0;
	padding: 18px 0 0 80px;
	background: url(../img/faq/bg_result_tit.png) no-repeat left top #0140bd;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.questionArea h2 {
	margin: 0 0 20px 0;
}
.questionArea ul {
	border-top:dotted 2px #adadad; 
}
.questionArea ul li {
	background: url(../img/faq/icon_q01.png) 0 13px no-repeat;
	border-bottom:dotted 2px #adadad;
	padding: 18px 0 18px 50px;
	font-weight: bold;
}
.questionArea ul li a{
	font-size: 16px;
	text-decoration: none;
	color: #414148;
}
.questionArea ul li a:hover{
	text-decoration: underline;
}
.questionArea .faqBlock h2 {
	background: url(../img/common/bg_questionarea01.png) 0 0 no-repeat;
	margin-bottom: 0;
	padding: 23px 18px 17px 18px;
	font-size: 16px;
	font-weight: bold;
}
.questionArea .faqBlock h2 span {
	background: url(../img/faq/icon_q01.png) 0 0 no-repeat;
	padding: 7px 0px 7px 50px;
	font-weight: bold;
	display: inline-block;
}
.questionArea .faqBlock .txt {
	background: url(../img/faq/icon_a01.png) 17px 17px no-repeat;
	padding: 25px 15px 20px 64px;
	border: solid 2px #ebebeb;
	border-top: none; 
}
