@charset "utf-8";

/* ----------------------------------------------------- */
/*   PriBiz 決済画面スタイル                 */
/* ----------------------------------------------------- */

/* お支払方法入力項目
------------------------------------------------------ */
.payment {
}

.payment td {
  background: none;
  border-bottom: none;
  padding: 4px 0px;
  text-align: left;
}

.dotline {
  border-bottom: 1px dotted #b9b9b9 !important;
}

.paymentinfo{
  font-size: 14px;
  line-height: 1.5em;
  margin: 40px 0px;
  text-align: center;
}

.orderinfo{
  border: 2px solid #b9b9b9;
  font-size: 14px;
  line-height: 1.5em;
  margin: 20px auto;
  padding: 10px 0px;
  text-align: center;
  width: 500px;
}

.receiptbtnarea {
  margin: 20px 0px;
  text-align: center;
}


