@charset "UTF-8";

/* ========TABLE======== */
/*特定商取引における表記*/
table#profile, table#payment{
    width:530px;
}

table#profile th{
    width:160px;
}
table#profile td {
}
/*支払方法*/
table#payment{
    width:530px;
}

table#payment th{
    width:160px;
}
table#payment td {
}
/*配送方法・送料について*/
table#delivery{
    width:530px;
}

table#delivery th{
    width:160px;
}
table#delivery td {
}

