﻿@charset "UTF-8";
.qa-list {
  margin: 10px 0;
}
.qa-list a:hover .link-list_arrow {
  text-decoration: underline;
}

#includefaq .clearfix {
  display: block;
  cursor: pointer;
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.box-q {
  position: relative;
  border: 1px solid #d8dadc;
  border-bottom: none;
  display: block;
}

.icn_q, .icn_a {
  position: absolute;
  margin-top: -16px;
  top: 50%;
  left: 10px;
  display: block;
  width: 32px;
  height: 30px;
  background: url(/internet/set/data/top/img/p/sprite-icon.png) 0 50% no-repeat;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.txt {
  background-color: #f4f5f6;
  padding: 15px 6em 15px 50px;
  font-weight: bold;
}
.txt p {
  margin: 0 !important;
}

.box-a {
  margin: 0 0 10px;
  padding: 10px 6.5em 8px 50px;
  position: relative;
  border: 1px solid #d8dadc;
  *zoom: 1;
  position: relative;
  min-height: 32px;
}
.box-a p {
  margin: 0 !important;
}

.icn_a {
  margin: 0;
  top: 10px;
  left: 10px;
  background-position: -34px 50%;
}

.link-list_arrow {
  margin: 0 !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: normal;
  font-size: 85.71%;
}

* html .box-a {
  height: auto !important;
  height: 32px;
}