@charset "shift_jis"; 

/* ==========================================================================*/
/*【基本設定】*/
/* ==========================================================================*/

* {
  margin:0;
  padding:0;
}
form {
  margin:0;
  padding:0;
}

body{
	margin: 0;
	text-align: center;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #666;
	background-color: #fff;
}

p{
	font-size: 11px;
	line-height: 19px;
	color: #000;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

pre{
	font-size: 12px;
	line-height: 1.7em;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}


/*リンクの設定*/
a{ text-decoration: none; }
a:link{ color: #000000; }
a:visited{ color: #666; }
a:hover{
	color: #724c3a;
	text-decoration: underline;
}

div#container{
	margin: 0 auto;
}


img {
border:none;
}

/* -----------------------------------------------------------------*/
/* 【見出し】*/
/* h1 はショップタイトル、h2はサブタイトルで利用されます */
/* -----------------------------------------------------------------*/


h1,h2{
	clear: both;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
}

h1{
	z-index: 3;
	position: absolute;
	top: 80px;
	margin-left: 5px;
	font-weight: bold;
	color: #CCCCCC;
}

h2{
	margin-bottom: 8px;
}


h2.text{
	font-weight: normal;
	color: #666;
	padding-top: 11px;
}



/* ▼[h3]▼ - 各ページの大見出し */
h3 {
	font-size:16px;
	color:#FFFFFF;
	background-color:#999999;
	border-top   :1px solid #e3e1d2;
	border-right :1px solid #333333;
	border-bottom:1px solid #333333;
	border-left  :1px solid #e3e1d2;
	clear:both;
	margin:10px 0px;
	padding:5px 5px 5px 10px;
	font-weight: bolder;
	background-position: center;
}

/* ▼[h4]▼ - 各ページの小見出しやシステムブロックの見出し */
h4 {
	font-size:16px;
	color:#FFFFFF;
	background-color:#999999;
	border-top   :1px solid #e3e1d2;
	border-right :1px solid #333333;
	border-bottom:1px solid #333333;
	border-left  :1px solid #e3e1d2;
	clear:both;
	margin:5px 0;
	padding:3px 3px 3px 10px;
	font-weight: bolder;
	background-position: center;
}

/* -----------------------------------------------------------------*/
/*【リンク設定】*/
/* -----------------------------------------------------------------*/
a:link {

}
a:visited {

}
a:hover {

}

/* -----------------------------------------------------------------*/
/*【table設定】*/
/* -----------------------------------------------------------------*/

/*▼基本▼ - クラス指定なしの場合に適用 */
table {
margin:0px auto;
}
    table th {
    text-align:left;
    }
    table td {
    }

/*▼Xcartの基本テーブル▼ - xc_normal クラス */
table.xc_normal {
width:90%;
margin:5px auto;
border-top   :1px solid #c7c8be;
border-right :1px solid #c7c8be;
border-bottom:0;
border-left  :0;
}
    table.xc_normal th {
    padding:2px 4px;
    text-align:center;
    background-color:#efefef;
    border-top   :0;
    border-right :0;
    border-bottom:1px solid #c7c8be;;
    border-left  :1px solid #c7c8be;;
    }
    table.xc_normal td {
    padding:2px 4px;
    border-top   :0;
    border-right :0;
    border-bottom:1px solid #c7c8be;;
    border-left  :1px solid #c7c8be;;
    }

    table.xc_normal th.xc_checkbox {
    width:15px;
    }
    table.xc_normal td textarea{
    width:95%;
    font-size:10pt;
    }

/* -----------------------------------------------------------------*/
/*【入力エラー/警告】*/
/* -----------------------------------------------------------------*/

/*▼入力エラー▼*/
ul.xc_error {
	list-style-image:url(../images/error_icon.gif);
	list-style-position: inside;
	color:#0099CC;
	margin:5px 0;
	padding:0;
	font-size: 12px;
	font-weight: bold;
}
    ul.xc_error li {
    margin:0 0 0 50px;
    color:#0099CC;
    font-weight:bold;
    font-size:12pt;
    line-height:105%
    }

/*▼入力警告▼*/
ul.xc_warning{
list-style-type:none;
background:url(../images/list_warning.gif) no-repeat left ;
margin:0 0 0 15px;
padding:7px 0 7px 35px;
}
    ul.xc_warning li{
    /*background:url(../images/list_warning.gif) no-repeat left top;*/
    padding: 3px 3px 3px 22px ;
    color:red;
    font-weight:bold;
    }


/* ==========================================================================*/
/*【表示エリア設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/*▼コンテンツエリア全体▼*/
/* -----------------------------------------------------------------*/
.xc_wrapper {
width:860px;
height:auto;
margin:0 auto;
padding:0px;
text-align:center;
background-color: #FFFFFF;
}
/* -----------------------------------------------------------------*/
/*▼ヘッダ▼*/
/* -----------------------------------------------------------------*/
.xc_header {
	width:768px;
	height:auto;
	margin:0px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	text-align:center;
	position: absolute;
	z-index: 2;
	top: 11px;
}
    .xc_header img {
    padding-right: 10px;
    }


/* -----------------------------------------------------------------*/
/*▼コンテンツ左▼*/
/*【重要】本テンプレートは2カラム表示のため「.xc_contentsLeft」非表示*/
/* -----------------------------------------------------------------*/
/*.xc_contentsLeft {
width:0px;
height:auto;
margin:0px;
padding:0px;
float:left;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}
*/

/* -----------------------------------------------------------------*/
/*▼コンテンツ中▼*/
/* -----------------------------------------------------------------*/
.xc_contents {
width:760px;
margin:0 auto;
padding:0px 15px 5px 0px;
text-align:left;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}

    /*■コンテンツ中上*/
    .xc_contentsHeader {
    margin:10px 0;
    }
    /*■コンテンツ中下下*/
    .xc_contentsFooter {
    margin: 10px 0;
    }


/* -----------------------------------------------------------------*/
/*▼コンテンツ右▼*/
/* -----------------------------------------------------------------*/
.xc_contentsRight {
width:170px;
margin:0px auto;
padding:5px 0px 5px 5px;
text-align:right;
}


/* -----------------------------------------------------------------*/
/*▼フッタ▼*/
/* -----------------------------------------------------------------*/
.xc_footer {
    60px;
    0 10px 0 0px;
    :5px 0 5px 0;
}

/* ==========================================================================*/
/*【ブロック設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「タイトル」▼*/
/* -----------------------------------------------------------------*/
h1.xc_siteTitle {
margin:0px;
padding:20px 10px 5px 20px;
}
    h1.xc_siteTitle a {
    font-size: 24px;
    color: #636152;
    text-decoration:none;
    }
    
   /*■画像の場合*/
    h1 img {
    margin:0;
    }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「サブタイトル」▼*/
/* -----------------------------------------------------------------*/
h2 {
margin:0px;
padding:2px 10px 5px 30px;
color: #636152;
font-weight:normal;
font-size: 9pt;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「メニュー」▼*/
/* 2列表示にする場合は height を 48px(24px x 2)に修正して下さい */
/* -----------------------------------------------------------------*/
.xc_gNavi {
height:24px;
background-color:#636152;
width:100%;
border:0px;
border-bottom:5px solid #D64800;
}
    .xc_gNavi ul {
    list-style-type:none;
    }
        .xc_gNavi ul li {
        float:left;
        }
            .xc_gNavi ul li a {
            height:20px;
            display:block;
            padding:4px 0px 0px 0px;
            text-align:center;
            color:#FFFFFF;
            text-decoration:none;
            }
            .xc_gNavi ul li a:hover {
            background-color:#D64800;
            color:#FFFFFF;
            }

                #xc_gnTop {/*TOP*/
                width: 100px;
                }
                #xc_gnCate {/*カテゴリー一覧*/
                width: 100px;
                }
                #xc_gnLogIn {/*ログイン*/
                width: 100px;
                }
                #xc_gnLogOut {/*ログアウト*/
                width: 100px;
                }
                #xc_gnMy {/*MYページ*/
                width: 100px;
                }
                #xc_gnHelp {/*ご利用案内*/
                width: 100px;
                }
                #xc_gnMeth {/*特定商取引法に基づく表記*/
                width: 160px;
                }
                #xc_gnInq {/*お問い合わせ*/
                width: 100px;
                }
                #xc_gnReg {/*メール会員登録*/
                width: 100px;
                }
                #xc_gnFree1 {/*自由項目1*/
                width: 100px;
                }
                #xc_gnFree2 {/*自由項目2*/
                width: 100px;
                }

