@charset "utf-8";

/* faqBlock*/
.l-content .faqBlock {
	margin: 0 auto 30px;
	display: block;
}
.l-content .faqBlock ul.faqList {
  display: block;
  border-bottom: 1px solid #bfbfbf;
  margin: 18px auto 5px;
  height: 52px;
  width: 1120px;
}
.l-content .faqBlock ul.faqList li.faqTtl {
  color: #3071b7;  
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  border: 1px solid #3071b7;
  background: #f1f7fa;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
  width: 40px;
}
.l-content .faqBlock ul.faqList li.icon {
  width: 160px;
  height: 30px;
  background-color: #004098;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-left: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.l-content .faqBlock ul.faqList li.faqTxt {
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}

.l-content .faqBlock ul.faqList li.faqTxt a {
  text-decoration: none;
}
.l-content .txtLink {
  font-size: 14px;
  display: block;
  clear: both;
  padding-left: 10px;
  margin-top: 5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEW/v78AS7E2lsyyAAAAAXRSTlMAQObYZgAAABJJREFUGBljbmBmAEMJZgPmBAAIngE+HFgy7QAAAABJRU5ErkJggg==") 0 no-repeat;

}