/*//////////■common settings■//////////*/


/*----------▼初期値　0　▼----------*/
* {
margin: 0;
padding: 0;
}


/*----------▼基本設定▼----------*/
body {
background-color: #fdffd1;/*body基本背景*/
font-family:Arial, Helvetica, sans-serif;
color:#333333;/*■指定変更■基本文字色*/
font-size:small;
line-height:1.2em;
}



p{
margin:5px 0;
}
img {
border:none;
}



a:link {
}
a:hover {
}
a:visited {
}



form {
margin:0;
padding:0;
}

/* 10/03/08追加 */



#Header {
	text-align: center;
	background: url(../img/header_bg.gif) repeat-x;
	height: 135px;
}

#Header #inHeader {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 792px;
	padding-top: 27px;
}

#Header #inHeader h1 {
	margin: 0 0 13px;
	padding: 0;
	float: left;
}

#Header #inHeader p#shop_info_btn {
	float: right;
}

#Footer {
	text-align: center;
	background: url(../img/footer_bg.gif) repeat-x;
	height: 36px;
	color: #fff;
	font-size: 12px;
}

#Footer #inFooter {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 23px;
}

#Footer #inFooter p {
	margin: 0 0 10px;
	padding: 0;
}

#ticketBanner {
	margin: 2px 0 5px;
	padding: 0;
	list-style-type: none;
}

#ticketBanner a {
	width: 198px;
	height: 137px;
	background: #fff url(https://xc522.eccart.jp/q853/_template/img/ticket_banner.jpg) no-repeat 0 bottom;
	margin: 3px 0 0;
	padding-left: 10px;
	display: block;
}

#ticketBanner a {
	_width: 208px;
	_height: 140px;
}

.goTopBtn{
	margin: 10px 0;
}

table#shopbg td.bgLine {
	background: #C6CAC6 url(http://www.barakura.co.jp/image/backimage_obi.gif) repeat-x 0 top;
	width: 13px;
}

.topIMG {
	text-align: center;
}

div.row, div.row2 {
	width: 551px;
	margin-left: auto;
	margin-right: auto;
}

div.row {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.row2 {
	margin-bottom: 15px;
}

div.photoL img, div.photoR img {
	border: 4px solid #ddc;
}

div.photoL {
	float: left;
}

div.photoR {
	float: right;
}


/*■float関係*/
.xc_floatRight {
float:right;
}
.xc_floatLeft {
float:left;
}
.xc_clearBoth {
clear:both;
height:1%;
padding:0;
}


/*■クリアプロパティ*/
.xc_headerClear {
  clear:both;
}
.xc_footerClear {
  clear:both;
}


/*----------■入力エラー等■----------*/
ul.xc_error {
color:red;
margin:5px 0;
padding:0;
list-style-image:url("/index/images/error.gif");
}
ul.xc_error li {
margin:0 0 0 50px;
color:red;
font-weight:bold;
font-size:150%;
line-height:105%
}


ol.xc_error {
margin:0;
padding:0 30px;
list-style:none;
}
	ol.xc_error li {
	margin:0;
	padding:0;
	color:red;
	}


/*----------▼各　table▼----------*/

/*■基本*/
table {
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}
	table th {
	text-align:left;
	background-color:#ECF3F6;/*table th背景色*/
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	}
	table td {
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	}


/*■普通の表*/
table.xc_normal{
margin:5px 0;
border-top:1px solid #777777;
border-right:1px solid #777777;
border-bottom:0;
border-left:0;
}

	table.xc_normal th{
	padding:4px;
	text-align:center;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	}

	table.xc_normal td {
	padding:4px;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	}
	
table.xc_normal th.xc_checkbox {
width:15px;
}


/*----------▼エリア設定▼----------*/

/*■全体を囲む*/
.xc_wrapper{
/*background: url(../images/bg_wrapper_sideL.gif) repeat-y;*//*非表示中*/
width: 800px;
margin:0 auto;
padding:0;
line-height:130%;
border-top:1px solid #777777;
border-right:1px solid #777777;
border-bottom:1px solid #777777;
border-left:1px solid #777777;
}
/*■ヘッダ*/
.xc_header {
background-color: #999999;
color: #FFFFFF;
width: auto;
height: auto;
margin: 0;
padding: 5px 0px 0px 0px;
border-top:0;
border-right:0;
border-bottom:1px solid #777777;
border-left:0;
}
/*■コンテンツ左*/
.xc_contentsLeft {
width: 142px;
height: auto;
margin: 0px;
padding: 10px;
float:left;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}
/*■コンテンツ中*/
.xc_contents {
background-color: #FFFFFF;
width: 600px;
height: auto;
margin: 0px;
padding: 10px;
float: 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 {
background-color: #FFFFFF;
width: 0px;/*2カラムの為非表示にするための0px*/
height: auto;
margin: 0px;
padding: 0px;
float:left;
}
/*■フッタ*/
.xc_footer {
width :auto;
margin: 0;
padding: 5px;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}




/*----------▼システムブロック▼----------*/


/*■■■■■タイトル■■■■■*/
h1 {
margin:0;
padding:0;
}
		/*■テキストの場合*/
		h1.xc_siteTitle {
		margin:0px;
		padding:10px;
		}
		h1.xc_siteTitle a {
		text-decoration:none;
		}
		/*■画像の場合*/
		h1 img {
		margin:0;
		}



/*■■■■■サブタイトル■■■■■*/
h2 {/*xc_contents内で使用*/
margin:10px auto;
padding: 5px;
line-height: 120%;
}
h2 {
margin:0px;
padding:2px 13px;
font-size:small;
font-weight:normal;
}

/* 10/03/08追加 */
/* 全ページ非表示にする */
h1.xc_siteTitle {
	display: none;
}

/*■■■■■メニュー■■■■■*/

.xc_gNavi {
background-color: #FF9900;
margin: 0px;
padding: 5px 10px;
line-height:100%;
}
	/*----------■リスト形式にするとき■----------*/
	.xc_gNavi ul {
	list-style-type: none;
	margin :0;
	padding: 0;
	}
	.xc_gNavi li {
	margin :0;
	padding: 0;
	}

.xc_gNavi a {
margin:0 5px;
}

#xc_gnTop {
}
#xc_gnCate {
}
#xc_gnLogIn {
}
#xc_gnLogOut {
}
#xc_gnMy {
}
#xc_gnHelp {
}
#xc_gnMeth {
}
#xc_gnInq {
}
#xc_gnFree1 {
}
#xc_gnFree2 {
}

