@charset "utf-8";

/* ==================================================================
    payment.css

=================================================================== */

/* --------------------------------
   □
-------------------------------- */

#paymentArea .caution{
    margin-top: -20px;
}

#postageArea .tableStyle td:nth-child(odd){
    text-align: center;
}

/*
   スマホ
------------------------------------------------------------------------------------------------ */

@media only screen and
(max-width : 767px) {


    /* --------------------------------
       □ paymentArea
    -------------------------------- */

    #paymentArea .tableStyle td{
            text-align: center;
        }

    #paymentArea .caution{
        margin-top: 0;
    }

    /* --------------------------------
       □ postageArea
    -------------------------------- */


    #postageArea .tableStyle th{
        width: 25%;
        }

    #postageArea .tableStyle td:nth-child(even){
        width: 50%;
        }

    .bankTransfer table.tableStyle th {
        width: 5em;
    }


}