/*----- 単純なリスト形式 --------------------------------*/
/* ---↓コメントアウト↓---
div.xc_gNavi {
margin:0px auto;
padding: 5px;
border-top:1px solid #c7c8be;
border-right:1px solid #c7c8be;
border-bottom:1px solid #c7c8be;
border-left:1px solid #c7c8be;
}
    .xc_gNavi ul {
    list-style-type:none;
    list-style-image:url(../images/list_arrow.gif);
    padding:0 0 0 5px ;
    margin-left: 20px;
    }
        .xc_gNavi ul li{
        margin:0;
        padding:0;
        }
---↑コメントアウト↑--- */

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カテゴリ一覧」▼*/
/* -----------------------------------------------------------------*/

/*----- ブロック形式（トップメニュー用） ★サブカテゴリ非表示推奨★ -----*/
/* 2列表示にする場合は height を 48px(24px x 2)に修正して下さい          */
/* ----------------------------------------------------------------------*/

div.xc_categoryTree {
background-color:#636152;
height:24px;
width:860px;
padding:0px;
margin:0px;
border:0px;
border-bottom:5px solid #D64800;
}
    .xc_categoryTree ul {
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0;
    }
        .xc_categoryTree  ul li{
        margin:0;
        padding:0;
        float:left;
        }
            .xc_categoryTree  ul li a{
            display:block;
            width:130px;
            padding:4px 2px 4px 2px;
            text-align:center;
            color:#FFFFFF;
            text-decoration:none;
            }
            .xc_categoryTree  ul li a:hover{
            color:#FFFFFF;
            background-color:#D64800;
            }

