@charset "UTF-8";
/*
// 日本語 UTF-8
//---------------------------------------------------------
// CSS ウェブサイト
//---------------------------------------------------------
*/
.none {
    display: none;
}
.center {
    text-align: center;
}
.red {
    color: #f00;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.mb10px {
    margin-bottom: 10px;
}
.mb20px {
    margin-bottom: 20px;
}
.mb40px {
    margin-bottom: 40px;
}
.pb10px {
    padding-bottom: 10px;
}
.pb20px {
    padding-bottom: 20px;
}
.pb40px {
    padding-bottom: 40px;
}
.message_box {
    margin: 1em;
}
.cart_button {
    text-align: right;
    padding: 1em 0;
}
.select_block .summary {
    margin: 0 0 2em 1em;
}
.item_buttons {
    position: relative;
}
.item_buttons .result_message {
    display: none;
    position: absolute;
    top: 38px;
    left: -50px;
    white-space: nowrap;
    padding: 10px 20px;
    background-color: #fcc;
    border-radius: 5px;
}
table.payment_sammary {
    margin: 30px auto;
}
table.payment_sammary td {
    padding: 8px 10px;
}
.confirm_email_address {
    display: inline-block;
    padding: 20px 0;
    font-size: 18pt;
}
#delivery_payment_form .form_block {
    margin: 0 0 50px 0;
}
#delivery_payment_form textarea.gift_message {
   xheight: 6em;
   xwidth: 40em;
    min-height: 6em;
    max-width: 40em;
}
.delivery_form_block {
    padding-bottom: 40px;
}
.delivery_form_block .new_address_form dt {
    margin: 0;
}
.delivery_form_block .new_address_form dd {
    padding-top: 5px;
    margin: 0 0 15px 0;
}
.add_delivery_form button {
    font-size: 12pt;
    font-weight: bold;
    padding: 8px 12px;
    border: 1px solid #888;
    border-radius: 5px;
}
.add_delivery_form button:hover {
    opacity: 0.5;
}
.delivery_goods_form {
    margin: 10px 0 0 0;
}
.delivery_goods_form th {
    padding: 2px 20px;
    text-align: left;
}
.delivery_goods_form td {
    padding: 2px 20px;
}
.delivery_goods_list {
    margin: 10px 0 40px 0;
}
.delivery_goods_list th {
    padding: 2px 20px;
    text-align: left;
}
.delivery_goods_list td {
    padding: 2px 20px;
}
.delivery_goods_list img {
    max-width: 60px;
    max-height: 60px;
}
/*
//---------------------------------------------------------
// END
//---------------------------------------------------------
*/
