﻿@charset "utf-8";
.fwtop_no_item_wrp {
    padding-top: 100px;
    margin-bottom: 100px;
}
.fwtop_no_item_wrp > .fwtop_no_item_btn_wrp {
    text-align: center;
    margin-top: 30px;
}
.fwtop_info_wrp {
    display: table;
    background: #F8D9DA;
    padding: 20px 40px;
    margin-top: 20px;
    width: 100%;
}
.fwtop_info_wrp > .info_icon {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}
.fwtop_info_wrp > .info_msg {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
}
.fwtop_info_btm {
    margin-bottom: 50px;
}
.deligrp_wrp {
    margin-top: 0; 
}
.deligrp_item_wrp > .deligrp_item_del_btn_wrp {
    position: absolute;
    top: 30px;
    right: 30px;
}
.fwtop_del_item {
    background: #e6e6e6;
    border: solid 1px #d6c9bd;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #505050;
}
.deligrp_item_wrp {
    position: relative;
    border-top: 1px solid #A28363;
}

.itemname {
    width: 570px;
}

/* =========================================================
カートエラー詳細表示用
========================================================= */
.cartErrorAlertMessage {
    color: #b94a48;
    font-weight: bold;
    font-size: 125%;
    border: 1px solid #f00;
    padding: 15px 20px 15px 20px;
    text-align: center;
    margin: 20px 100px 60px;
}