/*----- ブロック形式（サイドカラム用） ★サブカテゴリ非表示推奨★ -----*/

/* ---↓コメントアウト↓---
div.xc_categoryTree {
margin:0px auto;
padding: 0px;
border:0;
}
    .xc_categoryTree ul {
    list-style-image:none;
    padding:0px ;
    margin-left: 0px;
    }
        .xc_categoryTree  ul li{
        margin:0;
        padding:0;
        }
            .xc_categoryTree  ul li a{
            display:block;
            width:205px;
            height:35px;
            padding:10px 0px 0px 10px;
            background-image:url(../images/■画像■.jpg);
            }
            .xc_categoryTree  ul li a:hover{
            background-image:url(../images/□画像□.jpg);
            }
---↑コメントアウト↑--- */

            /*--------------------------------------*/
            /*■カテゴリ毎に別画像を利用する場合    */
            /*カテゴリIDに応じて書き換えが必要      */
            /*--------------------------------------*/
/* ---↓コメントアウト↓---
            li#xc_category_menu_【カテゴリID-1】 a{
            background-image:url(../images/■画像■.jpg);
            }
            li#xc_category_menu_【カテゴリID-1】 a:hover {
            background-image:url(../images/□画像□.jpg);
            }
            li#xc_category_menu_【カテゴリID-2】 a{
            background-image:url(../images/■画像■.jpg);
            }
            li#xc_category_menu_【カテゴリID-2】 a:hover {
            background-image:url(../images/□画像□.jpg);
            }
---↑コメントアウト↑--- */


/*----- 単純なリスト形式 --------------------------------*/
/* ---↓コメントアウト↓---
div.xc_categoryTree {
margin:0px auto;
padding: 5px;
border-top:1px solid #c7c8be;
border-right:1px solid #c7c8be;
border-bottom:1px solid #c7c8be;
border-left:1px solid #c7c8be;
}
    .xc_categoryTree ul {
    list-style-type:none;
    list-style-image:url(../images/list_arrow.gif);
    padding:0 0 0 5px ;
    margin-left: 20px;
    }
        .xc_categoryTree  ul li{
        margin:0;
        padding:0;
        }
---↑コメントアウト↑--- */


/*----- JavaScript形式 ★サブカテゴリ表示推奨★----------*/
.xc_categoryTree table{
width: 200px;
}



