/* _setting CSS */
main .mv {
  background: url(../images/order/mv_bg.jpg) no-repeat center;
  background-size: cover;
}
main .mv h2 {
  padding: 147px 0 0;
  background: url(../images/order/mv.png) center;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main table {
  width: 990px;
  margin: 0 auto;
  border: 1px solid #bfbfbf;
}
main th,
main td {
  padding: 18px 30px;
  border-bottom: 1px dotted #7a7a7a;
}
main th {
  width: 200px;
  background: #f5f5f5;
  font-weight: bold;
  vertical-align: top;
}
main th .attention {
  float: right;
  display: inline-block;
  padding: 3px 3px 3px 6px;
  background: #b90101;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 3px;
}
main td {
  width: 790px;
}
main td .common_btn02 {
  width: 200px;
  padding: 10px 0 0;
  margin: 0;
}
