@charset "UTF-8";

.credit_box {
  overflow: hidden;
  clear: both;
  width: 800px;
  margin-bottom: 35px;
}

.credit_main {
  overflow: hidden;
  clear: both;
  width: 800px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.credit_main p {
  margin-top: 5px;
}

.credit_other dt {
  color: #cc0000;
  font-weight: bold;
}

.credit_other dd {
  padding: 10px;
  border: 1px dotted #000000;
  background-color: #ffffcc;
  color: #000000;
}

.credit_qa dt {
  margin: 5px 0 5px 5px;
  padding: 10px 30px; 20px 45px;
  border-bottom: 1px dotted #333333;
  background-image: url(./../images/q.jpg);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  color: #660000;
  font-size: 14px;
  font-weight: bold;
}

.credit_qa dd {
  margin-left: 30px;
  padding: 10px 30px;
  background-image: url(./../images/a.jpg);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: #ffffdd;
  color: #000000;
}

.credit_remarks {
  margin: -10px 0 15px 75px;
}
