@charset "shift_jis"; 

/* ==========================================================================*/
/*【基本設定】*/
/* ==========================================================================*/

* { margin:0; padding:0;}
form { margin:0; padding:0;}
body {
	height:100%;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	line-height:1.4;
	text-align:center;
	font-size:12px;
	color:#454545;
	background:#FFFFFF;
}
p {	margin: 0; padding: 0;}
img {	border:none;}
.clear{ clear:both;}


/* -----------------------------------------------------------------*/
/* 【見出し】*/
/* h1 はショップタイトル、h2はサブタイトルで利用されます */
/* -----------------------------------------------------------------*/

/* ▼[h3]▼ - 各ページの大見出し */
h3 {
clear:both;
margin:0px 0px 20px;
padding:4px 5px 5px 35px;
font-size:16px;
color:#545406;
background:url(../images/h3_tit.gif) no-repeat bottom;	
}

/* ▼[h4]▼ - 各ページの小見出しやシステムブロックの見出し */
h4 {
clear:both;
margin:5px 0;
padding:3px 3px 3px 10px;
border:none;
background-color:#C4E497;
color:#545406;
font-size:12px;
}


/* -----------------------------------------------------------------*/
/*【リンク設定】*/
/* -----------------------------------------------------------------*/
a,a:link,a:visited { color: #CC6600; text-decoration: underline;}
a:hover { color: #E8AA2E; text-decoration: none;}



/* -----------------------------------------------------------------*/
/*【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 #666666;
	border-right:1px solid #666666;
	border-bottom:0;
	border-left:0;
}
    table.xc_normal th{
	    padding:4px;
	    text-align:center;
	    background-color:#FFFFB1;
	    border-top:0;
	    border-right:0;
	    border-bottom:1px solid #666666;
	    border-left:1px solid #666666;
    }
    table.xc_normal td{
	    padding:4px;
	    background-color:#FFFFFF;
	    border-top:0;
	    border-right:0;
	    border-bottom:1px solid #666666;
	    border-left:1px solid #666666;
    }

    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:#FF3232;
	margin:5px 0;
	padding:0;
}
    ul.xc_error li{
	    margin:0 0 0 30px;
	    color:#FF3232;
	    font-weight:bold;
    }

/*▼入力警告▼*/
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:0;
	border:none;
	text-align:center;
}


/* -----------------------------------------------------------------*/
/*▼ヘッダ▼*/
/* -----------------------------------------------------------------*/
.xc_header {
	width:860px;
	margin:0;
	background-color:#FFFFFF;
	/*background-image: url("../../_template/images/xc_header_bg.gif");*/
	background-repeat: no-repeat;
	border-top:0;
	border-right:0;
	border-bottom:2px solid #666666;
	border-left:0;
	text-align:left;
}
    .xc_header img {
	    padding-right: 10px;
    }


/* -----------------------------------------------------------------*/
/*▼左カラム▼*/
/* -----------------------------------------------------------------*/
.xc_contentsLeft {
float:left;
width:215px;
margin:10px;
padding:0px;
text-align:left;
display: inline;
}


/* -----------------------------------------------------------------*/
/*▼中央カラム▼*/
/* -----------------------------------------------------------------*/
.xc_contents {
width:615px;
margin:10px 0px;
padding:0;
float:left;
text-align:left;
border:0;
display: inline;
}

    /*■中央カラム上*/
    .xc_contentsHeader{
	    margin:0;
	    display: inline;
    }
    /*■中央カラム下*/
    .xc_contentsFooter{
	    margin: 10px 0;
    }


/* -----------------------------------------------------------------*/
/*▼フッタ▼*/
/* -----------------------------------------------------------------*/
.xc_footer {
width:860px;
margin:0px;
padding:20px 0px;
background:url(../images/footer_bg.jpg) repeat-x;
text-align:center;
}

.xc_footer .copyright p span{
padding:0px 10px;
}

.xc_footer .copyright{
margin:0px;
padding:30px 0px;
}


/* ==========================================================================*/
/*【ブロック設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「タイトル」▼*/
/* -----------------------------------------------------------------*/
h1.xc_siteTitle {
margin:0;
padding:11px 0px 7px 10px;
float:left;
}
    h1.xc_siteTitle a {
    font-size: 24px;
    color: #333333;
    text-decoration:none;
    }
    h1.xc_siteTitle a:hover {
    text-decoration:none;
    }    
    h1.xc_siteTitle a:visited {
    color: #333333;
    }    
   /*■画像の場合*/
    h1 img {
    　margin:0;
    }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「サブタイトル」▼*/
/* -----------------------------------------------------------------*/
h2{
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
padding-top:2px;
padding-right:10px;
padding-bottom:5px;
padding-left:30px;
color:#333333;
font-weight:normal;
font-size: 9pt;
}


/* -----------------------------------------------------------------*/
/* ▼オリジナル_「ヘッダーログインボックス」▼*/
/* -----------------------------------------------------------------*/
.loginBox{
float:right;
width:293px;
margin:10px 10px 0px;
padding:12px 0px 0px;
background:url(../images/login_bgtop.gif) no-repeat left top;
}
.loginBoxbottom{
width:293px;
margin:0px;
padding:0px 0px 5px;
background:url(../images/login_bgbottom.gif) no-repeat left bottom;
}

.loginBox p{
margin:0px;
padding:0px 0px 0px 10px;
}
.loginBox p img{
margin:0px;
padding:0px;
vertical-align:text-bottom;
}
.loginBox p span{
margin:0px;
padding:0px 0px 0px 5px;
font-size:12px;
}
.loginBox .loginTable{
margin:0px;
padding: 2px 8px 0px;
}
.loginBox .loginTable td{
clear:both;
margin:0px;
padding: 0px 3px;
}
.loginBox .loginTable td dl{
margin:0px;
padding: 0px;
color:#333333;
font-weight:normal;
}
.loginBox .loginTable td dt{
clear:both;
float:left;
width:60px;
margin:0px;
padding:0px 0px 3px 0px;
}
.loginBox .loginTable td dd{
float:left;
margin:0px;
padding:0px 0px 3px 0px;
}
.loginBox .loginTable td dd input{
width: 115px;
height: 16px;
margin:0px;
padding:0px;
line-height: 12px;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「メニュー」▼*/
/* -----------------------------------------------------------------*/

.xc_header .xc_gNavi {
clear:both;
margin:0 auto;
padding:0px;
background:url(../images/nav_bg.jpg) repeat-x;
}
    .xc_header .xc_gNavi ul {
    list-style-image:none;
    list-style-type:none;
    width:845px;
    margin:0;
    padding:0;
    }
        .xc_header .xc_gNavi  ul li{
        margin:0;
        padding:0;
        float:left;
        }
            .xc_header .xc_gNavi  ul li a{
            display:block;
            width:auto;
            padding:6px 10px 5px 10px;
            text-align:center;
            color:#FFFFFF;
            text-decoration:none;
            }
            .xc_header .xc_gNavi  ul li a:hover{
            color:#999999;
            }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カートの中身」▼*/
/* -----------------------------------------------------------------*/
.xc_cartInfo {
clear:both;
margin:0;
background:#FFFFFF;
border: 1px solid #CCCCCC;
}
.xc_cartInfo h4{
margin:0 0 3px;
padding:7px 0px 3px 32px;
border-top: 3px solid #333300;
background:url(../images/nav01_bg.gif) no-repeat left bottom;
color:#495910;
}
.xc_cartInfo .xc_cartInfoBody{
background-color:#FFFFFF;
padding:0 0 5px 0;
}
.xc_cartInfo .xc_cartInfoBody p{

}
.xc_cartInfo .xc_cartInfoBody .xc_cartProducts{
clear:both;
text-align:left;
border-bottom:1px dashed #CCCCCC;
}
    /*■リンク*/
    .xc_cartInfo a{    }

    /*■カゴが空*/
    .xc_cartInfo p{padding:2px 2px 2px 5px;}

        /*■商品画像*/
        .xc_cartInfo img{
        float:left;
        margin:3px;
        border:0;
        }
        /*■商品名*/
        .xc_cartInfo h5{
        text-align:left;
        float:left;
        margin-bottom:2px;
        padding:1px 3px;
        font-size:10pt;
        font-weight:normal;
        width:120px;
        }
        /*■単価*/
        .xc_cartInfo p.xc_cartInfo_unitPrice{     }
            .xc_cartInfo .xc_cartInfo_unitPrice span{/*数字部分*/  padding:0px 0px 0px 3px;}

        /*■数量*/
        .xc_cartInfo p.xc_cartInfo_amount{
        text-align:right;
        padding-right:3px
        }
            .xc_cartInfo p.xc_cartInfo_amount span{/*数字部分*/
            color:#ff0000;
            }
        /*■小計*/
        .xc_cartInfo p.xc_cartInfo_subtotal{
        text-align:right;
        padding-right:3px
        }
            .xc_cartInfo .xc_cartInfo_subtotal span{/*数字部分*/
            color:#ff0000;
            }

    /*■合計*/
    .xc_cartInfo div p.xc_cartInfo_total{
    clear:both;
    margin-top:1px;
    padding-right:3px;
    border-top:1px solid #CCCCCC;
    text-align:right
    }
        .xc_cartInfo .xc_cartInfo_total span{/*数字部分*/
        color:#ff0000;
        }

    /*■レジへ進む*/
    .xc_cartInfo div .xc_toRegister{
    text-align:right;
    padding-top:3px;
    padding-right:3px;
    padding-bottom:0;
    padding-left:0;
    }

.xc_cartInfoFoot{ margin:0px; padding:0px;}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カートを見るボタン」▼*/
/* -----------------------------------------------------------------*/
.viewcart{
clear:both;
margin:0 0 10px 0;
background:#FFFFFF;
border: 1px solid #CCCCCC;
/*border-top: none;*/
text-align:right;
}

img.xc_viewCart {
margin:5px;
}


/* -----------------------------------------------------------------*/
/* ▼オリジナル_「フリーページナビ」▼*/
/* -----------------------------------------------------------------*/
.freepage{
clear:both;
margin:0 0 10px 0;
background:#FFFFFF;
border: 1px solid #CCCCCC;
}

.freepage h4 {
margin:0 0 3px;
padding:7px 0px 3px 34px;
border-top: 3px solid #333300;
background:url(../images/nav03_bg.gif) no-repeat left bottom;
color:#495910;
}

    .freepage ul {
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0;
    }
        .freepage ul li{
        width:213px;
        margin:0;
        padding:0;
        background:url(../images/ca_bg.gif) no-repeat left top;
        }
            .freepage ul li a{
            display:block;
            width:auto;
            padding:9px 10px 5px 20px;
            text-align:left;
            color:#495910;
            text-decoration:none;
            }
            .freepage ul li a:hover{
            background:url(../images/ca_bg_ov.gif) no-repeat left top;
            }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カテゴリ一覧」▼*/
/* -----------------------------------------------------------------*/

/*----- ブロック形式（サイドカラム用） ★サブカテゴリ非表示推奨★ -----*/

.xc_categoryTree {
clear:both;
margin:0 0 10px 0;
background:#FFFFFF;
border: 1px solid #CCCCCC;
}

.xc_categoryTree h4 {
margin:0 0 3px;
padding:7px 0px 3px 35px;
border-top: 3px solid #333300;
background:url(../images/nav02_bg.gif) no-repeat left bottom;
color:#495910;
}

    .xc_categoryTree ul {
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0;
    }
        .xc_categoryTree ul li{
        width:213px;
        margin:0;
        padding:0;
        background:url(../images/ca_bg.gif) no-repeat left top;
        }
            .xc_categoryTree ul li a{
            display:block;
            width:auto;
            padding:9px 10px 5px 20px;
            text-align:left;
            color:#495910;
            text-decoration:none;
            }
            .xc_categoryTree ul li a:hover{
            background:url(../images/ca_bg_ov.gif) no-repeat left top;
            }
 
       .xc_categoryTree ul li ul li{
        width:213px;
        margin:0;
        padding:0;
        background:url(../images/sca_bg.gif) no-repeat left top;
        }
            .xc_categoryTree ul li ul li a{
            display:block;
            width:auto;
            padding:5px 10px 3px 40px;
            text-align:left;
            color:#495910;
            text-decoration:none;
            }
            .xc_categoryTree ul li ul li a:hover{
            background:url(../images/sca_bg_ov.gif) no-repeat left top;
            }

            /*--------------------------------------*/
            /*■カテゴリ毎に別画像を利用する場合    */
            /*カテゴリ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);
            }
---↑コメントアウト↑--- */


/*----- JavaScript形式 ★サブカテゴリ表示推奨★----------*/
.xc_categoryTree table{
width: 200px;
}


/* -----------------------------------------------------------------*/
/* ▼オリジナル_「お買い物ガイド」▼*/
/* -----------------------------------------------------------------*/
.guide{
clear:both;
margin:0 0 10px 0;
background:#FFFFFF;
border: 1px solid #CCCCCC;
}

.guide h4 {
margin:0 0 3px;
padding:7px 0px 3px 32px;
border-top: 3px solid #333300;
background:url(../images/nav01_bg.gif) no-repeat left bottom;
color:#495910;
}

    .guide ul {
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0;
    }
        .guide ul li{
        width:213px;
        margin:0;
        padding:0;
        background:url(../images/ca_bg.gif) no-repeat left top;
        }
            .guide ul li a{
            display:block;
            width:auto;
            padding:9px 10px 5px 20px;
            text-align:left;
            color:#495910;
            text-decoration:none;
            }
            .guide ul li a:hover{
            background:url(../images/ca_bg_ov.gif) no-repeat left top;
            }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「営業日カレンダー」▼*/
/* -----------------------------------------------------------------*/
/*中央カラム、右カラム、左カラムに配置した場合共通*/

.xc_calendar{
clear:both;
margin:0 0 10px 0;
background:#FFFFFF;
border: 1px solid #CCCCCC;
}

.xc_calendar h4 {
margin:0 0 3px;
padding:7px 0px 3px 32px;
border-top: 3px solid #333300;
background:url(../images/nav04_bg.gif) no-repeat left bottom;
color:#495910;
}

.xc_calendar .xc_calendarBody{
padding:5px;
background-color:#FFFFFF;
}
table.xc_calendar{
margin:0 auto 10px;
width:190px;
text-align:center;
border:1px solid #CCCCCC;
border-bottom:none;
}
table.xc_calendar caption{
margin:0 auto;
font-weight:bold;
background-color:#EEEEEE;
}
table.xc_calendar td{
border-top:none;
border-right:none;
border-bottom:1px solid #CCCCCC;
border-left:none;
}
.xc_calendarWeekday{
color:#666666!important;
}
.xc_calendarSun{
color:#FF0000!important;
}
.xc_calendarSat{
color:#000066!important;
}
.xc_calendarToday{
font-weight:bold!important;
border:1px solid red !important;
}
.xc_calendarHoliday{
background-color:#CCFFCC!important;
}
.xc_calendar .xc_annotation{
clear:both;
width:120px;
margin:5px auto 0;
text-align:left;
}
tr.xc_deliveryDate .xc_annotation{
clear:both;
width:120px;
margin-top:5px;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
text-align:left;
}
.xc_annotation div.xc_calendarHoliday{
width:15px;
height:15px;
background-color:#CCFFCC!important;
padding:0;
margin-right:5px;
float:left;
}

/* -----------------------------------------------------------------*/
/* ▼オリジナル_「QRコード」▼*/
/* -----------------------------------------------------------------*/
.qrcode{
clear:both;
height: 72px;
margin:0 0 10px 0;
padding:10px 0 0;
border:1px solid #CCCCCC;
background:url(../../images/qrCode.jpg) no-repeat right top;
}

.qrcode p{
margin:0px;
padding:0 82px 0 5px;
}
.qrcode p span{
font-weight:bold;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「QRコード」▼*/
/* -----------------------------------------------------------------*/
.xc_qrCode {
clear:both;
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
}
.xc_qrCodeBody {
background-color:#FFFFFF;
}
    .xc_qrCode img{
    float:left;
    margin-top:0;
    margin-right:5px;
    margin-bottom:0;
    margin-left:0;
    }
    .xc_qrCode p{
    text-align:left;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「SSLシール」▼*/
/* -----------------------------------------------------------------*/
.xc_ssl {
clear:both;
margin:0 auto 10px;
text-align:center;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「ランキング」「関連商品グループ」「汎用商品リスト」▼*/
/* -----------------------------------------------------------------*/
/*中央カラム、右カラム、左カラムに配置した場合共通*/
.xc_salesRanking{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:5px;
margin-left:0;
}
.xc_itemList{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:5px;
margin-left:0;
}
.xc_itemGroup{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:5px;
margin-left:0;
}
.xc_salesRanking h4{
}
.xc_itemList h4{
}
.xc_itemGroup h4{
}
.xc_salesRanking .xc_salesRankingBody{
background-color:#FFFFFF;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
.xc_itemList .xc_itemListBody{
background-color:#FFFFFF;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
.xc_itemGroup .xc_itemGroupBody{
background-color:#FFFFFF;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
.xc_itemDataBoxImage{
float:left;
margin-top:0;
margin-right:3px;
margin-bottom:3px;
margin-left:0;
}
.xc_itemDataBoxRanking{
font-weight:bold;
}
.xc_productName {
margin-top:0;
margin-right:3px;
margin-bottom:0;
margin-left:0;
}
.xc_productName a{
text-decoration:none;
}
.xc_tdPrice{
}
.xc_productComment{
clear:both;
}
.xc_itemGroup .xc_clearBoth{
height:10px;
}

/*中央カラムに配置した場合*/
.xc_contents .xc_itemDataBox{
width:198px;
float:left;
border-bottom:dashed 1px #CCCCCC;
border-color:#CCCCCC;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
}
/*右カラム、左カラムに配置した場合*/
.xc_contentsLeft .xc_itemDataBox{
width:190px;
border-bottom:dashed 1px #CCCCCC;
border-color:#CCCCCC;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
}
.xc_contentsRight .xc_itemDataBox{
width:190px;
border-bottom:dashed 1px #CCCCCC;
border-color:#CCCCCC;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「WelcomeMessage」▼*/
/* -----------------------------------------------------------------*/
.xc_contents p.welcome{
margin: 15px 0px;
padding: 5px 10px;
border: 3px double #cc6600;
background:#FFFF66;
}
.xc_contents p.welcome span{
font-weight:bold;
}

/* -----------------------------------------------------------------*/
/* ▼オリジナル_「季節のおすすめ茶葉」▼*/
/* ※トップページのみ*/
/* -----------------------------------------------------------------*/
.xc_contents .pickup_item{
margin:0px 0px 15px;
padding:0px;
}

.xc_contents .pickup_item h3{
margin:0px 0px 10px;
padding:0px;
}

.xc_contents .pickup_item dl{
float:left;
width:153px;
margin:0px;
padding:0px;
}

.xc_contents .pickup_item dt, .xc_contents .pickup_item dd{
margin:0px;
padding:0px 5px;
}
.xc_contents .pickup_item dt img{
margin:0px;
padding:0px;
border:1px solid #CCCCCC;
}
.xc_contents .pickup_item dt a img{
border:1px solid #CCCCCC;
}
.xc_contents .pickup_item dt a:hover img{
border:1px solid #CC6600;
}

.xc_contents .pickup_item dd .itemname{
margin:0px;
padding:3px 0px;
}
.xc_contents .pickup_item dd .itemname a{
font-weight:bold;
}

.xc_contents .pickup_item dd .itemprice{
margin:0px;
padding:0px 0px 3px;
font-weight:bold;
text-align:right;
}
.xc_contents .pickup_item dd .itemprice span{
padding-right:10px;
}


/* -----------------------------------------------------------------*/
/* ▼オリジナル_「お茶を学ぼう」▼*/
/* ※トップページのみ*/
/* -----------------------------------------------------------------*/
.xc_contents .knowledge{
margin:0px 0px 15px;
padding:0px;
}

.xc_contents .knowledge h3{
margin:0px;
padding:0px;
}

.xc_contents .knowledge .k-box{
float:left;
margin:0px;
padding:0px;
}

.xc_contents .knowledge .k-box h4{
margin:0px;
padding:0px;
background:#FFFFFF;
}

.xc_contents .knowledge .k-box h4 img{
margin:0px;
padding:0px;
background:#FFFFFF;
}

.xc_contents .knowledge .k-box ul.basis,
.xc_contents .knowledge .k-box ul.brew{
clear:both;
margin:0px 0px 0px 2px;
padding:0px;
}

.xc_contents .knowledge .k-box ul.basis li{
float:left;
margin:5px 15px 0px 0px;
padding:3px 0px 2px 22px;
list-style-type: none;
background: url(../images/knowledge_icon01.gif) no-repeat;
}

.xc_contents .knowledge .k-box ul.brew li{
float:left;
margin:5px 15px 0px 0px;
padding:3px 0px 2px 22px;
list-style-type: none;
background: url(../images/knowledge_icon02.gif) no-repeat;
}

.xc_contents .knowledge .k-box li a{
font-weight:bold;
}


/* -----------------------------------------------------------------*/
/* ▼オリジナル_「聞茶茶房からのお知らせ」▼*/
/* ※トップページのみ*/
/* -----------------------------------------------------------------*/
.xc_contents .news{
clear:both;
margin:20px 0px;
padding:5px 9px 9px;
background:#E9EAC3;
}

.xc_contents .news h3{
margin:0px;
padding:0px;
}

.xc_contents .news dl{
margin:10px 0px 0px;
padding:10px;
background:#FFFFFF;
height:160px;
overflow: auto;
}

.xc_contents .news dt{
margin:0px;
padding:5px 0px;
font-weight:bold;
}
.xc_contents .news dt span{
margin:0px;
padding:0px 14px 0px 0px;
font-weight:normal;
}
.xc_contents .news dt a, .xc_contents .news dd a{
font-weight:bold;
}

.xc_contents .news dd{
margin:0px;
padding:0px 0px 5px 76px;
border-bottom: 1px dashed #999933;
}


/* -----------------------------------------------------------------*/
/* ▼オリジナル_「ページの先頭へ戻る」▼*/
/* -----------------------------------------------------------------*/
.pageup {
text-align: right;
}
.x

/* -----------------------------------------------------------------*/
/* ▼カスタムブロック_「ご利用案内」▼*/
/* -----------------------------------------------------------------*/
.xc_valignMiddle ul {
list-style-image:url(../images/scrollTop.gif);
}
.xc_paywayAll {
background-image: url(../images/paywayAll.gif);
width :227px;
height:114px;
}


/* -----------------------------------------------------------------*/
/* ▼（未使用）システムブロック_「ログインボックス」▼*/
/* -----------------------------------------------------------------*/
/*中央カラム、右カラム、左カラムに配置した場合共通*/

    /*■エラー表示*/
    .xc_login input {
    margin:1px 0;
    }

    /*■利用ポイント数*/
    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;
    }



/*中央カラムに配置した場合*/
.xc_contents .xc_login{
clear:both;
background-color:#FFFFFF;
margin:0 0 10px 0;
padding:0;
}
    .xc_contents .xc_login span{
    width:auto;
    float:left;
    margin-top:0;
    margin-right:3px;
    margin-bottom:0;
    margin-left:0;
    }
    .xc_contents .xc_login .xc_th{
    width:auto;
    float:left;
    margin-top:0;
    margin-right:3px;
    margin-bottom:0;
    margin-left:5px;
    }
    .xc_contents .xc_login .xc_td{
    width:auto;
    float:left;
    margin-top:0;
    margin-right:3px;
    margin-bottom:0;
    margin-left:0;
    }
    .xc_contents .xc_login .xc_submit{
    width:auto;
    float:left;
    margin-top:0;
    margin-right:3px;
    margin-bottom:0;
    margin-left:0;
    }
    .xc_contents .xc_login .xc_annotation{
    width:auto;
    float:left;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    }
    /*■ログイン後（リスト形式）■*/
    .xc_contents .xc_login ul {
    list-style-type:none;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    }
        .xc_login ul li {
        float:left;
        margin-top:0;
        margin-right:0;
        margin-bottom:0;
        margin-left:0;
        padding-top:0;
        padding-right:3px;
        padding-bottom:0;
        padding-left:0;
        }


/*右カラム、左カラムに配置した場合*/
.xc_contentsRight .xc_login{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
.xc_contentsRight .xc_login h4{
}
    .xc_contentsRight .xc_login .xc_loginBody{
    padding-top:0;
    background-color:#FFFFFF;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    text-align:left;
    }
    .xc_contentsRight .xc_login span{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:3px;
    }
    .xc_contentsRight .xc_login .xc_th{
    width:55px;
    padding-top:3px;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    text-align:left;
    }
    .xc_contentsRight .xc_login .xc_td{
    width:auto;
    }
    .xc_contentsRight .xc_login .xc_td input{
    width:120px;
    }
    .xc_contentsRight .xc_login .xc_submit{
    clear:both;
    margin-top:5px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    text-align:center;
    }
    .xc_contentsRight .xc_login .xc_annotation{
    clear:both;
    margin-top:5px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    text-align:center;
    font-size:9pt;
    }
    /*■ログイン後（リスト形式）■*/
    .xc_contentsRight .xc_login ul {
    width:100%;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    list-style-image:none;
    list-style-type:none;
    text-align:left;
    }
        .xc_contentsRight .xc_login ul li {
        width:100%;
        padding-top:0;
        padding-right:0;
        padding-bottom:1px;
        padding-left:0;
        border-top:none;
        border-right:none;
        border-bottom:1px dashed #CCCCCC;
        border-left:none;
        }
        .xc_contentsRight .xc_login ul a{
        display:block;
        padding-top:3px;
        padding-right:10px;
        padding-bottom:3px;
        padding-left:10px;
        }
        .xc_contentsRight .xc_login ul a:hover{
        background-color:#EEEEEE;
        }

.xc_contentsLeft .xc_login{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
.xc_contentsLeft .xc_login h4{
}
    .xc_contentsLeft .xc_login .xc_loginBody{
    padding-top:0;
    background-color:#FFFFFF;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    text-align:left;
    }
    .xc_contentsLeft .xc_login span{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:3px;
    }
    .xc_contentsLeft .xc_login .xc_th{
    width:55px;
    padding-top:3px;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    text-align:left;
    }
    .xc_contentsLeft .xc_login .xc_td{
    width:auto;
    }
    .xc_contentsLeft .xc_login .xc_td input{
    width:120px;
    }
    .xc_contentsLeft .xc_login .xc_submit{
    clear:both;
    margin-top:5px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    text-align:center;
    }
    .xc_contentsLeft .xc_login .xc_annotation{
    clear:both;
    margin-top:5px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    text-align:center;
    font-size:9pt;
    }
    /*■ログイン後（リスト形式）■*/
    .xc_contentsLeft .xc_login ul {
    width:100%;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    list-style-image:none;
    list-style-type:none;
    text-align:left;
    }
        .xc_contentsLeft .xc_login ul li {
        width:100%;
        padding-top:0;
        padding-right:0;
        padding-bottom:1px;
        padding-left:0;
        border-top:none;
        border-right:none;
        border-bottom:1px dashed #CCCCCC;
        border-left:none;
        }
        .xc_contentsLeft .xc_login ul a{
        display:block;
        padding-top:3px;
        padding-right:10px;
        padding-bottom:3px;
        padding-left:10px;
        }
        .xc_contentsLeft .xc_login ul a:hover{
        background-color:#EEEEEE;
        }


/* -----------------------------------------------------------------*/
/* ▼（未使用）システムブロック_「検索ボックス」▼*/
/* -----------------------------------------------------------------*/
/*中央カラムに配置した場合*/
.xc_contents .xc_searchBlock{
clear:both;
background-color:#FFFFFF;
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
padding:0;
text-align: left;
}
    .xc_contents .xc_searchBlock ul {
    list-style-type:none;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    }
        .xc_contents .xc_searchBlock ul li {
        float:left;
        margin-top:0;
        margin-right:3px;
        margin-bottom:0;
        margin-left:0;
        padding-top:0;
        padding-right:0;
        padding-bottom:0;
        padding-left:0;
        }

/*右カラム、左カラムに配置した場合*/
.xc_contentsRight .xc_searchBlock{
clear:both;
width:205px;
background-color:#FFFFFF;
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
text-align: left;
}
.xc_contentsRight .xc_searchBlock h4{
}
.xc_contentsRight .xc_searchBlockBody{
padding-top:5px;
padding-right:2px;
padding-bottom:5px;
padding-left:2px;
}
    .xc_contentsRight .xc_searchBlock ul {
    list-style-type:none;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    }
        .xc_contentsRight .xc_searchBlock ul li {
        margin-top:0;
        margin-right:0;
        margin-bottom:3px;
        margin-left:0;
        padding-top:0;
        padding-right:0;
        padding-bottom:0;
        padding-left:0;
        }
.xc_contentsLeft .xc_searchBlock{
clear:both;
width:205px;
background-color:#FFFFFF;
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
text-align: left;
}
.xc_contentsLeft .xc_searchBlock h4{
}
.xc_contentsLeft .xc_searchBlockBody{
padding-top:5px;
padding-right:2px;
padding-bottom:5px;
padding-left:2px;
}
    .xc_contentsLeft .xc_searchBlock ul {
    list-style-type:none;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    }
        .xc_contentsLeft .xc_searchBlock ul li {
        margin-top:0;
        margin-right:0;
        margin-bottom:3px;
        margin-left:0;
        padding-top:0;
        padding-right:0;
        padding-bottom:0;
        padding-left:0;
        }

    /*----- 入力項目の設定 ---------------------------------*/
    /*■セレクトボックス*/
    .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;
    }


/* ==========================================================================*/
/*【各ページ設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/* ▼カテゴリー一覧ページ▼*/
/* -----------------------------------------------------------------*/

/*■カテゴリ一覧のリスト表示*/
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;
}

/* -----------------------------------------------------------------*/
/* ▼商品一覧（検索結果）ページ▼auto_block.cssに書き出される*/ 
/* -----------------------------------------------------------------*/


/* -----------------------------------------------------------------*/
/* ▼商品詳細ページ▼auto_block.cssに書き出される*/
/* -----------------------------------------------------------------*/


/* -----------------------------------------------------------------*/
/* ▼カートの中身ページ▼*/
/* -----------------------------------------------------------------*/
/*------- テーブル -------*/
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;
border-color:#666666;
}
    /*----- 見出し（基本）-----*/
    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;
    border-color:#666666;
    }

        /*----- 見出し（商品画像） -----*/
        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;
    border-color:#666666;
    }
        /*----- セル（商品画像）-----*/
        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;
        border-color:#666666;
        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;
        border-color:#666666;
        font-weight:bold;
        color:red;
        }

    /*----- 使用ポイント入力 -----*/
    table.xc_cartView input[type=text]{
    width:50px;
    }


/* -----------------------------------------------------------------*/
/* ▼配送先指定画面▼*/
/* -----------------------------------------------------------------*/
div.xc_orderDestination{
margin:10px 0;
padding:10px;
background-color:#EFEFEF;
}
.xc_addDestination{
border:1px solid #CCCCCC;
margin:15px 0;
padding:15px 0;
text-align:center;
}


/* -----------------------------------------------------------------*/
/* ▼特定商取引法▼*/
/* -----------------------------------------------------------------*/
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;
text-align:left;
background-image:none;
width:90%;
}



