.pg-information table.common {
  border-top: 1px solid #e3e1e1;
  border-left: 1px solid #e3e1e1;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  empty-cells: show;
  width: 100%;
  margin-top: 10px; }
.pg-information table.common tr td, .pg-information table.common tr th {
  border-right: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
  padding: 10px; }
.pg-information table.common tr th {
  color: #0e2e77;
  background-color: #f5f7fc; }
.pg-information .att_area {
  border: 1px solid #e3e1e1;
  padding: 10px; }
.pg-information .list dl {
  float: left;
  width: 230px;
  margin-right: 30px; }
.pg-information .list dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
.pg-information .list dl dd {
  margin-bottom: 5px; }
.pg-information .list dl dd.img {
  border: 1px solid #e3e1e1;
  padding: 14px; }
.pg-information .list dl.last {
  margin-right: 0; }
.pg-information .list .wp033 {
  width: 33%; }

/*    faq   */
#qa_area dl {
  background: #dddddd;
  margin: 0 auto 30px;
  padding: 5px; }
#qa_area dl dt {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  height: 40px;
  text-indent: 10px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  color: #0e2e77;
  background-color: #f5f7fc; }
#qa_area dl dd {
  background: #ffffff;
  padding: 10px;
  line-height: 1.5;
  display: none; }
#qa_area dl dd div {
  text-indent: -1em;
  padding-left: 1em; }
#qa_area dl dd div span {
  color: #d00101;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem; }
#qa_area dl dd .noind {
  text-indent: 0em;
  padding-left: 1em; }
