/*//////////■common settings■//////////*/


/*----------▼初期値　0　▼----------*/
* {
margin: 0;
padding: 0;
}


/*----------▼基本設定▼----------*/
body {
color:#333333;/*■指定変更■基本文字色*/
font-size:12px;
line-height:140%;
}



p{
margin:5px 0;
}
img {
border:none;
}



a:link {
}
a:hover {
}
a:visited {
}



form {
margin:0;
padding:0;
}




/*■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:14px;
line-height:140%
}


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:#F0EDE8;/*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;
padding:4px;
	}


/*■普通の表*/
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:5px 8px;
	text-align:center;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	}

	table.xc_normal td {
	padding:5px 8px;
	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: 1000px;
margin:0;
padding:0;
line-height:130%;
}
/*■ヘッダ*/
.xc_header {
width: auto;
height: auto;
margin: 10px 0 0 0;
padding: 0;
}
/*■コンテンツ左*/
.xc_contentsLeft {
width: 0px;
height: auto;
margin: 0px;
padding: 0px;
float:left;
border:0;
}
/*■コンテンツ中*/
.xc_contents {
background-color: #FFFFFF;
width: 780px;
height: auto;
margin: 0px;
padding: 10px 20px 10px 0px;
float: left;
border: 0;
}
	/*■自動生成　上*/
	.xc_contentsHeader {
	margin: 10px 0;

	}
	/*■自動生成　下*/
	.xc_contentsFooter {
	margin: 10px 0;

	}
/*■コンテンツ右*/
.xc_contentsRight {
background-color: #FFFFFF;
width: 200px;/*2カラムの為非表示にするための0px*/
height: auto;
margin: 0px;
padding: 10px 0px;
float:left;
}
/*■フッタ*/
.xc_footer {
width :auto;
margin: 0;
padding: 0px;
border:0;
}

/*----------▼システムブロック▼----------*/


/*■■■■■タイトル■■■■■*/
h1 {
margin:0;
padding:0;
font-weight:normal;
}
		/*■テキストの場合*/
		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;
}

/*■■■■■メニュー■■■■■*/

.xc_gNavi {
margin: 5px 0 0 0;
padding: 0;
line-height:100%;
}

.xc_gNavi a {
color: #FFFFFF;
text-decoration:none;
}
.xc_gNavi a:link {
color: #FFFFFF;
text-decoration:none;
}

.xc_gNavi a:visited {
color: #FFFFFF;
text-decoration:none;
}

.xc_gNavi a:hover {
color: #CC3300;
}

	/*----------■リスト形式にするとき■----------*/
	.xc_gNavi ul {
	list-style-type: none;
	margin :0;
	padding: 0;
	}
	.xc_gNavi li {
	margin :0 10px 0 0;
	padding: 7px 15px;
	float:left;
	background-color: #330000;
	border-top:#666633 1px solid;
	border-bottom:#666633 1px solid;
	border-right:#666633 1px solid;
	border-left:#666633 5px solid;
	}
	
	.xc_gNavi li a {
	padding:6px;
	}
#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;
	width:200px;
	margin:3px 0 10px 0;
}
/*■月*/
table.xc_calender caption {
	text-align: left;
	font-weight: bold;
}
table.xc_calender th {
	padding:3px;
	text-align:center;
	background-color:#EEEEEE;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	font-weight: normal;
	text-align:center;
}
	
	
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;
	font-weight: normal;
	text-align:center;
}

		/*■営業休*/
		.xc_bgGray {
		background-color: #FFD9EC;/*ピンク系*/
		}
		/*■本日ハイライト*/
		.calendarHighlight {	
		background:#FFF0AA;
		}
		/*■土曜*/
		.xc_blue {
		color:#649AA2;/*青系*/
		}
		/*■日曜*/
		.xc_red {
		color:#FF7D81;/*赤系*/
		}
.xc_bghori {
		background-color: #FFD9EC;/*ピンク系*/
		}

/*■■■■■検索ボックス■■■■■*/
div.xc_searchBlock {
margin: 10px auto;
width:200px;
}
		/*■リスト形式の場合*/
		.xc_searchBlock ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
		.xc_searchBlock ul li {
		margin :0;
		padding: 0;
		}

.xc_searchBlock select{
width:200px;
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:190px;
		}
		/*■検索ボタン*/
		.xc_searchBlock #submit {
		margin-left:50px;
		}


/*■■■■■「カートを見る」ボタン■■■■■*/
img.xc_viewCart {
float :right;
margin: 0px 0px 10px 0px;
}


/*■■■■■カテゴリ一覧ブロック■■■■■*/

