@CHARSET "windows-31j";
/*************************************************************/
/* 返品特約に関する設定                                      */
/*************************************************************/

/* 【商品詳細】【商品一覧】文字の大きさ */
div.xc_returnPattern,
table.xc_productDetail td.xc_returnPattern,
table.xc_productListDetail td.xc_returnPattern {
    font-size:12pt;
}

/* 【カートの中身】領域内の上スペース */
div.xc_returnPatternTable {
    padding-top: 20px;
}

/* 【ご利用案内】【カートの中身】【注文内容確認】テーブル見出しの幅 */
table.xc_returnPatternTable th {
    width:120px;
}

/* 【注文内容確認】「返品について」背景色 */
table.xc_normal td.xc_aboutReturnPattern{
    background-color:#FFFACD;
}

/* 【商品詳細】DIVデザイン利用時のデザイン崩れ防止 */
.xc_productDetail div.xc_returnPattern {
    clear:both;
    text-align:right;
}