/*■■■■■営業日カレンダー■■■■■*/
div.xc_calendar {
  margin: 10px auto;
}
table.xc_calender {
background-color:#FFFFFF;
border-top:1px solid #777777;
border-right:1px solid #777777;
border-bottom:0;
border-left:0;
}
/*■月*/
table.xc_calender caption {
  margin: 0px auto;
  padding: 3px 0 1px 0;
  text-align: left;
  font-weight: bold;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}
	table.xc_calender th {
	  padding:1px 2px;
	  text-align:center;
	  background-color:#EEEEEE;
	  border-top:0;
border-right:0;
border-bottom:1px solid #777777;
border-left:1px solid #777777;
}
	
	
	table.xc_calender td {
	  padding:1px 2px;
	  text-align:center;
  border-top:0;
border-right:0;
border-bottom:1px solid #777777;
border-left:1px solid #777777;
}

		/*■営業休*/
		.xc_bgGray {
		  background-color: #FFD9EC;/*ピンク系*/
		}
		/*■本日ハイライト*/
		.calendarHighlight {	
		background:#FFF0AA;
		}
		/*■土曜*/
		.xc_blue {
		color:#649AA2;/*青系*/
		}
		/*■日曜*/
		.xc_red {
		color:#FF7D81;/*赤系*/
		}


/*■■■■■検索ボックス■■■■■*/
div.xc_searchBlock {
margin: 10px auto;
}
		/*■リスト形式の場合*/
		.xc_searchBlock ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
		.xc_searchBlock ul li {
		margin :0;
		padding: 0;
		}

.xc_searchBlock select{
width:135px;
margin:2px auto;
}
		/*■親カテゴリ*/
		.xc_searchBlock #rootCategory{
		margin-left: 0px;
		}
		/*■サブカテゴリ*/
		.xc_searchBlock #childCategory{
		margin-left: 0px;
		}

.xc_searchBlock input{
textalign:center;
margin:2px auto;
}
		/*■キーワード検索エリア*/
		.xc_searchBlock #keyword{
		margin-left: 0px;
		width:130px;
		}
		/*■検索ボタン*/
		.xc_searchBlock #submit {
		margin-left:20px;
		}


/*■■■■■「カートを見る」ボタン■■■■■*/
img.xc_viewCart {
float :right;
margin: 0px 0px 0px 0px;
}


/*■■■■■カテゴリ一覧ブロック■■■■■*/
div.xc_categoryTree {
margin: 10px auto;
}
		.xc_categoryTree ul {
		list-style-type: none;
		padding:0 0 0 5px ;
		}
		.xc_categoryTree  ul li{
		margin :0;
		padding: 0;
		}


