@charset "utf-8";

form .required > label.control-label:after {
	color: #e32;
	content: '*';
	display:inline;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

/* 注文明細 */
.one-product {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.one-product-heading {
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: .5em;
    padding-bottom: .5em;
}

/* 支払いプラン */
.order-form-payment-plan {
    max-width: 342px;
    min-width: 280px;
}


/* Amazon Payボタン */
#AmazonPayButtonWrapper {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
#AmazonPayButton {
    height: 52px;
}

/* PayPalボタン https://developer.paypal.com/docs/business/checkout/reference/style-guide/#size */
#paypal-button-container {
    display: inline-block;
    vertical-align: top;
}

/* 旧PayPal用ボタン */
.button-paypal-custom {
    border: none;
    background: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/developer/devloper-PM_228_44.png");
    width: 228px;
    height: 44px;
    vertical-align: middle;
}

.univapay-button {
    vertical-align: middle;
}

/* 決済サービスのボタン、確定ボタン */
.button-checkout, .button-order-confirm-submit {
    width: 200px;
}

/* 戻るボタン */
.button-order-back {
    margin-left: 10px;
}
