@charset "utf-8";

/* CSS Document */

.page_back_wrap {
    margin-bottom: 2em;
    margin-right: 0.2em;
    text-align: right;
}

.section .box {
  border: 1px solid #BEBEBE;
  margin-bottom: 20px;
  padding: 20px;
}
.section .box_q {
    background: none repeat scroll 0 0 #FFF5E9;
}

.section .box h6.q {
  background: url("../images/icon_q.gif") no-repeat scroll left top transparent;
  font-size: 1.2em;
  font-weight: normal;
  height: auto;
  line-height: 20px;
  padding-left: 32px;
  padding-top: 0;
}

.section .box h6.a {
  background: url("../images/icon_a.gif") no-repeat scroll left top transparent;
  font-size: 1.2em;
  font-weight: normal;
  height: auto;
  line-height: 20px;
  padding-left: 32px;
  padding-top: 0;
}

.section .box p.val {
  line-height: 2em;
  padding-top: 12px;
}

.section .box a {
  color: #006699;
}