/* -----------------------------------------------------------------*/
/* ▼システムブロック_「検索ボックス」▼*/
/* -----------------------------------------------------------------*/
div.xc_searchBlock{
background-color:#efefef;
margin:0px auto;
padding:2px;
border:1px solid #c7c8be;
text-align: right;
}

    /*■リスト形式の場合*/
    .xc_searchBlock ul {
    list-style-type:none;
    margin:0;
    padding:0;
    }
        .xc_searchBlock ul li {
        float:left;
        margin:0;
        padding:0px;
        }

    /*----- 入力項目の設定 ---------------------------------*/
    /*■セレクトボックス*/
    .xc_searchBlock select {
    width:110px;
    }
        /*■親カテゴリ*/
        .xc_searchBlock #rootCategory{
        }
        /*■サブカテゴリ*/
        .xc_searchBlock #childCategory{
        }

    /*■入力ボックス*/
    .xc_searchBlock input {
    }
        /*■キーワード検索エリア*/
        .xc_searchBlock #keyword{
        width:100px;
        text-align:left;
        }
    /*■検索ボタン*/
    .xc_searchBlock #submit {
    vertical-align:bottom;
    }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「ログインボックス」▼*/
/* -----------------------------------------------------------------*/
div.xc_login {
background-color:#efefef;
margin:5px auto;
padding: 5px;
border:1px solid #c7c8be;
}

    /*■ログイン前（テーブル形式）■*/
    .xc_login table th {
    padding: 2px;
    text-align: right;
    }
        /*■エラー表示*/
        .xc_login input {
        margin:2px ;
        }

    /*■ログイン後（リスト形式）■*/
    .xc_login ul {
    list-style-image:url(../images/list_arrow.gif);
    list-style-position: inside;
    margin:0;
    padding:0;
    }
        .xc_login ul li {
        margin:0;
        padding:1px;
        }

    /*■利用ポイント数*/
    span.xc_loginPoint {
    color: red;
    }

    /*■エラー表示*/
    .xc_login ul.xc_error {
    list-style-image:url(../images/error_icon.gif);
    color:red;
    }
    .xc_login ul.xc_error li{
    font-size: 10pt;
    }
    


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カートを見るボタン」▼*/
/* -----------------------------------------------------------------*/
img.xc_viewCart {
float:right;
margin:5px 0px 5px 5px;
}

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カートの中身」▼*/
/* -----------------------------------------------------------------*/
.xc_cartInfo {
margin:0;
text-align:right;
}
div.xc_cartInfo {
clear:both;
margin: 0px auto;
padding: 5px;
border-top   :1px solid #c7c8be;
border-right :1px solid #c7c8be;
border-bottom:1px solid #c7c8be;
border-left  :1px solid #c7c8be;
}
    /*■リンク*/
    .xc_cartInfo a{
    }
    /*■カゴが空*/
    .xc_cartInfo p{
    }
    /*■各商品*/
    .xc_cartInfo div{
    clear:both;
    margin: 2px 0px 2px 0px;
    border-bottom:1px solid #c7c8be;
    }
        /*■商品画像*/
        .xc_cartInfo img{
        float:left;
        margin:3px 0px;
        border:0;
        }
        /*■商品名*/
        .xc_cartInfo h5{
        text-align:left;
        float:left;
        margin-bottom:5px;
        padding:1px 3px;
        font-size:10pt;
        font-weight:normal;
        width:134px;
        }
        /*■単価*/
        .xc_cartInfo p.xc_cartInfo_unitPrice{
        }
            .xc_cartInfo .xc_cartInfo_unitPrice span{/*数字部分*/
            color:#ff0000;
            }
        /*■数量*/
        .xc_cartInfo p.xc_cartInfo_amount{
        }
            .xc_cartInfo p.xc_cartInfo_amount span{/*数字部分*/
            color:#ff0000;
            }
        /*■小計*/
        .xc_cartInfo p.xc_cartInfo_subtotal{
        }
            .xc_cartInfo .xc_cartInfo_subtotal span{/*数字部分*/
            color:#ff0000;
            }

    /*■合計*/
    .xc_cartInfo div p.xc_cartInfo_total{
    clear:both;
    }
        .xc_cartInfo .xc_cartInfo_total span{/*数字部分*/
        color:#ff0000;
        }


    /*■見出し*/
    .xc_cartInfo h4 {
    margin-top:0;
    margin-bottom:0;
    }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「ランキング」「関連商品グループ」「汎用商品リスト」▼*/