div.xc_categoryTree {
width:200px;
float:left;
margin:0;
}
.xc_categoryTree ul li{
list-style:none;
background:url(https://xc523.eccart.jp/v929/_template/images/btn_navi.jpg) repeat-y;
border-left:#927567 solid 5px;
border-bottom:#927567 dotted 1px;
border-top:#927567 dotted 1px;
border-right:#927567 dotted 1px;
margin:0 0 8px 0;
width:195px;
}
.xc_categoryTree  ul li a{
display:block;
width:175px;
padding:10px 5px 10px 15px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
}

/*■■■■■QRコード■■■■■*/
div.xc_qrCode {
clear:both;
margin: 10px auto;
text-align:center;
}
div.xc_qrCode p{
text-align:left;
}

/*■■■■■SSLシール■■■■■*/
div.xc_ssl {
margin: 10px auto;
text-align: center;
}

/*■■■■WelcomeMessage■■■■*/
.xc_contents dl {
margin: 0 0 10px 0;
text-align:left;
}
.xc_contents dt {
margin:2px 0;
padding:2px 0;
text-align:left;
}
.xc_contents dd {
margin:2px 0;
padding:2px 0;
text-align:left;
}

/*■■■■■h3■■■■■*/
h3 {
clear:both;
font-size:16px;
font-weight:bold;
letter-spacing:2px;
color:#330000;
background: url(https://xc523.eccart.jp/v929/_template/images/bg_h3.jpg) no-repeat;
width:745px;
height:27px;
margin:0 0 15px 0;
padding:13px 20px 0 15px;
}

/*■■■■■h4■■■■■*/

h4 {
font-size:14px;
font-weight:bold;
text-align:center;
color:#330000;
background: url(https://xc523.eccart.jp/v929/_template/images/bg_menu.jpg) no-repeat;
padding:8px 0 0 0;
margin:0 0 10px 0;
width:200px;
height:22px;
}

/*■■■■■「売れ筋ランキング」ブロック■■■■■*/
.xc_salesRanking{
text-align:center;
}
	/*■各商品*/
	.xc_salesRanking div{
	margin:5px 5px 5px 0;
	/*clear:both;*/
	width:125px;
	float:left;/*横並び*/
	}
	/*■商品画像*/
	.xc_salesRanking img{
	margin:3px;
	border:0;
	/*float:left;*/
	}
	/*■ランク*/
	.xc_salesRanking span{
	}
	/*■商品名*/
	.xc_salesRanking h5{
	margin: 0;
	padding:5px 0;
	font-weight:normal;
	}
	/*■商品説明*/
	.xc_salesRanking p{
	margin: 0;
	padding:5px 0;
	}

/*■■■■「カートの中身」ブロック■■■■*/
.xc_cartInfo {
text-align:left;
line-height:140%;
margin:0 0 10px 0;
}
	/*■カゴが空*/
	.xc_cartInfo p{
	margin:0 0 10px 0;
	text-align:left;
	}
	/*■各商品*/
	.xc_cartInfo div{
	border-bottom:1px solid #555555;
	margin-bottom:2px;
	padding:2px 0;
	}
	/*■商品画像*/
	.xc_cartInfo img{
	width:60px;
	height:60px;
	margin:3px;
	border:0;
	float:left;
	}
	/*■商品名*/
	.xc_cartInfo h5{
	margin-bottom:3px;
	text-align:left;
	}
	/*■単価*/
	.xc_cartInfo div p.xc_cartInfo_unitPrice{
	text-align:right;
	margin:0;
	}
		.xc_cartInfo .xc_cartInfo_unitPrice span{/*数字部分*/
		color:#ff0000;
		}
	/*■数量*/
	.xc_cartInfo div p.xc_cartInfo_amount{
	text-align:right;
	margin:0;
	}
		.xc_cartInfo .xc_cartInfo_amount span{/*数字部分*/
		color:#ff0000;
		}
	/*■小計*/
	.xc_cartInfo div p.xc_cartInfo_subtotal{
	clear:both;
	text-align:right;
	margin:0;
	}
		.xc_cartInfo .xc_cartInfo_subtotal span{/*数字部分*/
		color:#ff0000;
		}
	/*■合計*/
	.xc_cartInfo div p.xc_cartInfo_total{
	clear:both;
	text-align:right;
	margin:0 0 10px 0;
	}
		.xc_cartInfo .xc_cartInfo_total span{/*数字部分*/
		color:#ff0000;
		}





/*----------▼各ページ設定▼----------*/
/*----------■カテゴリー一覧ページ■----------*/

/*■カテゴリ一覧リスト*/
ul.xc_categoryList {
margin:0;
padding:5px 10px 10px 30px;
list-style-type:none;
}
		ul.xc_categoryList li {
		margin:0;
		padding:3px 5px;
		list-style-type:square;
		}
		
		ul.xc_categoryList ul li {
		margin:0;
		padding:3px 5px;
		list-style-type: circle;
		}

/*■カテゴリ一覧の詳細*/
table.xc_productList {
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}

	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:150px;
	}
	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;
	}
		/*■カテゴリ一覧の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;
					}


/*----------■商品詳細■----------*/
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:220px;
		}
		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:100px;
		}
		table.xc_cartView td.xc_bottomText {
		vertical-align:top;
		border-top:0;
		border-right:0;
		border-bottom:1px solid #777777;
		border-left:0;
		}
table.xc_cartView select{
width:50px;
}

/*■ご注文内容の合計金額*/
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:220px;
}




/*----------▼コンビニ決済▼----------*/
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;
}




