@charset "utf-8";
/* CSS Document */
table.add_cart_table td {
    width: auto;
}
td.updown a {
    display: block;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
    border-color: grey;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table[Attributes Style] {
    background-color: rgb(169, 169, 169);
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    width: 600px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
tr[Attributes Style] {
    background-color: rgb(230, 230, 230);
    text-align: -webkit-center;
    height: 30px;
}
table#shop td, th {
    padding: 5px;
    text-align: center;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}




.hyouwaku {
margin: 20px 0;
}
.hyouwaku table td, th {
padding: 10px;
}





/* ------------------------------------- 
 *	アマテラスフッター追従
 * ------------------------------------- */

.footerAMAmail {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    margin-bottom:30px;
}

.footerFloatingMenu img {
    max-width: 99%;
}