/* -----------------------------------------------------------------*/
/*  下記配置を想定                                           */
/*   「ランキング」      (xc_salesRanking) ⇒ サイドカラム   */
/*   「関連商品グループ」(xc_itemGroup)    ⇒ 中央カラム     */
/*   「汎用商品リスト」  (xc_itemList)     ⇒ 中央カラム     */
/* -----------------------------------------------------------------*/
.xc_salesRanking,.xc_itemList,.xc_itemGroup {
text-align:left;
}
div.xc_salesRanking,div.xc_itemList,div.xc_itemGroup {
clear:both;
}

    /*■見出し*/
    .xc_salesRanking h4, .xc_itemList h4, .xc_itemGroup h4 {
    margin-top:0;
    margin-bottom:0;
    }
    /*■各商品*/
    .xc_salesRanking div, .xc_itemList div, .xc_itemGroup div {
    height:66px;
    margin: 2px 0px 2px 0px;
    background-color:#efefef;
    }
        /*■商品画像*/
        .xc_salesRanking img, .xc_itemList img, .xc_itemGroup img {
        margin: 3px 4px;
        float:left;
        width : 60px;
        max-height: 60px;
        border:0;
        }
        /*■ランク*/
        .xc_salesRanking span, .xc_itemList span, .xc_itemGroup span{
        color: #FF0000;
        font-weight: bold;
        display:block;
        float: left;
        margin: 0 5px 0 0;
        }
        /*■商品名*/
        .xc_salesRanking h5, .xc_itemList h5, .xc_itemGroup h5{
        float:right;
        margin-bottom:5px;
        padding:1px 3px;
        font-size:10pt;
        font-weight:normal;
        width:139px;
        }
    
        /*■商品説明*/
        .xc_salesRanking p, .xc_itemList p, .xc_itemGroup p{
        font-size:9pt;
        margin:0;
        padding:5px 0;
        }

/*------------------ 中央カラム配置用（615px） ------------------------*/
/* 商品リスト(xc_itemList)と商品グループ(xc_itemGroup)は中央配置を想定 */
/*---------------------------------------------------------------------*/
    /*■各商品*/
    .xc_itemList div, .xc_itemGroup div {
    margin: 2px 2px 2px 2px;
    float: left;
    width: 201px;
    }
        /*■商品名*/
         .xc_itemList h5, .xc_itemGroup h5 {
        width:125px;
        }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「営業日カレンダー」▼*/
/* -----------------------------------------------------------------*/
div.xc_calendar{
text-align:center;
clear:both;
}
    table.xc_calender {
    background-color:#FFFFFF;
    width:90%;
    margin:0px auto;
    border-top:1px solid #c7c8be;
    border-right:1px solid #c7c8be;
    border-bottom:0;
    border-left:0;
    }
        /*■月*/
        table.xc_calender caption {
        text-align:left;
        font-weight:bold;
        }
        /*■曜日見出し*/
        table.xc_calender th {
        background-color:#EEEEEE;
        padding:1px 2px;
        text-align:center;
        border-top:0;
        border-right:0;
        border-bottom:1px solid #c7c8be;
        border-left:1px solid #c7c8be;
        font-weight:normal;
        }
        /*■日付セル*/
        table.xc_calender td {
        padding:1px 2px;
        text-align:center;
        border-top:0;
        border-right:0;
        border-bottom:1px solid #c7c8be;
        border-left:1px solid #c7c8be;
        font-weight:normal;
        }

            /*■日付セルリンク*/
            table.xc_calender td a {
            display:block;
            text-decoration:none;
            }
            table.xc_calender td a:hover {
            background-color: #FFCC66;
            }

            /*■営業休*/
            span.xc_bgGray {
            background-color:#FFD9EC ! important;/*ピンク系*/
            }
            /*■本日ハイライト*/
            td.calendarHighlight {	
            background:#FFF0AA;/*黄系*/
            }
            /*■土曜*/
            span.xc_blue {
            color:#649AA2;/*青系*/
            }
            /*■日曜*/
            span.xc_red {
            color:#FF7D81;/*赤系*/
            }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「QRコード」▼*/
/* -----------------------------------------------------------------*/
div.xc_qrCode {
background-color:#FFFFFF;
clear:both;
height:92px;
margin:10px auto;
border-top:1px solid #c7c8be;
border-right:1px solid #c7c8be;
border-bottom:1px solid #c7c8be;
border-left:1px solid #c7c8be;
}
    div.xc_qrCode img{
    float:left;
    margin:5px;
    }
    div.xc_qrCode p{
    text-align:left;
    margin:5px;
    }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「SSLシール」▼*/
/* -----------------------------------------------------------------*/
div.xc_ssl {
margin:10px auto;
text-align:center;
}

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「WelcomeMessage」▼*/
/* -----------------------------------------------------------------*/
.xc_contents dl {
margin:0;
}
.xc_contents dt {
margin:2px 0;
padding:2px 5px;
text-align:right;
}
.xc_contents dd {
margin:2px 0;
padding:2px 5px;
text-align	:left;
}