/*■■■■■QRコード■■■■■*/
div.xc_qrCode {
margin: 10px auto;
}


/*■■■■■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;
}


/*■■■■■h3■■■■■*/
h3 {
font-size:        12pt;
color:            #FFFFFF;
background-color: #999999;
border-top:       1px solid #eeeeee;
border-right:     1px solid #333333;
border-bottom:    1px solid #333333;
border-left:      1px solid #eeeeee;
padding-top:      5px;
padding-right:    5px;
padding-bottom:   5px;
padding-left:    10px;
margin-top:      10px;
margin-right:     0px;
margin-bottom:   10px;
margin-left:      0px;
}

/*■■■■■h4■■■■■*/
h4 {
font-size:        10pt;
color:            #000000;
background-color: #eeeeee;
border-top:       0px;
border-right:     0px;
border-bottom:    1px solid #999999;
border-left:      15px solid #999999;
padding-top:      3px;
padding-right:    3px;
padding-bottom:   3px;
padding-left:    10px;
margin-top:       5px;
margin-right:     0px;
margin-bottom:    5px;
margin-left:      0px;
}

/*----------▼各ページ設定▼----------*/
/*----------■カテゴリー一覧ページ■----------*/

/*■カテゴリ一覧リスト*/
ul.xc_categoryList {
margin:0;
padding:5px 10px;
list-style-type:none;
}
		ul.xc_categoryList li {
		margin:0;
		padding:3px 5px;
		}

/*■カテゴリ一覧の詳細*/
table.xc_productList {
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
width:200px;
}

	table.xc_productList th {
	background:transparent;
	padding:10px 5px;
	text-align:left;
	border-top:1px solid #777777;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:0;
	vertical-align:top;
	width:200px;
	}
	table.xc_productList td {
	padding:10px 0;
	border-top:1px solid #777777;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:0;
	vertical-align:top;
width:200px;
	}
		/*■カテゴリ一覧の2列表示*/
		table.xc_productList td.xc_productCol2 {
		width:50%;
		}
		/*■カテゴリ一覧の4列表示*/
		table.xc_productList td.xc_productCol4 {
		width:25%;
		padding:5px 10px;
		}

				/*■カテゴリ一覧の入れ子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;
                                        width:400px;
					}


/*----------■商品詳細■----------*/
table.xc_productDetail {
vertical-align:top;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}
	table.xc_productDetail th {
	background:transparent;
	padding:3px 5px;
	text-align:left;
	vertical-align:top;
	width:80px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	}
	table.xc_productDetail td {
	padding:3px 5px;


	text-align:left;
	vertical-align:top;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	}
		table.xc_productDetail td.xc_productsImage {
		padding-top:10px;
		text-align:center;
		width:200px;
		}
		table.xc_productDetail td.xc_icon {
		padding-top:10px;
		}
		table.xc_productDetail td.xc_inquiry {
		padding-left:20px;
		width:200px;
		}


/*■商品一覧、商品詳細、カートの中身の商品画像*/
.xc_productsImage {
margin:0 10px 10px 10px;
}


/*■商品詳細ページの上部に表示*/
.xc_productDetailTop {
}
/*■商品詳細ページの下部に表示*/
.xc_productDetailBottom {
}


table.xc_productDetail form select{
width:135px;
margin:2px auto;
}


/*----------▼商品一覧、商品詳細▼----------*/
.xc_itemImage{
margin:5px;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;

}


/*----------■ご注文内容の確認画面■----------*/
table.xc_cartView {
margin:5px 0;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}

table.xc_cartView th {
padding:4px 5px 2px 5px;
text-align:left;
border-top:1px solid #777777;
border-right:0;
border-bottom:1px solid #777777;
border-left:0;
}
		table.xc_cartView th.xc_productsImage {
		width:70px;
		}
		table.xc_cartView th.xc_unitPrice {
		width:80px;
		}
		table.xc_cartView th.xc_productPrice {
		width:100px;
		}

table.xc_cartView td {
padding:4px 5px 2px 5px;
border-top:0;
border-right:0;
border-bottom:1px solid #777777;
border-left:0;
}
		table.xc_cartView td.xc_productsImage {
		padding:5px;
		}
		table.xc_cartView td.xc_amount {
		width:40px;
		}
		table.xc_cartView td.xc_bottomText {
		vertical-align:top;
		border-top:0;
		border-right:0;
		border-bottom:1px solid #777777;
		border-left:0;
		}

/*■ご注文内容の合計金額*/
td.xc_totalPrice {
font-weight:bold;
color:red;
border-top:1px solid silver;
border-right:0;
border-bottom:0;
border-left:0;
}
/*■商品詳細の商品名*/
.xc_productName {
font-weight:bold;
}



