@charset "shift_jis"; 

/* ==========================================================================*/
/*【基本設定】*/
/* ==========================================================================*/
#detail .xc_amount{


}

* {
  margin:0;
  padding:0;
}
form {
  margin:0;
  padding:0;
}
body {
height:100%;
font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
line-height:140%;
text-align:center;
font-size:9pt;
color:#555555;
background:url(//xc524.eccart.jp/s536/topimages/com_bg.png) repeat;
}
p {
margin: 0;
}
.bolder{
	font-weight:bolder;
}
.font_s{
	font-size:8pt;
}

.font_l{
	font-size:12pt;
}

.bl{
color:#5f90cc;
margin:
}
.purple{
color:#9b2f95;
}
.br{
color:#986317;
}
.xc_center{
margin:0 auto;
text-align:center;
}
.left_side{
	float:left;
}
.right_side{
	float:right;
}
.xc_clear{
	clear:both;
}

img {
border:none;
}

.right_text{
clear:both;
	text-align:right;
	padding:10px 10px;
	line-height:15px;
}
.right_text a{
	color:#555555;
}
.right_text a:hover{
	color:#E6BDBB;
}
.h1_tag{
        font-size:10px;
}


/* -----------------------------------------------------------------*/
/* 【見出し】*/
/* h1 はショップタイトル、h2はサブタイトルで利用されます */
/* -----------------------------------------------------------------*/


/* ▼[h3]▼ - 各ページの大見出し */
h3 {

font-size:100%;
padding:7px 0 5px 40px;
margin:10px 0;
height:26px;
line-height:26px;
background-color:transparent;
background:url(//xc524.eccart.jp/s536/topimages/cross.png);
background-position:15px 15px;
background-repeat:no-repeat;
border:1px solid #dddddd;
text-align:left;

}

h3.l_tatile {
clear:both;
font-size:100%;
padding:7px 0 5px 40px;
margin:10px 0;
height:26px;
line-height:26px;
background-color:transparent;
background:url(//xc524.eccart.jp/s536/topimages/cross.png);
background-position:15px 15px;
background-repeat:no-repeat;
border:1px solid #dddddd;
text-align:left;
}

/* ▼[h4]▼ - 各ページの小見出しやシステムブロックの見出し */
h4 {
margin:0;
padding:6px 0;
border-top:none;
border-right:none;
border-left:none;
text-align: center;
border:#AFAFAF 1px solid;
font-weight: normal;
}
h4.right_h4 {
width:748px;
margin:0;
padding:6px 0;
background:#f7f7f7;
border-top:none;
border-right:none;
border-left:none;
text-align: center;
border:#AFAFAF 1px solid;
font-weight: normal;
}
h4.newarraival_h4 {
width:742px;
margin:0;
padding:6px 4px;
text-align: left;
font-weight: normal;
border:none;
}

/* ▼[h5]▼ - 各ページの小見出しやシステムブロックの見出し */
h5{

margin:0;
padding:0;
line-height:30px;
font-weight:bolder;
text-align: center;
font-size:120%;

}
.shop_category{
line-height:15px;
font-size:10px;
color:#666666;
padding:0;
margin:0 0 0 0;
text-align:left;
}
.shop_category_h{
line-height:15px;
font-size:10px;
color:#666666;
padding:0 120px 0 230px;
margin:0 0 0 0;
text-align:left;
}
.shop_category_k{
line-height:15px;
font-size:small;
color:#666666;
padding:0 120px 0 230px;
margin:0 0 0 0;
text-align:left;
}
div.left_text{
text-align:left;
}
/* -----------------------------------------------------------------*/
/*【リンク設定】*/
/* -----------------------------------------------------------------*/
a{
text-decoration: none; 
}
a:link {

}
a:visited {
color:#008899;
}
a:hover {
color:#8f2e14;
text-decoration:underline;
}
a:hover img{
filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.footer_bana a:hover img{
filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

/* -----------------------------------------------------------------*/
/*【table設定】*/
/* -----------------------------------------------------------------*/

/*▼基本▼ - クラス指定なしの場合に適用 */
table{
margin:0px auto;
}
    table th {
    text-align:left;
font-weight:normal;
    }
    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:10px;
    text-align:center;
    background-color:#DEDEDE;
    border-top:0;
    border-right:0;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    }
    table.xc_normal td{
    padding:10px;
    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%;
    }


/* -----------------------------------------------------------------*/
/*【入力エラー/警告】*/
/* -----------------------------------------------------------------*/

/*▼入力エラー▼*/
ul.xc_error{
list-style-image:url(//xc524.eccart.jp/s536/images/error_icon.gif);
list-style-position: inside;
color:#FF3232;
margin:5px 0;
padding:0;
clear:both;
}
    ul.xc_error li{
    margin:0 0 0 30px;
    color:#FF3232;
    font-weight:bold;
    }

/*▼入力警告▼*/
ul.xc_warning{
list-style-type:none;
background:url(//xc524.eccart.jp/s536/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{
height:auto;
margin:0 auto;
padding:0;
	background:#ffffff;
	width:1044px;
}


/* -----------------------------------------------------------------*/
/*▼ヘッダ▼*/
/* -----------------------------------------------------------------*/
.xc_header{
	height:95px;
	margin:0 0 10px 0;
	padding:0px 0 0 0px;
background:url(//xc524.eccart.jp/s536/topimages/red_bg.jpg) repeat;
	width:1044px;
text-align:left;
}
.xc_header a img{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
paddin:0 0 0 10px;
}
 ul.topnavi_02 li.box_none:hover{
	 background:none;
 }
 .header_logo{
	 float:left;
 }
 
 .header_login{
	 float:right;
	 text-align:left;
	 color:#FFF;
	 padding:4px 6px;
 }
  
 .header_login a{
	  color:#FFF;
	 }
 .header_login a:hover{
	  color:#FFF;
	  text-decoration:underline;
	 }
 

/* ----- top の隠しタグ　----- */
.top_shop{
line-height:10px;
font-size:10px;
color:#dddddd;
padding:0;
margin:0px;
text-align:right;
}

/* ----- top navi ----- */
ul.topnavi_02{
	height:25px;
	list-style:none;
	background:#000;
padding:0;
margin:0;
}
ul.topnavi_02 li{
	float:left;
	height:20px;
	padding-top:5px;
	text-align:center;
	width:146px;
	display:block;
}
ul.topnavi_02 li img{

	text-align:center;
}
ul.topnavi_02 li.topnavi_top{
	float:left;
	height:20px;
	padding:5px 0 0 10px;
	width:146px;
	display:block;
}

ul.topnavi_02 li img{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
ul.topnavi_02 li:hover{
background:url(//xc524.eccart.jp/s536/topimages/red_bg.jpg) repeat;
}
ul.topnavi_02 li.topnavi_end{
	float:right;
	height:20px;
	padding:5px 10px 0 10px;
	text-align:center;
	width:210px;
	display:block;
}
ul.topnavi_02 ul{
	list-style:none;
}
ul.topnavi_02 ul li{
	margin:0;
	padding:5px 10px 0 0;
}
ul.topnavi_02 li.word{
	margin:0 0  0 0px;
	width:370px;
	padding:3px 10px 0 30px;
	height:22px;
	line-height:22px;
}
#keyword {
    text-align: left;
    width: 300px;
	margin:0 15px 0 0;
}
/* ----- top navi END ----- */

/* -------------------------------   header END  ------------------------------------ */ 


/* -----------------------------------------------------------------*/
/*▼左カラム▼*/
/* -----------------------------------------------------------------*/
.xc_contentsLeft{
display: inline;
float:left; 
margin:10px 0 50px 10px; 
padding:0; 
width:240px; 
height:100%;
}


.xc_contentsLeft_box{
	border-bottom:#AFAFAF 1px solid;
	border-left:#AFAFAF 1px solid;
	border-right:#AFAFAF 1px solid;
}
.xc_contentsLeft h4 {
background:#f7f7f7;
border:#AFAFAF 1px solid;
height:30px;
line-height:30px;
margin:0;
padding:0;
}
.xc_contentsLeft h4 a{

}
/* - flash置き場 -*/ 
div#flashbox{
margin:0; 
padding:0; 
height:240px; 
width:240px; 
background:#ccc;
}

/* - フォントサイズ変更 -*/ 
div.font_size{
	margin:0 0 10px 0;
	padding:0;
	width:240px;
	height:50px;
	background:url(//xc524.eccart.jp/s536/topimages/font_bg_01.jpg) no-repeat 0% 0%;
}
ul.font_henkou{
margin:10px 0; 
padding:0; 
float:right;
list-style:none;
width:80px;
height:40px;
}
ul.font_henkou li{
float:left;
display:block;
height:33px;
width:33px;
margin:0 5px 0 0px;
}

/* - 素材、サイズ、ラッピング等何やらかんやらのバナー置き場 banner-*/
.banner{
	padding:0;
	margin:10px 0 10px 0;
}
.banner a:hover{
filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
 .banner_tanimachi, .banner_tanimachi a {      
    height:40px;    
    width:240px;    
     display:block;    
}
 .banner_midtown, .banner_midtown a {    
    height:40px;    
    width:240px;    
     display:block;    
}
 .banner_fukuoka, .banner_fukuoka a {    
   
    height:40px;    
    width:240px;    
     display:block;    
}
 .banner_kyoto, .banner_kyoto a {    
    height:40px;    
    width:240px;    
     display:block;    
} 



/* -----------------------------------------------------------------*/
/*▼中央カラム▼*/
/* -----------------------------------------------------------------*/
.xc_contents{
width:750px;
margin:10px 10px 20px 0;
padding:0;
float:right;
text-align:left;
display: inline;
}
.xc_contents p{
margin:0 10px;
}

    /*■中央カラム*/
    .xc_contentsHeader{
    margin:0;
    display: inline;
    }
    /*■中央カラム下下*/
    .xc_contentsFooter{
    margin: 0px 0;

    }
/* ----- 履物納期 -----*/
.nouki_soto{
	padding:1px;
	margin:2px 0 10px 0;
	border:#BE1F1F solid 1px;
	width:748px;
}
.nouki_uti{
	padding:5px;
	margin:0;
	text-align:center;
	color:#BE1F1F;
		border:#BE1F1F solid 1px;
}


/* ----- item120置き場 -----*/
div.item120{
	margin:0px 0 10px 0;
	padding:0;
	width:720px;
        clear:both;
}

ul.item120px{
	margin:0 0px 0px 60px;
	padding:0px 0 0 0;
	list-style:none;
	width:500px;
	background:#ffffff;
float:right;
}

ul.item120px li{
	margin:0 0px 0 0;
	padding:4px;
	display:block;
	float:left;
	height:110px;
	width:110px;
        text-align:center;

}
/* ----- item150置き場 -----*/
div.item150{
	margin:0px 0 10px 0;
	padding:0;
	width:755px;
        clear:both;
}
.reco{
	margin:0px 0 15px 0;
	padding:0;
	width:755px;
        clear:both;
}
ul.item150px{
	margin:0 -5px 0px 0;
	padding:0px 0 0 0;
	list-style:none;

	width:755px;
	background:#ffffff;
        clear:both;
}

ul.item150px li{
	margin:0 0px 0 0;
	padding:4px;
	display:block;
	float:left;
	height:160px;
	width:140px;
        text-align:center;
border:1px solid #ededed;
}
ul.item150px li.newitem a{
height:160px;
width:140px;
display:block;

}
ul.item150px li.newitem img{
margin:0 0 10px 0;

}
ul.item150px li.newitem a:hover{
text-decoration:none;

}
ul.item150px li.newitem a:hover span{
text-decoration:underline;

}
ul.item150px li.recommend_title{
	margin:5px 0px 0 0;
	padding:4px 12px;
	display:block;
	width:724px;
height:16px;
border:1px solid #999999;
      text-align:left;
background:#999999;
color:#fff;
clear:both;
}
ul.item150px li.recommend{
	margin:0 0px 0 0;
	padding:4px;
	display:block;
	float:left;
	height:230px;
	width:140px;
        text-align:center;
border:1px solid #ededed;
}

ul.item150px li:hover{
border:1px solid #AFAFAF;
}
ul.item150px li.recommend a{
height:230px;
width:140px;
display:block;

}
ul.item150px li.recommend a:hover{
text-decoration:none;

}

ul.item150px li.recommend a:hover .ranking_text{
text-decoration:underline;

}


ul.item150px li img{

height:93px;
}
/* ----- item180置き場 -----*/
div.item180{
	margin:0 0 10px 0;
	padding:0;
	height:290px;
	width:760px;
        clear:both;
}
ul.item180px{
	margin:0 -10px 10px 0;
	padding:10px 0 0 0;
	list-style:none;
	height:280px;
	width:760px;
	background:#ffffff;
        text-align:center;

}
ul.item180px li{
	margin:0 8px 0 0;
	padding:15px 4px 5px 4px;
	display:block;
	float:left;
	height:260px;
	width:170px;
        border:1px solid #cccccc;
}
ul.item180px li a img{
	margin:0 0px 10px 0;
	
}
/* ----- item180置き場cafeR -----*/
div.item180_r{
	margin:0 0 10px 0;
	padding:0;
	height:270px;
	width:760px;
        clear:both;
}
ul.item180px_r{
	margin:0 -10px 10px 0;
	padding:10px 0 0 0;
	list-style:none;
	height:260px;
	width:760px;
	background:#ffffff;
        text-align:center;

}
ul.item180px_r li{
	margin:0 8px 0 0;
	padding:15px 4px 5px 4px;
	display:block;
	float:left;
	height:240px;
	width:170px;
        border:1px solid #cccccc;
}
ul.item180px_r li a img{
	margin:0 0px 10px 0;
	
}
/* ----- item240置き場 -----*/
div.item240{
	margin:0 0 10px 0;
	padding:0;
	height:290px;
	width:260px;
　　　  clear:both;
}
ul.item240px{
	margin:0 -15px 0 0;
	padding:10px 0 0 0;
	list-style:none;
	height:280px;
	width:765px;
	background:#ffffff;
        text-align:center;
}
ul.item240px li{
	margin:0 15px 0 0;
	padding:0;
	display:block;
	float:left;
	height:280px;
	width:240px;
}
/* ----- item750置き場 -----*/
div.item750{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:750px;
}

.item750_2011{
	display:block;
	height:100px;
	width:750px;
        background:url(//xc524.eccart.jp/s536/topimages/hanasan_2011_l.jpg) no-repeat 0% 0%;
}

.item750_cafeorder{
	display:block;
	height:200px;
	width:750px;
        background:url(//xc524.eccart.jp/s536/topimages/cafeorder_banner_h.png) no-repeat 0% 0%;
}


/* ----- ranking置き場 -----*/

.ranking_title{
width:733px;
margin:5px 10px;
padding:0;
text-align: center;
color:#ffffff;
background:#666666;
clear:both;
}

ul.ranking{
	margin:0 -5px 5px 0;
	padding:10px 0 0 0;
	list-style:none;
	height:220px;
	width:755px;
	background:#ffffff;
}
ul.ranking li{
	margin:0 1px 0 0;
	padding:0;
	display:block;
	float:left;
	height:220px;
	width:150px;
        text-align:center;
}


/* ----- 商品footer -----*/
.main_footer{
        width:748px;
	text-align:left;
  　　　padding:10px 0;
	background:#f7f7f7;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
}

.main_footer_box{
	float:left;
	width:360px;
	padding:10px 0 0 0;
	margin:0 5px 0 7px !important; 
        margin:0 1px 0 1px;/* for only IE6 style */ 
　　　　display:inline;
}
.information_box{
	background:#FFF;
	border:#999 solid 1px;
	padding:10px;
	margin-bottom:10px;
        width:340px;
}
.information_box img
{margin:10px auto;
}
.information_title{
　　margin:0 10px 0 0 !important; 
    margin:0 5px 0 0 ;/* for only IE6 style */ 
    padding:5px 0 5px 20px;
    width:320px;
    background:url(//xc524.eccart.jp/s536/topimages/cross.png) no-repeat 0 8px;
    border-bottom:#727171 solid 1px;
    letter-spacing:1px;
}
.information{
	padding:5px;
	width:340px;
}
.tel{
	width:320px;
	height:50px;
	line-height:50px;
	padding:0 0 0 20px;
	background:url(//xc524.eccart.jp/s536/topimages/tel.jpg) no-repeat 5px 0;
}

/* ----- 注文時の配送について-----*/
.information_haisou_box{
	border:2px #F00 solid;
	padding:10px;
	margin:10px auto;
}
/* 
/* -----------------------------------------------------------------*/
/*▼右カラム▼　【重要】本テンプレートは2カラム表示のため「.xc_contentsRight」非表示*/
/* -----------------------------------------------------------------*/
/*
.xc_contentsRight{
float:left;
width:660px;
margin:10px 0 0 0;
padding:0;
text-align:left;
display: inline;
background:#fff;
}
*/

/* -----------------------------------------------------------------*/
/*▼フッタ▼*/
/* -----------------------------------------------------------------*/
.xc_footer{
	clear:both;
	height:230px;
background:url(//xc524.eccart.jp/s536/topimages/red_bg.jpg) repeat;
	border:none;
	color:#fff;
	margin:0px;
	width:1044px;
	padding: 10px 0 0 0;
}

.xc_footer_c{
background:url(//xc524.eccart.jp/s536/topimages/red_bg.jpg) repeat;
color:#fff;
}
.xc_footer{
	height:100%;

}
.xc_footer_c{


}
.xc_footer a,.xc_footer_c a{
color:#fff;
}

ul.footer_bana{
	padding:0;
	margin:0 0 10px0;
	width:750px;
	height:auto;
	list-style:none;
}
ul.footer_bana li{
	float:left;
	width:250px;
	height:160px;
	margin:0 0px  0px 0;
}

.footer_infomation{
	width:1024px;
	margin:0 auto;
	height:100%;
	min-height:120px;
}
ul.footer_info{
			float:left;
		width:270px;
	list-style:none;
	margin:10px 0px 0 50px;
		text-align:center;
}

ul.footer_info li{
	width:240px;			
	padding:10px 12px;
	margin:0 0 10px 0;
		color:#fff;
		text-align:center;
}

dl{
	margin:0 0 0 30px;
	
}
ul.footer_info li.footer_info_title{

}
dt{
	
	}
dd{
	background:url(//www.calenblosso.com/img/footer_info_BG.png);

	padding:12px;
	color:#000;
	margin:10px 0;
	text-align:left;
}
dd a:link{
	color: #0000EE;
}
dd a:visited{
	color: #0000EE;
}
/* ==========================================================================*/
/*【ブロック設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「タイトル」▼*/
/* -----------------------------------------------------------------*/
h1.xc_siteTitle{
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
padding-top:20px;
padding-right:10px;
padding-bottom:5px;
padding-left:20px;
}
    h1.xc_siteTitle a{
    font-size: 24px;
    color: #333333;
    text-decoration:none;
    }
    
   /*■画像の場合*/
    h1 img{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    border: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;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「メニュー」▼*/
/* -----------------------------------------------------------------*/
/*ヘッダ、右カラム、左カラムに配置した場合共通*/
        .xc_gNavi ul a{
        padding:0;
        margin:55px 0 0 0;
        color:#333333;
        text-decoration:none;
        text-indent:10px;
        display:block;
        }

/*右カラム、左カラムに配置した場合*/
.xc_contentsRight .xc_gNavi{
clear:both;
width:205px;
margin-top:0;
margin-right:auto;
margin-bottom:5px;
margin-left:auto;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
border-top:none;
border-right:none;
border-bottom:none;
border-left:none;
text-align:left;
}
.xc_contentsRight .xc_gNavi h4{
height:26px;
margin:0;
padding:5px 0 0 25px;
background-image:url(../../_template/images/h4_gnaviContents.gif);
background-repeat:no-repeat;
background-position:top left;
border-top:none;
border-right:none;
border-bottom:1px solid #DCDCD9;
border-left:none;
}
    .xc_contentsRight .xc_gNavi .xc_gNaviBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    border-top:none;
    border-right:1px solid #DCDCD9;
    border-bottom:1px solid #DCDCD9;
    border-left:1px solid #DCDCD9;
    text-align:center;
    }
    .xc_contentsRight .xc_gNavi ul{
    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_gNavi ul li{
    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_gNavi ul a:hover{
        background-color:#EEEEEE;
        }

.xc_contentsLeft .xc_gNavi{
clear:both;
width:240px;
margin-top:0;
margin-right:auto;
margin-bottom:5px;
margin-left:auto;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
border-top:none;
border-right:none;
border-bottom:none;
border-left:none;
text-align:left;
}
.xc_contentsLeft .xc_gNavi h4{
height:30px;
margin:0;
padding:0;
line-height:30px;
background:#f7f7f7;
color:#373737;
border:#AFAFAF 1px solid;
border-top:none;
border-right:none;
border-left:none;
}
    .xc_contentsLeft .xc_gNavi .xc_gNaviBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    border-top:none;
    border-right:1px solid #DCDCD9;
    border-bottom:1px solid #DCDCD9;
    border-left:1px solid #DCDCD9;
    text-align:center;
    }
    .xc_contentsLeft .xc_gNavi ul{
    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_gNavi ul li{
    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_gNavi ul a:hover{
        background-color:#EEEEEE;
        }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カテゴリ一覧」▼*/
/* -----------------------------------------------------------------*/
/*ヘッダ、中央カラム、右カラム、左カラムに配置した場合共通*/
        .xc_categoryTree ul a,
		.xc_categoryTree ul li a{
        padding:1px 1px;
        color:#560000;
        text-decoration:none;
        display:block;
        }

/*ヘッダに配置した場合*/
.xc_header .xc_categoryTree{
clear:both;
padding:0;
margin:0;
background-color:#F1F1EF;
background-image:url(../../_template/images/bg_gnaviRow.gif);
background-repeat:no-repeat;
background-position:10px 5px;
}
.xc_header .xc_categoryTree h4{
padding:12px 0 0 35px;
margin:0;
background-color:transparent;
background-image:url(../../_template/images/arrow_h4.gif);
background-position:15px 15px;
background-repeat:no-repeat;
width:auto;
height:35px;
float:left;
font-size:10pt;
border-top:none;
border-right:none;
border-bottom:none;
border-left:none;
}
.xc_header .xc_categoryTreeBody{
padding:5px 0px;
margin:0;
height:35px;
}
    .xc_header .xc_categoryTree ul{
    padding:0;
    margin:0;
    height:35px;
    list-style-type:none;
    }
        .xc_header .xc_categoryTree ul li{
        padding:0;
        margin:0;
        height:18px;
        float:left;
        }
        .xc_header .xc_categoryTree ul a:hover{
        color:#666666;
        }


/*中央カラムに配置した場合*/
.xc_contents .xc_categoryTree{
clear:both;
background-color:#FFFFFF;
border-top:none;
border-right:none;
border-bottom:1px dashed #CCCCCC;
border-left:none;
}
    .xc_contents .xc_categoryTree ul{
    list-style-type:none;
    }
        .xc_contents .xc_categoryTree ul li{
        float:left;
        }
        .xc_contents .xc_categoryTree ul a:hover{
        color:#666666;
        }


/*右カラム、左カラムに配置した場合*/
.xc_contentsRight .xc_categoryTree{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:30px;
margin-left:0;
border-right:none;
border-bottom:none;
border-left:none;
}
    .xc_contentsRight .xc_categoryTreeBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    background-color:#FFFFFF;
    border-top:none;
    text-align:center;
    }
    .xc_contentsRight .xc_categoryTree ul{
    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_categoryTree ul li{
    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_categoryTree ul a:hover{
        background-color:#EEEEEE;
        }

.category_image p {  
     display: table-cell;  
     vertical-align: middle;  
     margin: 0; 
	 padding:0;
 }  
    
 /*for IE6 */  
 * html .category_image p {  
     display: inline;  
     zoom: 1;  
 }  
    
 /*for IE7 */  
 *:first-child+html .category_image p {  
    display: inline;  
    zoom: 1;  
 }  

.xc_contentsLeft .xc_categoryTree{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
	border-bottom:#AFAFAF 1px solid;
	border-left:#AFAFAF 1px solid;
	border-right:#AFAFAF 1px solid;
}
    .xc_contentsLeft .xc_categoryTreeBody{
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0;
    padding-left:0px;
    background-color:#fff;
    border-top:none;
    border-right:none;
    border-bottom:none;
    border-left:none;
    text-align:center;
    }
    .xc_contentsLeft .xc_categoryTree ul{
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0px;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    list-style-image:none;
    list-style-type:none;
    text-align:left;
	line-height:120%;
	
    }
    .xc_contentsLeft .xc_categoryTree ul li{
    padding:2px 0;
    border-top:none;
    border-right:none;
    border-left:none;
    text-indent:15px;
    }
  
/*---------カテゴリ中の履物、小物、バッグ等のボックス----------------------*/
.xc_contentsLeft .xc_categoryTree ul ul.sub_category_item{
	
}
.xc_contentsLeft .xc_categoryTree ul ul.sub_category_item li{
  padding:1px 0;
      text-indent:15px;
}
.xc_contentsLeft .xc_categoryTree ul ul.sub_category_item li.icon{
  padding:1px 0;
  text-indent:5px;

}

.indent_0{

  text-indent:0px;
}
.padding_10{
	padding:10px 0;
}
.padding_50{
	padding-left:50px;
}
.padding_80{
	padding-left:80px;
}
hr{
		border:0px;
border-top:#C7C8BE  dashed 1px;
}

       /*--------------------------------------*/
            /*■カテゴリ画像を作っていますよ 　　   */
            /*--------------------------------------*/
.xc_contentsLeft .xc_categoryTree ul li.icon{
    padding:2px 0;
    border-top:none;
    border-right:none;
    border-left:none;

	text-indent:0px;
}

.xc_contentsLeft .xc_categoryTree ul ul li{
text-indent:10px;
}
          /*--------------------------------------*/
            /*■カテゴリタイトルを作っていますよ 　　   */
            /*--------------------------------------*/

        .xc_contentsLeft .xc_categoryTree ul a{
        color:#560000;
        }
        .xc_contentsLeft .xc_categoryTree ul li a:hover{
        background-color:#f5e2e2;
	
        }

            /*--------------------------------------*/
            /*■カテゴリ毎に別画像を利用する場合    */
            /*カテゴリ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;
}



/* -----------------------------------------------------------------*/
/* ▼システムブロック_「検索ボックス」▼*/
/* -----------------------------------------------------------------*/
/*中央カラムに配置した場合*/
.xc_contents .xc_searchBlock{
clear:both;
background-color:#FFFFFF;
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
padding-left:2px;
border:1px solid #C7C8BE;
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 {
background:#f7f7f7;

	border:#AFAFAF 1px solid;
height:30px;
line-height:30px;
margin:0;
padding:0;
}.xc_contentsRight .xc_searchBlock h4 a{

}
.xc_contentsRight .xc_searchBlockBody{
padding-top:5px;
padding-right:2px;
padding-bottom:5px;
padding-left:2px;
border-right:1px solid #DCDCD9;
border-bottom:1px solid #DCDCD9;
border-left:1px solid #DCDCD9;
}
    .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:6px;
        margin-left:0;
        padding-top:0;
        padding-right:0;
        padding-bottom:0;
        padding-left:0;
        }
.xc_contentsLeft .xc_searchBlock{
clear:both;
width:240px;
background-color:#FFFFFF;
margin-top:10px;
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{
height:30px;
margin:0;
padding:0;
line-height:30px;
background:#E3E3E3;
color:#373737;
	border:#AFAFAF 1px solid;
}
.xc_contentsLeft .xc_searchBlock h4 {
background:#f7f7f7;

	border:#AFAFAF 1px solid;
height:30px;
line-height:30px;
margin:0;
padding:0;
}.xc_contentsLeft .xc_searchBlock h4 a{

}
.xc_contentsLeft .xc_searchBlockBody{
padding-top:5px;
padding-right:2px;
padding-bottom:5px;
padding-left:2px;
	border-bottom:#AFAFAF 1px solid;
	border-left:#AFAFAF 1px solid;
	border-right:#AFAFAF 1px solid;
}
    .xc_contentsLeft .xc_searchBlock ul {
    list-style-type:none;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding-top:10px;
    padding-right:0;
    padding-bottom:0;
    padding-left:10px;
    }
        .xc_contentsLeft .xc_searchBlock ul li {
        margin-top:0;
        margin-right:0;
        margin-bottom:6px;
        margin-left:0;
        padding-top:0;
        padding-right:20px;
        padding-bottom:0;
        padding-left:0;
        float:right;
        }

    /*----- 入力項目の設定 ---------------------------------*/
    /*■セレクトボックス*/
    .xc_searchBlock select {
    width:180px;
    }
        /*■親カテゴリ*/
        .xc_searchBlock #rootCategory{
        }
        /*■サブカテゴリ*/
        .xc_searchBlock #childCategory{
        }

    /*■入力ボックス*/
    .xc_searchBlock input {
    }
        /*■キーワード検索エリア*/
        .xc_searchBlock #keyword{
        width:200px;
        text-align:left;
        }
    /*■検索ボタン*/
    .xc_searchBlock #submit {
    vertical-align:bottom;
    }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「ログインボックス」▼*/
/* -----------------------------------------------------------------*/
/*中央カラム、右カラム、左カラムに配置した場合共通*/

    /*■エラー表示*/
    .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;
    }

.login_kako{
font-size:12px;
text-align:left;
margin:0 0 10px 0;
}

/*中央カラムに配置した場合*/
.xc_contents .xc_login{
clear:both;
background-color:#FFFFFF;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
margin-top:0;
margin-right:0;
margin-bottom:5px;
margin-left:0;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
}
    .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{
height:26px;
margin:0;
padding:5px 0 0 25px;
background-image:url(../../_template/images/h4_loginContents.gif);
background-repeat:no-repeat;
background-position:top left;
border-top:none;
border-right:none;
border-bottom:1px solid #DCDCD9;
border-left:none;
}
    .xc_contentsRight .xc_login .xc_loginBody{
    padding-top:0;
    border-right:1px solid #DCDCD9;
    border-bottom:1px solid #DCDCD9;
    border-left:1px solid #DCDCD9;
    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{
height:30px;
margin:0;
padding:0;
line-height:30px;
background:#f7f7f7;

	border:#AFAFAF 1px solid;

}

    .xc_contentsLeft .xc_login .xc_loginBody{
    padding-top:0;
	border-bottom:#AFAFAF 1px solid;
		border-left:#AFAFAF 1px solid;
			border-right:#AFAFAF 1px solid;
    background-color:#FFFFFF;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    text-align:left;
    }
    .xc_contentsLeft .xc_login .xc_loginTable{
    margin:0 auto;
    padding:5px 0 0 0;
    }
    .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;
font-wight:nomal;
    }
    .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:right;
    }
    .xc_contentsLeft .xc_login .xc_annotation{
    clear:both;
    margin-top:5px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    text-align:right;
    padding-right:20px;
    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_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{
height:30px;
margin:0;
padding:0;
line-height:30px;
background:url(../../topimages/h_back.gif) repeat-x 0% 0%;
}
.xc_itemList h4{
height:30px;
margin:0;
padding:0;
line-height:30px;
background:url(../../topimages/h_back.gif) repeat-x 0% 0%;
}
.xc_itemGroup h4{
height:30px;
margin:0;
padding:0;
line-height:30px;
background:url(../../topimages/h_back.gif) repeat-x 0% 0%;
}
.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:nomal;
}
.xc_productName {
margin-top:40px;
margin-right:3px;
margin-bottom:10px;
margin-left:0;
font-size:125%;
}
.xc_productName a{
text-decoration:none;
}
.xc_tdPrice{
margin-bottom:30px;
margin-left:120px;
}
.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_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;
}

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カートを見るボタン」▼*/
/* -----------------------------------------------------------------*/
img.xc_viewCart {
float:right;
margin-top:15px;
margin-right:5px;
margin-bottom:5px;
margin-left:5px;
}

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カートの中身」▼*/
/* -----------------------------------------------------------------*/
.xc_cartInfo {
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
border-top:none;
border-right:none;
border-bottom:none;
border-left:none;
color:#666666;
}

.xc_cartInfo h4 {
background:#f7f7f7;
border:#AFAFAF 1px solid;
height:30px;
line-height:30px;
margin:0;
padding:0;
}
.xc_cartInfo h4 a{

}
.xc_cartInfo .xc_cartInfoBody{
background-color:#FFFFFF;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
border-top:none;
border-bottom:#AFAFAF 1px solid;
border-left:#AFAFAF 1px solid;
border-right:#AFAFAF 1px solid;
}
.xc_cartInfo .xc_cartInfoBody p{
padding:2px 10px;
}
.xc_cartInfo .xc_cartInfoBody .xc_cartProducts{
clear:both;
text-align:left;
border-bottom:1px dashed #CCCCCC;
display:block;
height:100%;
}
    /*■リンク*/
    .xc_cartInfo a{
    }
    /*■カゴが空*/
    .xc_cartInfo p{
    }
        /*■商品画像*/
        .xc_cartInfo img{
        float:left;
        margin:3px;
        border:0;
        }
.xc_cartProductsImage{
padding:3px 0px 3px 5px;
}
        /*■商品名*/
        .xc_cartInfo h5{
        text-align:left;
        margin-bottom:2px;
        padding:3px 5px;
        font-weight:normal;
        width:150px;
line-height:16px;
display:block;
float:left;
font-size:95%;
        }
        /*■単価*/
        .xc_cartInfo p.xc_cartInfo_unitPrice{
clear:both;
text-align:right;
        }
            .xc_cartInfo .xc_cartInfo_unitPrice span{/*数字部分*/
            }
        /*■数量*/
        .xc_cartInfo p.xc_cartInfo_amount{
        text-align:right;


        }
            .xc_cartInfo p.xc_cartInfo_amount span{/*数字部分*/
            color:#ff0000;
            }
        /*■小計*/
        .xc_cartInfo p.xc_cartInfo_subtotal{
        text-align:right;


        }
            .xc_cartInfo .xc_cartInfo_subtotal span{/*数字部分*/
            color:#ff0000;
            }

    /*■合計*/
    .xc_cartInfo div p.xc_cartInfo_total{
    clear:both;
padding-top:2px;
    margin-top:1px;
    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:2px;
    padding-right:10px;
    padding-bottom:2px;
    padding-left:0;
    }

    /*■見出し*/
    .xc_cartInfo h4 {
    }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「営業日カレンダー」▼*/
/* -----------------------------------------------------------------*/
/*中央カラム、右カラム、左カラムに配置した場合共通*/
.xc_calendar{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
}
.xc_calendar .xc_calendarBody{
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
border-top:none;
background-color:#FFFFFF;
	border-bottom:#AFAFAF 1px solid;
	border-left:#AFAFAF 1px solid;
	border-right:#AFAFAF 1px solid;

}
table.xc_calendar{
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
width:190px;
text-align:center;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:none;
border-left:1px solid #CCCCCC;
}
table.xc_calendar caption{
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left: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:#FFCCCC!important;
}
.xc_calendar .xc_annotation{
clear:both;
width:120px;
margin-top:5px;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
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:#FFCCCC!important;
padding:0;
margin-right:5px;
float:left;
}

/*中央カラムに配置した場合*/
.xc_contents .xc_calendar .xc_calendarThisMonth{
width:310px;
float:left;
}
.xc_contents .xc_calendar .xc_calendarNextMonth{
width:315px;
float:left;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「QRコード」▼*/
/* -----------------------------------------------------------------*/
.xc_qrCode {
clear:both;
margin-top:0;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
margin-left:auto;
}
.xc_qrCodeBody {
background:#ffffff;
	border-bottom:#AFAFAF 1px solid;
	border-left:#AFAFAF 1px solid;
	border-right:#AFAFAF 1px solid;

}
    .xc_qrCode img{
    margin-top:0;
    margin-right:5px;
    margin-bottom:0;
    margin-left:0;
    }
    .xc_qrCode p{
    text-align:center;
    margin:0 auto;
    padding:0;
    }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「SSLシール」▼*/
/* -----------------------------------------------------------------*/
.xc_ssl {
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
text-align:center;
}

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「WelcomeMessage」▼*/
/* -----------------------------------------------------------------*/
.xc_contents dl {
clear:both;
margin:0;
display:inline;
}
.xc_contents dt {
clear:both;
margin:2px 0;
padding:2px 5px;
text-align:right;
display:inline;
}
.xc_contents dd {
clear:both;
margin:2px 0;
padding:2px 5px;
text-align:left;
display:inline;
}

/* -----------------------------------------------------------------*/
/* ▼カスタムブロック_「フッタテキスト」 - footer_text▼*/
/* -----------------------------------------------------------------*/
.footer_text {
	width:100%;
	margin:0 0;
	padding:0;
	text-align:center;
	line-height:40px;
}

/* -----------------------------------------------------------------*/
/* ▼カスタムブロック_「ご利用案内」▼*/
/* -----------------------------------------------------------------*/
.xc_valignMiddle ul {
list-style-image:url(../images/scrollTop.gif);
}
.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;
}
div.pankuzu{
padding:0;
margin:0;
line-height:20px;
height:20px;
}
div.item_photo{
padding:0;
margin:20px 0 0 0;
width:750px;
}
.item_photo_box{
float:left;
height:120px;
width:180px;
}
.item_photo_box a img{
float:left;
height:120px;
width:180px;
}

.item_photo_box_2{
float:left;
height:270px;
width:180px;
}
.spec{
        padding: 10px;
	background-color:#fffff0;
	border: 1px solid #333;
	list-style-type: none;

}
.spec ul{
        -moz-padding-start:40px;
        display:block;
        list-style-type:disc;
}
.spec li{
        background-color:#fffff0;
        border:1px solid #333333;
        list-style-type:none;
        padding:10px;
}

/* -----------------------------------------------------------------*/
/* ▼商品一覧（検索結果）ページ▼auto_block.cssに書き出される*/ 
/* -----------------------------------------------------------------*/
#detail .xc_productDetail{

}
.xc_productListImage{
padding:10px 0 10px 0;
text-align:center;
}
.xc_productListBox{
padding-bottom:20px;
}

/* -----------------------------------------------------------------*/
/* ▼商品詳細ページ▼auto_block.cssに書き出される*/
/* -----------------------------------------------------------------*/
.xc_productDetail .xc_th{
width:180px;
float:left;
background-color:#ffffff;
font-size:9pt;
/* -----
フォントサイズはいじれます
border色はいじれません
幅はいじれません
------*/
border-bottom:1px solid;
border-top:1px solid;
border-left:1px solid;
border-right:1px solid;
}

.xc_productDetail .item_detail{
padding:10px 14px;
margin:10px 16px;
border:1px #999999 solid;
}
/* -----------------------------------------------------------------*/
/* ▼カートの中身ページ▼*/
/* -----------------------------------------------------------------*/
/*------- テーブル -------*/
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%;
}
/* -----------------------------------------------------------------*/
/* ▼トップページ（掲示板）▼*/
/* -----------------------------------------------------------------*/

/* ----- new_item掲示板 -----*/
div#newboard{
	margin:0 0 20px 0;
	padding:0;
	height:200px;
	width:750px;
	background:#ffffff;
}

div#newbord_text{
	height: 150px; 
	width: 728px; 
	overflow: auto; 
	padding:5px 10px 10px 10px;
	margin:0;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
		border-top:none;
    line-height:20px;
}

/*ニュース記事1項目*/
div.newsbox{
	padding:5px;
	margin:0;
	height:40px;
        line-height:40px;
	width:690px;
	border-bottom:#999 dashed 1px;
	list-style:none;
        clear:both;
}

div.newsbox2{
	padding:5px;
	margin:0;
	height:40px;
        line-height:40px;
	width:690px;

	list-style:none;
        clear:both;
}


/* -----------------------------------------------------------------*/
/* ▼フリーページ（プライバシーポリシー）▼*/
/* -----------------------------------------------------------------*/
div#privacypolicy_title{
}
/* ポリシー */
div#privacypolicy_a{
padding:5px;
font-size:9pt;
line-height:20px;
}
ol.privacypolicy_list_01{
padding:0 0 0 50px;
margin:0;
}
/* プライバシー */
div#privacypolicy_b{
padding:5px 0 50px 0;
font-size:9pt;
line-height:20px;
}
ul.privacypolicy_list_02{
list-style:none;
pdding:5px 0;
margin:0;
}
ul.privacypolicy_list_02 li.title{
line-height:25px;
padding:10px;
font-weight:bolder;
}
/* -----------------------------------------------------------------*/
/* ▼フリーページ（ご利用案内）▼*/
/* -----------------------------------------------------------------*/
div#info_title{
padding:0 0 0 5px;
line-height:30px;
font-weight:bolder;
font-size:12pt;
}
div.oshiharai{
line-height:20px;
padding:10px 0 10px 10px;
}
div.info{
line-height:5px;
margin:0 0 0 10px;
padding:10px 0 10px 10px;
font-weight:bolder;
background:url(../../topimages/h_back.gif) repeat-x 0% 0%;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
div.info_setsumei{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
/* -----------------------------------------------------------------*/
/* ▼フリーページ（カテゴリ一覧[設定済み]）▼*/
/* -----------------------------------------------------------------*/
ul.category_aitem{
list-style:none;
margin:0;
padding:10px; 
}
ul.category_aitem li a{
margin:0;
padding:0 0 0 20px;
} 

ul.subcategory_aitem{
list-style:none;
margin:0;
padding:0 0 0 40px;
}
/* -----------------------------------------------------------------*/
/* ▼フリーページ（店舗紹介）▼*/
/* -----------------------------------------------------------------*/
div.map{
line-height:5px;
margin:0 0 0 10px;
padding:10px 0 10px 35px;
font-weight:bolder;
background:url(../../topimages/map.jpg) repeat-x 0% 0%;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
div.map_setsumei{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
div.shop_left{
float:left;
height:267px;
width:410px;
margin:0 0 10px 0;
}
div.shop_right{
float:left;
height:267px;
width:300px;
margin:0 0 10px 0;
text-align:left;
}
div.add{
padding:10px 5px 10px 5px;
margin:0 0 8px 0;
border:solid 1px #dddddd;
text-align:left;
}
div.google_map{
width:410px;
float:left;
}
.shop_map_blog{
padding:0;
margin:0;
float:left;
text-align:left;
}
.shop_map_box{
clear:both;
}
div.shop_top{
clear:both;
text-align:right;
padding-right:10px;
}
/* -----------------------------------------------------------------*/
/* ▼フリーページ（修理について）▼*/
/* -----------------------------------------------------------------*/
ul.repair_title{
margin:10px;
padding:0;
}
ul.repair_title li{
line-height:25px;
padding:2px;
display:block;
}
ul.repair_title li a{
color:#555555;
}
ul.repair_title li a:hover{
color:#999999;
}

ul.repair{
margin:10px;
padding:0;
list-style:none;
}
ul.repair li{
line-height:25px;
}

div.leather{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
background:url(//xc524.eccart.jp/s536/topimages/leather.jpg) no-repeat 0% 0%;
}
div.nylon{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
background:url(//xc524.eccart.jp/s536/topimages/nylon.jpg) no-repeat 0% 0%;
}
div.mf{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
background:url(//xc524.eccart.jp/s536/topimages/mf.jpg) no-repeat 0% 0%;
}
div.mf_oteire{
margin:10px;
padding0;
}
div.nagaku{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
background:url(//xc524.eccart.jp/s536/topimages/nagaku.jpg) no-repeat 0% 0%;
}
div.hakimono{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
background:url(//xc524.eccart.jp/s536/topimages/hakimono.jpg) no-repeat 0% 0%;
}
div.about_repair{
line-height:20px;
padding:10px 5px 10px 10px;
margin:0 0 10px 10px;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
background:url(//xc524.eccart.jp/s536/topimages/repair.jpg) no-repeat 0% 0%;
}
.red{
color:red;}
/* -----------------------------------------------------------------*/
/* ▼フリーページ（カフェぞうりセミオーダー）▼*/
/* -----------------------------------------------------------------*/

div.semiorder{
width:730px;
padding:10px;
margin:10px auto 20px auto;
line-height:20px;
}

div.order_point{
margin:0 0 20px 0;
padding:0;
width:750px;
}
div.order_point_image1{
list-style:none;
padding:0;
margin:0;
width:310px;
height:240px;
display:block;
border:solid 1px #DCDCD9;
float:left;
}
div.order_point_image2{
list-style:none;
padding:0;
margin:0 0 0 5px;
width:430px;
height:240px;
display:block;
border:solid 1px #DCDCD9;
float:left;
}
div.image_box{
	padding:10px 0 0 10px;
	margin:0;
	height:220px;
	width:150px;
	float:left;
}
div.image_box2{
	padding:10px;
	margin:10px 0 0 10px;
	height:180px;
	width:100px;
	float:left;
	border:solid 1px #DCDCD9;
}
.semiorder_shitei{
        margin:0 0 0 310px;
        padding:10px;
}
.semiorder_title{
       margin:0px 0 10px 0;
	padding:0 10px 0 0;
        width:750px;
        line-height:25px;
	background:url(//xc524.eccart.jp/s536/topimages/cross_r_s.jpg) no-repeat 0 4px;
	text-indent:30px;
        font-weight:bolder;
        color:#666666;
        border-bottom:#727171 solid 1px;
        letter-spacing:1px;
}
div.cafe_semi{
padding0;
margin:0 0 20px 0;
height:100%;
width:750px;
}
/*　注文例１のボックスです（写真付き）*/
div.cafe_ex1{
	clear:both;
	background:url(//xc524.eccart.jp/s536/topimages/cafe_02.jpg) no-repeat 0% 0%;
	height:300px;
	width:748px;
	margin:30px 0  10px 0;
	padding:10px 0 10px 0;
	}
/*　注文例２のボックスです（写真付き）*/
div.cafe_ex2{
	background:url(//xc524.eccart.jp/s536/topimages/cafe_03.jpg) no-repeat 0% 0%;
	height:300px;
	width:748px;
	margin:0;
	padding:10px 0 10px 0;
	}
ul.cafe_image{
	padding:0;
	margin:0 0 20px 320px;
	list-style:none;
	width:430px;
	
}
ul.cafe_image li{
	margin:0 5px 0 0;
	float:left;
}
/*    "注文例"の文字テキストです    */
div.cafe_ex_text1{
	margin:0px 0 10px 320px;
	padding:0 10px 0 0;
        width:400px;
        line-height:25px;
	background:url(//xc524.eccart.jp/s536/topimages/cross_r_s.jpg) no-repeat 0 4px;
	text-indent:30px;
        font-weight:bolder;
        color:#666666;
        border-bottom:#727171 solid 1px;
        letter-spacing:1px;
}
/*    注文例の説明テキストです    */
div.cafe_ex_text2{
	clear:both;
	margin:0 0 10px 320px;
	padding:20px 10px 0 0;
        width:420px;
}
div.cafe_access{
	padding:10px;
}

div.order_nouki{
margin:10px 0 0 0;
padding:10px;
border:1px solid #999999;
}
/* -----------------------------------------------------------------*/
/* ▼企画　腰元のCSS▼*/
/* -----------------------------------------------------------------*/
div.text_koshimoto{
color:#a46915;
font-size:15px;
font-weight:bolder;
padding:20px 5px;
text-align:left;
margin:0 auto;
}
div.koshimoto_photo{
height:300px;
width:100%;
padding:0px;
margin:0 auto;
}
div.koshimoto_spec{
float:left;
height:150px;
width:650px;
padding:0;
margin:0;
}
div.koshimoto_right{
float:left;
height:200px;
width:260px;
padding:0;
margin:0 0 0 50px;
}
div.koshimoto_sozai{
border:2px solid #a46915;
height:75px;
width:250px;
padding:0 0 0 0;
margin:0 0 10px 0;
line-height:25px;
}
/*   買い物カゴ     */
div.shoping{
	margin:5px 50px 0 80px;
	padding:0;
	float:left;
	text-align:right;
}
/* -----------------------------------------------------------------*/
/* ▼color boxのCSS▼*/
/* -----------------------------------------------------------------*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
@charset "utf-8";
/* CSS Document */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(//xc524.eccart.jp/s536/jquery/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(//xc524.eccart.jp/s536/jquery/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(//xc524.eccart.jp/s536/jquery/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(//xc524.eccart.jp/s536/jquery/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(//xc524.eccart.jp/s536/jquery/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(//xc524.eccart.jp/s536/jquery/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(//xc524.eccart.jp/s536/jquery/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/*                                            */
/*  materialのCSS　　　　　　　　　　　　　　 */
/*                                            */


/*   materialの全体   */
div.material_box{
        margin:20px 0 20px 0;
	width:1024px;
}
/*   materialの西陣織り写真  */

/*   商品説明ボックス  */
div.material_word{
	padding:10px;
	margin:10px 0  10px 0;
	width:730px;
	background-color:#000000;
	line-height:25px;
	color:#FFF;
}
div.material_word_link{
	margin:0;
	padding:2px;
	background:#725743;
}
/*   商品説明ボックス＿タイトル  */
span.title{
	font-size:15pt;
	font-weight:bold;
}
div.material_word a{
	color:#fff;
	border-bottom:1px #fff solid;
}
div.material_word a:hover{
	color:#E6BDBB;
	border-bottom:1px #E6BDBB solid;
}
div.material_cloth_box{
padding:10px;
margin:10px auto;
width:640px;
border-right:solid 1px #555555;
border-bottom:solid 1px #555555;
clear:both;
}
div.tenkai{
	margin:0 0 0 0;
	padding:10px 0 0 160px;
}
/*   布サンプル置き場  */
div.material_cloth{
	padding:10px;
	margin:10px 0 0 0;
	height:80px;
	width:730px;
	float:left;
}
div.material_cloth_title{
margin:0 10px 0 150px;
padding:0 10px;
height:40px;
width:450px;
line-height:40px;
font-weight:bolder;
font-size:30px;
color:#9d3434;
border-bottom:solid 1px #555555;
}
div.material_cloth_setsumei{
padding:10px;
width:430px;
margin:10px 10px 0 150px;
background-color:#eeeeee;

}
/* -----------------------------------------------------------------*/
/* ▼フリーページ（形状とサイズについて）▼*/
/* -----------------------------------------------------------------*/
div.size_contents{
background:url(http://www.calenblosso.com/size/sandal_01.jpg) no-repeat 100% 0%;

}
.size_title{
font-size:40px;
line-height:50px;
color:#9d3434;
}
div.size_subtitle{
margin:40px 0 0 0;
padding-left:45px;
font-size:20px;
font-weight:bolder;
line-height:50px;
width:705px;
height:50px;
background:url(http://www.calenblosso.com/size/size_subtitle.jpg) no-repeat 0% 0%;
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
div.size_box{
padding:10px;
margin:0px auto 10px auto;
width:730px;
border-right:solid 1px #555555;
border-bottom:solid 1px #555555;
}
div.size_ashi{
background:url(http://www.calenblosso.com/size/ashi.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_ashi_02{
background:url(http://www.calenblosso.com/size/ashi_02.jpg) no-repeat 0 10px;
height:200px;
width:650px;
}
div.size_koban{
background:url(http://www.calenblosso.com/size/koban.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_koban_02{
background:url(http://www.calenblosso.com/size/koban_02.jpg) no-repeat 0 10px;
height:200px;
width:650px;
}
div.size_suna{
background:url(http://www.calenblosso.com/size/suna.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_suna_02{
background:url(http://www.calenblosso.com/size/suna_02.jpg) no-repeat 0 10px;
height:200px;
width:650px;
}

div.size_cafer_02{
background:url(http://www.calenblosso.com/size/cafer.jpg) no-repeat 0 10px;
height:200px;
width:650px;
}
div.size_pido{
background:url(http://www.calenblosso.com/size/pido.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_pido_02{
background:url(http://www.calenblosso.com/size/pido_02.jpg) no-repeat 0 10px;
height:200px;
width:650px;
}
div.size_hanao{
background:url(http://www.calenblosso.com/size/hanao.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_hanao_02{
background:url(http://www.calenblosso.com/size/hanao_02.jpg) no-repeat 0 10px;
width:650px;
}
div.size_mens_koban{
background:url(http://www.calenblosso.com/size/mens_koban.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_mens_koban_02{
background:url(http://www.calenblosso.com/size/mens_koban_02.jpg) no-repeat 0 10px;
height:200px;
width:650px;
}
div.size_mens_shikaku{
background:url(http://www.calenblosso.com/size/mens_shikaku.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_mens_shikaku_02{
background:url(http://www.calenblosso.com/size/mens_shikaku_02.jpg) no-repeat 0 10px;
height:200px;
width:650px;
}
div.size_mens_gtr{
background:url(http://www.calenblosso.com/size/mens_gtr.jpg) no-repeat 0% 0%;
width:650px;
}
div.size_mens_gtr_02{
background:url(http://www.calenblosso.com/size/mens_gtr_02.jpg) no-repeat 0 20px;
height:200px;
width:650px;
}

table.size_table { 
border-collapse:collapse; 
border-spacing: 2px; 
font-size: 100%; 
padding:10px;
margin:10px 10px 0 120px;
background-color:#eeeeee;
} 
table.size_table th, 
table.size_table td { 
padding: 4px 6px; 
} 
table.size_table th {
white-space: nowrap; 
font-size: 92%; 
color: #555555; 
text-align:center;
background:#cccccc;
} 
table.size_table td { 
white-space: nowrap; 
text-align:center;
}
table.size_table th.size_table_title,
table.size_table td.size_table_title{
color:#ffffff;
background:#333333;
}

div.kata_title{
margin:0 10px 0 100px;
padding:0 10px;
height:40px;
line-height:40px;
font-weight:bolder;
font-size:30px;
color:#9d3434;
border-bottom:solid 1px #555555;
}
div.kata_setsumei{
padding:10px;
margin:10px 10px 0 120px;
background-color:#eeeeee;

}
/* -----------------------------------------------------------------*/
/* ▼フリーページ（カフェ草履）▼*/
/* -----------------------------------------------------------------*/

div.cafe_landing{
background:url(http://www.calenblosso.com/kikaku/cafe_01.jpg)  no-repeat;
height:320px;
width:430px;
padding:0 0 0 320px;
}

div.cafer_landing{
background:url(http://www.calenblosso.com/kikaku/cafer_01.jpg)  no-repeat;
height:320px;
width:430px;
padding:0 0 0 320px;
}
div.cafe_landing_title{

padding:5px 0 0 50px;
line-height:25px;
font-size:20px;
font-weight:bolder;
background-color:transparent;
background:url(http://xc524.eccart.jp/s536/topimages/cross.png);
background-position:30px 13px;
background-repeat:no-repeat;
}
div.cafe_landing_image{
background:url(http://www.calenblosso.com/kikaku/cafe_02.jpg) 20px 50px no-repeat;
padding:10px 0 0 0;
height:350px;
width:750px;
border:#555555 solid 1px;
}
div.cafer_landing_image{
background:url(http://www.calenblosso.com/kikaku/cafer_02.jpg) 20px 50px no-repeat;
padding:10px 0 0 0;
height:350px;
width:750px;
border:#555555 solid 1px;
}
div.cafe_landing_text{
padding:10px;
}
div.cafe_landing_text2{
padding:20px 50px;
}




/* GW中のご案内 */

.information_gw{
　　margin:0 5px 10px 0;
    padding:5px 0 5px 20px;
    background:url(//xc524.eccart.jp/s536/topimages/cross.png) no-repeat 2px 8px;
    letter-spacing:1px;
border-bottom:1px #333333 dotted;
}
.about_gw{
	padding:5px 10px;
	margin:0 0 10px 0;
	border:#cccccc 1px solid;
        background:#f4f4f4;
	}
.gw_word{
padding:10px 25px;
}
.harukore_cata{
	border:#CFEBEA 4px solid;
	padding:0px 80px 0 50px;
	margin:20px 10px 20px 10px
}

/* フリーページ　カテゴリCSS */
.free_category{
	margin:0 0 0 10px;
	padding:10px 0 0 0;
}



.free_category_item{
	margin:0 2px 15px 2px;
	padding:10px;
	width:120px;
	height:120px;
	float:left;
	border:#CCC 1px solid;
	text-align:center;
}
.free_category_item2{
	margin:0 2px 15px 2px;
	padding:10px;
	width:120px;
	height:140px;
	float:left;
	border:#CCC 1px solid;
	text-align:center;
}
.free_category_word{
	padding:5px 10px;
}




.special_left_item{
float:right;
}

/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* default styling */
.nav, .nav ul {list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;}
.nav {font-family: arial, sans-serif; font-size:12px; width:750px; margin:0 auto; text-align:left; height:40px;}

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a { height:40px;} 
.nav ul a {height:auto;}
/* style the <b> element so that is does not affect the size of the link */
.nav a i {position:absolute; left:-9999px;}

.nav a b{display:block; border:1px solid #000; border-width:1px 1px 0 1px; font-size:11px; line-height:10px; font-weight:normal;padding:10px; cursor:pointer;} 

.nav a b.last {border-bottom-width:1px;}
.nav b img {display:block; float:left; padding-right:5px; border:0;}
.nav b span {display:block; font-size:14px; color:#000; padding-top:5px; font-weight:bold;}
/* WIDTH change this WITH CARE to suit your requirements */


/* FOR NAV1 */
.nav1, .nav1 a {width:250px;}
.nav1 a {}

/* FOR NAV2 */
.nav2, .nav2 a {width:250px;}
.nav2 a {margin-right:-248px;} /* 1px less than the top level link width */
.nav2 ul li {max-width:250px;}
.menu_01{background:url(http://www.calenblosso.com/yukatakore/yukatakore_menu_04.jpg) 0% 0% no-repeat;list-style-type:none; margin:0; padding:0;width:248px;}
.menu_01 li a:hover{color:#666;}

.menu_03{background:url(http://www.calenblosso.com/yukatakore/yukatakore_menu_06.jpg) 0% 0% no-repeat;list-style-type:none; margin:0; padding:0;width:248px;}
.menu_03 li a:hover{color:#666;}

/* FOR NAV3 */
.nav3, .nav3 a {width:250px;}
.nav3 a {margin-right:-248px;} /* 1px less than the top level link width */
.nav3 ul li {max-width:250px;}



.nav li.drop ul li a {width:250px; margin-right:-200px;}
/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes several IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20; left:1px; top:-1px;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block;} /* needs to have a position, to be above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */
/* ----------------------------------------------------------------------------	*/

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10; outline:0; background-position:left bottom; background:#eee;filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;}

.nav a:hover b,
.nav a:focus b,
.nav a:active b {}

.nav .nav2 ul a:hover,
.nav .nav2 ul a:focus,
.nav .nav2 ul a:active {margin-right:-128px;} /* The margin-right value is the dropdown link width minus the top level link width */

.nav .nav3 ul a:hover,
.nav .nav3 ul a:focus,
.nav .nav3 ul a:active {margin-right:-135px;} /* The margin-right value is the dropdown link width minus the top level link width */

.nav .nav4 ul a:hover,
.nav .nav4 ul a:focus,
.nav .nav4 ul a:active {margin-right:-87px;} /* The margin-right value is the dropdown link width minus the top level link width */

/* OPERA fix */
.nav ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* IE6 and 7 fix */
a:active {}

/* ----------------------------------------------------------------------------	*/
.hidden_wh{
font-size:60%;
	color:#fff;
}
.hidden_wh a{
	color:#fff;
}

/* --------ジーンズのサイズ　テーブル
-------------------------	*/
table.jeans_size{
font-size:9pt;
width:260px;
border-collapse : collapse ;
border-spacing:0;
margin-bottom:10px;
border:1px solid #666666;
}

.jeans_size th,.jeans_size td	{
border: 1px solid #666666;
text-align:center;
padding:3px 5px;
}
.jeans_tanni{
width:260px;
text-align:right;
margin:0;
padding:0;
}



ul.ranking_g{
	margin:0 -5px 0　0;
	padding:0;
	list-style:none;
	height:250px;
	width:709px;
	background:#ffffff;
clear:both;
}
ul.ranking_g li{
	margin:5px 1px 0 0;
	padding:0 0px;
	display:block;
	float:left;
	height:245px;
	width:140px;
        text-align:center;
}		
.rank_left{
	border-left:1px solid #acacad;
	padding:0;
	margin:0;
	text-align:left;
	width:709px;
}
.ladies_text{
	color:#9B2F95;
	padding:10px 5px 5px 5px;
	font-size:9pt;
	line-height:22px;
}
.mens_text{
	color:#5F90CC;
	padding:10px 5px 5px 5px;
	font-size:9pt;
		line-height:22px;
}
.bags_text{
	color:#986317;
	padding:10px 0px 5px 3px;
	font-size:9pt;
		line-height:22px;
}
.ranking_text{
	padding:15px 5px 0px 5px;
	font-size:8pt;
	line-height:20px;
}
/* ----- カートへ　
入れる -----*/
.input-submit { 
margin:5px 0;
padding: 2px 5px;
cursor:pointer; 
color:#666666;/* 文字色 */ 
background:#ffffff;
border-width:1px 1px 1px 1px;/* 枠線の太さ 上右下左 */ 
border-color:#666666;/* 枠色 */ 
border-style:solid solid solid solid;/* 枠線の種類 上右下左 */ 
/* 無し:none 実線:solid 点線:dotted 粗い点線:dashed 二重線:double 谷線:groove 山線:ridge 内線:inset 外線:outset */ } 
.input-submit:hover { 
color:#333333;/* 文字色 */ 
background:#eeeeee;

border-color:#333333;/* 枠色 */ 

} 
xc_productNa{
font-size:150px;
}




/*ブログバナーを載せてるボックスです*/

.blog{
	width:208px;
	height:38px;
	margin:0 auto 2px auto;
	padding:0;
	background:url(http://www.calenblosso.jp/images/blog_bg.jpg) no-repeat;
	display:block;
		border:#666666 1px solid;
}
.blog_photo{
	padding:0;
	margin:2px;
	float:left;
	width:51px;
	height:34px;

	}
	
a img { border-style:none; }
.blog_text{
	padding:4px;
	float:left;
	width:143px;
	height:15px;
	color:#ffffff;
	font-size:11px;
}
.blog_link{
	padding:0 2px 5px 2px;
	float:left;
	width:143px;
	height:9px;
	color:#cccccc;
	font-size:10px;
	text-align:right;
}

/*2012 お年玉*/
.otoshidama_contents{
margin:0 0 30px;
}
.otoshidama_title{
	margin:20px 0;
}
.otoshidama_text{
	float:left;
	margin:0 15px 0 20px;
	width:360px;	

}
.otoshidama_at{
	padding:10px 0;
	font-size:85%;
}
.otoshidama_sample{
}

/*　　　　　　　*/
/*　Gift　共通　*/
/*　　　　　　　*/

.gift{
	width:730px;
	margin:0;
	padding:10px;
	height:auto;
}
.gift_contents{
	padding:10px;
	margin:0px auto 60px auto;
	background:url(http://www.calenblosso.com/special/valentine/valentine_content_bg.jpg) no-repeat;
	width:710px;
	height:1080px;
}
.gift_title{
	margin:15px 20px 12px 20px;
}
.gift_text{
	margin:0 auto 20px auto;
	padding:15px 30px 15px 30px;
	width:570px;
	height:165px;
background:url(http://www.calenblosso.com/special/valentine/valentine_text_bg.png);
text-align:center;

}

/*　valentine　background　*/
.valentine_bg{
	background:url(http://www.calenblosso.com/special/valentine/valentine_bg.jpg);

}

.valentine_logo{
	margin:0 auto;
	height:210px;
	width:420px;
	padding:20px 0;
}
/*　valentine　giftphoto　*/
ul.gift_photo{
	margin:10px 20px;
	padding:0;
	list-style:none;
}
ul.gift_photo li{
	float:left;
	margin:0 0 0px 0;
}
ul.gift_photo li.gift_image{
	margin:0 10px 0px 0px;
}


/*　valentine recomend　*/
ul.valentine_recomend{
	margin:0px 0px 30px 20px;
	padding:0;
	list-style:none;
	width:480px;
	height:200px;
	float:left;
}
ul.valentine_recomend li{
	height:60px;
	width:85px;
	float:left;
	margin:0 10px 10px 0;
	background:#FFF;

		position:relative;
}
ul.valentine_recomend li img{
	height:50px;
	width:75px;
	padding:5px 5px;
background:#FFF;
 position:absolute;
 		z-index:2;
}

ul.valentine_recomend li a:hover img{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
border:#7b5336 1px solid;
}

.recomend_item_name {
     background: url(http://www.calenblosso.com/special/valentine/recomend_bg.jpg) no-repeat;
     position:absolute;
     top: -80px;
     left: -80px;
	 width:220px;
	 height:40px;
     text-align: center;
     padding: 10px 10px;
     z-index: 200;
     display: none;
     }
/*　valentine recomend text　*/

.gift_item_text{
		float:right;
		padding:15px 12px;
		margin:0px 20px 0 0;
width:160px;
text-align:center;
background:url(http://www.calenblosso.com/special/valentine/valentine_text_bg.png);
}

.gift_page_top{
	text-align:right;
	margin:5px 0 0 0;
}