/* -----------------------------------------------------------------*/
/* ▼カスタムブロック_「フッタテキスト」 - footer_text▼*/
/* -----------------------------------------------------------------*/
.footer_text {
width:100%;
margin:0;
padding:5px 0;
border-top:1px solid #c7c8be;
text-align:center;
}

/* -----------------------------------------------------------------*/
/* ▼カスタムブロック_「ご利用案内」▼*/
/* -----------------------------------------------------------------*/
.xc_valignMiddle ul {
list-style-image:url(../images/scrollTop.gif);
}
div.xc_paywayAll {
background-image: url(../images/paywayAll.gif);
width :227px;
height:114px;
}

/* ==========================================================================*/
/*【各ページ設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/* ▼カテゴリー一覧ページ▼*/
/* -----------------------------------------------------------------*/

/*■カテゴリ一覧のリスト表示*/
ul.xc_categoryList {
list-style-type:none;
margin:0;
padding:5px 10px;
}
    ul.xc_categoryList li {
    list-style-type:none;
    margin:0;
    padding:3px 5px;
    }
        ul.xc_categoryList ul {
        text-indent: 20px;
        }


/* -----------------------------------------------------------------*/
/* ▼商品一覧、商品詳細ページ共通▼*/
/* -----------------------------------------------------------------*/
.xc_itemImage{
margin:5px auto;
border:0;
}

span.xc_amount {
white-space:nowrap;
}

/* -----------------------------------------------------------------*/
/* ▼商品一覧（検索結果）ページ▼*/
/* -----------------------------------------------------------------*/
table.xc_productList {
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}

    table.xc_productList th {
    width:150px;
    background:transparent;
    padding:10px 5px;
    border-top:1px solid #c7c8be;
    border-right:0;
    border-bottom:1px solid #c7c8be;
    border-left:0;
    vertical-align:top;
    text-align:left;
    }
    table.xc_productList td {
    padding:10px 0;
    border-top:1px solid #c7c8be;
    border-right:0;
    border-bottom:1px solid #c7c8be;
    border-left:0;
    vertical-align:top;
    }
            /*-----■商品一覧の2列表示-----*/
            table.xc_productList td.xc_productCol2 {
            width:50%;
            }
            /*-----■商品一覧の4列表示-----*/
            table.xc_productList td.xc_productCol4 {
            width:25%;
            padding:5px;
            }

        /*■商品一覧の入れ子Table（説明部）*/
        table.xc_productListDetail {
        margin:0;
        border-top:0;
        border-right:0;
        border-bottom:0;
        border-left:0;
        }
            table.xc_productListDetail th {
            padding:4px 5px;
            text-align:center;
            border-top:0;
            border-right:0;
            border-bottom:0;
            border-left:0;
            }
            table.xc_productListDetail td {
            padding:4px 5px;
            border-top:0;
            border-right:0;
            border-bottom:0;
            border-left:0;
            }


/* -----------------------------------------------------------------*/
/* ▼商品詳細ページ▼*/
/* -----------------------------------------------------------------*/
table.xc_productDetail {
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
line-height:130%;
vertical-align:top;
}
    table.xc_productDetail th {
    background:transparent;
    width:80px;
    padding:3px 5px;
    border-top:0;
    border-right:0;
    border-bottom:0;
    border-left:0;
    text-align:left;
    vertical-align:top;
    }
    table.xc_productDetail td {
    padding:3px 5px;
    border-top:0;
    border-right:0;
    border-bottom:0;
    border-left:0;
    text-align:left;
    vertical-align:top;
    }
        /*■画像部分*/
        table.xc_productDetail td.xc_productsImage {
        width:220px;
        padding-top:10px;
        text-align:center;
        }
        /*■アイコン画像部分*/
        table.xc_productDetail td.xc_icon {
        padding-top:10px;
        }
        /*■問い合わせ・友人紹介部分*/
        table.xc_productDetail td.xc_inquiry {
        width:200px;
        padding-left:20px;
        }
        /*■form関連*/
        table.xc_productDetail form select {
        width:135px;
        margin:2px auto;
        }


/*■商品詳細ページの上部に表示*/
.xc_productDetailTop {
}
/*■商品詳細ページの下部に表示*/
.xc_productDetailBottom {
}