/*----------▼特定商取引法▼----------*/

table.xc_salemention th {
width:200px;
}




/*----------▼コンビニ決済▼----------*/
table.xc_netCVS td {
text-align:center;
}




/*----------▼マイページ受注履歴▼----------*/

table.xc_orderList th, table.xc_orderList td {
text-align:center;
}

table.xc_orderList th.xc_orderId, td.xc_orderId {
width:100px;
}

table.xc_orderList th.xc_totalPrice {
width:80px;
}

table.xc_orderList th.xc_orderStatus, table.xc_orderList td.xc_orderStatus {
width:100px;
}




/*----------▼決済方法選択、ご利用案内▼----------*/
td.xc_paymentExplain ul {
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
padding-left:20px;
}

/*■■■■■カテゴリ一覧カスタムブロック■■■■■*/
div.categoryMenu {
margin: 10px auto;
}
        .categoryMenu ul {
        list-style-type: none;
        padding:0px ;
        }
        .categoryMenu  ul li{
        margin :0;
        padding: 0px;
        }

                a#gift_menu {
        display :block;
        width :208px;
        height :145px;
        background: url("http://www.barakura.net/shopimage/gift_banner.gif") no-repeat;
        margin :50;
        padding: 5px 0 5px 10px;
        }
        a:hover#gift_menu {
        background: url("http://www.barakura.net/shopimage/gift_banner.gif") no-repeat;
        }


                a#garden_menu {
        display :block;
        width :208px;
        height :145px;
        background: url("https://xc522.eccart.jp/q853/user/garden_banner.gif") no-repeat;
        padding: 5px 0 5px 10px;
        }
        a:hover#garden_menu {
        background: url("https://xc522.eccart.jp/q853/user/garden_banner.gif") no-repeat;
        }


                a#land_menu {
        display :block;
        width :208px;
        height :158px;
        background: url("https://xc522.eccart.jp/q853/_template/images/land_banner.gif") no-repeat;
        padding: 5px 0 5px 10px;
        }
        a:hover#land_menu {
        background: url("https://xc522.eccart.jp/q853/_template/images/land_banner.gif") no-repeat;
        }


/* @group 2010/4/22追加 */
li#container_menu {
	background: #fff url(https://xc522.eccart.jp/q853/user/container_banner.gif) no-repeat 0 bottom;
	padding-bottom: 120px;
	width: 208px;
	margin-bottom: 10px;
}

li#container_menu a {
	display : inline-block;
	padding: 5px 0 5px 10px;
}

li#container_menu ul {
	margin-left: 0.6em;
}

li#container_menu ul li {
	font-size: x-small;
	margin-bottom: 0.2em;
	margin-left: 1em;
}

li#container_menu ul li a {
	padding: 0;
}
/* @end */


/*
a#container_menu {
	display :block;
	width :208px;
	height :145px;
	background: url(https://xc522.eccart.jp/q853/user/container_banner.gif) no-repeat;
	padding: 5px 0 5px 10px;
}
a:hover#container_menu {
	background: url("https://xc522.eccart.jp/q853/user/container_banner.gif") no-repeat;
}
*/

                a#fashion_menu {
        display :block;
        width :208px;
        height :145px;
        background: url("http://www.barakura.net/shopimage/fashion_banner.gif") no-repeat;
        padding: 5px 0 5px 10px;
        }
        a:hover#fashion_menu {
        background: url("http://www.barakura.net/shopimage/fashion_banner.gif") no-repeat;
        }

                a#christmas_menu {
        display :block;
        width :208px;
        height :145px;
        background: url("http://www.barakura.net/shopimage/christmas.gif") no-repeat;
        padding: 5px 0 5px 10px;
        }
        a:hover#christmas_menu {
        background: url("http://www.barakura.net/shopimage/christmas.gif") no-repeat;
        }

                a#item_menu {
        display :block;
        width :208px;
        height :145px;
        background: url("https://xc522.eccart.jp/q853/user/item_banner.gif") no-repeat;
        padding: 5px 0 5px 10px;
        }
        a:hover#item_menu {
        background: url("https://xc522.eccart.jp/q853/user/item_banner.gif") no-repeat;
        }

                a#tea_menu {
        display :block;
        width :208px;
        height :145px;
        background: url("https://xc522.eccart.jp/q853/user/tea_banner.gif") no-repeat;
        padding: 5px 0 5px 10px;
        }
        a:hover#tea_menu {
        background: url("https://xc522.eccart.jp/q853/user/tea_banner.gif") no-repeat;
        }

