/* _setting CSS */
main .mv {
  background: url(../images/guide/privacy/mv_bg.jpg) no-repeat center;
  background-size: cover;
}
main .mv h2 {
  padding: 147px 0 0;
  background: url(../images/guide/privacy/mv.png) center;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main section {
  margin: 50px 0 0;
}
main .inner {
  width: 990px;
  margin: 0 auto;
}
main .mhd {
  margin: 0 0 3px;
  font-size: 18px;
  font-weight: bold;
}
main p {
  margin: 0 0 15px;
}
main .text_r {
  text-align: right;
}
main .pl {
  padding: 0 0 0 15px;
}
main .table_wrap {
  width: 990px;
  margin: 20px auto 35px;
}
main table {
  border: 1px solid #bfbfbf;
}
main th,
main td {
  padding: 10px 15px;
  border-bottom: 1px dotted #7a7a7a;
}
main th {
  width: 200px;
  background: #f5f5f5;
  font-weight: bold;
  vertical-align: top;
}
main td {
  width: 790px;
}