/* -----------------------------------------------------------------*/
/* ▼カートの中身ページ▼*/
/* -----------------------------------------------------------------*/
/*------- テーブル -------*/
table.xc_cartView {
margin:5px 0;
border-style:solid;
border-top-width:1px;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
}
    /*----- 見出し（基本）-----*/
    table.xc_cartView th {
    background-color:#efefef;
    padding:4px 5px 2px 5px;
    text-align:left;
    border-style:solid;
    border-top-width:0;
    border-right-width:0;
    border-bottom-width:1px;
    border-left-width:0;
    }

        /*----- 見出し（商品画像） -----*/
        table.xc_cartView th.xc_productsImage {
        width:70px;
        }
        /*----- 見出し（販売価格） -----*/
        table.xc_cartView th.xc_unitPrice{
        width:80px;
        }
        /*----- 見出し（商品合計） -----*/
        table.xc_cartView th.xc_productPrice {
        width:80px;
        }
        /*----- 見出し（商品合計） -----*/
        table.xc_cartView th.xc_productDeleteBtn {
        width:80px;
        }

    /*----- セル（基本）-----*/
    table.xc_cartView td {
    padding:4px 5px 2px 5px;
    border-style:solid;
    border-top-width:0;
    border-right-width:0;
    border-bottom-width:1px;
    border-left-width:0;
    }
        /*----- セル（商品画像）-----*/
        table.xc_cartView td.xc_productsImage {
        padding:5px;
        }
        /*----- セル（数量）-----*/
        table.xc_cartView td.xc_amount {
        width:80px;
        }
            /*--- 数量入力 ---*/
            table.xc_cartView td.xc_amount select{
            width:50px;
            }

        /*----- セル（注意書き）-----*/
        table.xc_cartView td.xc_bottomText {
        border-style:solid;
        border-top-width:0;
        border-right-width:0;
        border-bottom-width:1px;
        border-left-width:0;
        vertical-align:top;
        }
        /*----- セル（合計金額）-----*/
        table.xc_cartView td.xc_totalPrice {
        border-style:solid;
        border-top-width:0;
        border-right-width:0;
        border-bottom-width:1px;
        border-left-width:0;
        font-weight:bold;
        color:#CC0033;
        }

    /*----- 使用ポイント入力 -----*/
    table.xc_cartView input[type=text]{
    width:50px;
    }


/* -----------------------------------------------------------------*/
/* ▼特定商取引法▼*/
/* -----------------------------------------------------------------*/
table.xc_salemention{
}
    table.xc_salemention th {
    width:200px;
    }
    table.xc_salemention td {
    }


/* -----------------------------------------------------------------*/
/* ▼マイページ（受注履歴）▼*/
/* -----------------------------------------------------------------*/
table.xc_orderList{
}
    table.xc_orderList th{
    text-align:center;
    }
    table.xc_orderList td {
    text-align:center;
    }

/* -----------------------------------------------------------------*/
/* ▼マイページ（注文履歴・注文状況）▼*/
/* -----------------------------------------------------------------*/
table.xc_orderList th.xc_checkbox {/*チェックボックス*/
width:15px;
} 
table.xc_orderList th.xc_orderId {/*ご注文日・ご注文番号*/
width:85px;
}
table.xc_orderList td.xc_orderId {/*ご注文日・ご注文番号*/
width:85px;
font-size:9pt;
}

table.xc_orderList th.xc_totalPrice {/*商品合計*/
width:70px;
}

table.xc_orderList th.xc_orderStatus{/*状態*/
width:65px;
}
table.xc_orderList td.xc_orderStatus {/*状態*/
width:65px;
}


/* -----------------------------------------------------------------*/
/* ▼購入手続（決済方法選択）、ご利用案内ページ▼*/
/* -----------------------------------------------------------------*/
td.xc_paymentExplain ul {
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
padding-left:20px;
}

/* -----------------------------------------------------------------*/
/* ▼コンビニ決済▼*/
/* -----------------------------------------------------------------*/
table.xc_netCVS {
}
    table.xc_netCVS th {
    }
    table.xc_netCVS td {
    text-align:center;
    }

/* -----------------------------------------------------------------*/
/* ▼ポップアップ（在庫詳細）▼*/
/* -----------------------------------------------------------------*/
.xc_popup {
backgroud-color: #FFFFFF;
padding: 5px;
}
