@charset "shift_jis"; 

/* ==========================================================================*/
/*【基本設定】*/
/* ==========================================================================*/

* {
  margin:0;
  padding:0;
}
form {
  margin:0;
  padding:0;
}
body {
	text-align:center;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color: #333333;
	line-height: 140%;
	letter-spacing: 0.1em;
	font-size: 10px;
}
p {
margin: 0;
}
img {
border:none;
}

/* -----------------------------------------------------------------*/
/* 【見出し】*/
/* h1 はショップタイトル、h2はサブタイトルで利用されます */
/* -----------------------------------------------------------------*/

/* ▼[h3]▼ - 各ページの大見出し */
h3 {
	line-height: 21px;
	background-color: #999999;
	height: 21px;
	padding: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-left: 8px;
}

h3 a:link {
	color: #FFFFFF;
}
h3 a:visited {
	color: #FFFFFF;
}
h3 a:hover {
	color: #FFFFFF;
}

/* ▼[h4]▼ - 各ページの小見出しやシステムブロックの見出し */
h4 {
	color: #FFFFFF;
	background-color: #999999;
	height: 21px;
	line-height: 21px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 8px;
}

/* -----------------------------------------------------------------*/
/*【リンク設定】*/
/* -----------------------------------------------------------------*/
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;

}
a:hover {
	color: #666666;

}

/* -----------------------------------------------------------------*/
/*【table設定】*/
/* -----------------------------------------------------------------*/

/*▼基本▼ - クラス指定なしの場合に適用 */
table{
}
    table th {
    text-align:left;
    }
    table td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
    }
	
.box500 table td {
	padding:5px;
    }

/*▼Xcartの基本テーブル▼ - xc_normal クラス */
table.xc_normal{
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:0;
	border-left:0;
	margin-top: 10px;
	margin-bottom: 10px;
}
    table.xc_normal th{
    padding:4px;
    text-align:center;
    background-color:#FFFFFF;
    border-top:0;
    border-right:0;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
    }
    table.xc_normal td{
    padding:4px;
    background-color:#FFFFFF;
    border-top:0;
    border-right:0;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
    }

    table.xc_normal th.xc_checkbox{
    width:15px;
    }
    table.xc_normal td textarea{
    width:95%;
    font-size:10px;
    }


/* -----------------------------------------------------------------*/
/*【入力エラー/警告】*/
/* -----------------------------------------------------------------*/

/*▼入力エラー▼*/
ul.xc_error{
list-style-image:url(../images/error_icon.gif);
list-style-position: inside;
color:#FF3232;
margin:5px 0;
padding:0;
}
    ul.xc_error li{
    margin:0 0 0 30px;
    color:#FF3232;
    font-weight:bold;
    }

/*▼入力警告▼*/
ul.xc_warning{
list-style-type:none;
background:url(../images/list_warning.gif) no-repeat left ;
margin:0 0 0 15px;
padding:7px 0 7px 35px;
}
    ul.xc_warning li{
    /*background:url(../images/list_warning.gif) no-repeat left top;*/
    padding: 3px 3px 3px 22px ;
    color:red;
    font-weight:bold;
    }


/* ==========================================================================*/
/*【表示エリア設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/*▼コンテンツエリア全体▼*/
/* -----------------------------------------------------------------*/
.xc_wrapper{
	width:815px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
}


/* -----------------------------------------------------------------*/
/*▼ヘッダ▼*/
/* -----------------------------------------------------------------*/
.xc_header{
	width:815px;
	height:auto;
	margin:0;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	text-align:left;
}
    .xc_header img{
    padding-right:0px;
    }


/* -----------------------------------------------------------------*/
/*▼左カラム▼*/
/*【重要】本テンプレートは2カラム表示のため「.xc_contentsLeft」非表示*/
/* -----------------------------------------------------------------*/
/*.xc_contentsLeft{
width:0;
height:auto;
margin:0;
padding:0;
float:left;
border-top:0;
border-right:0;
border-bottom:0;
border-left:0;
}
*/

/* -----------------------------------------------------------------*/
/*▼中央カラム▼*/
/* -----------------------------------------------------------------*/
.xc_contents{
	width:635px;
	float:right;
	text-align:left;
}

    /*■中央カラム上*/
    .xc_contentsHeader{
    margin:0;
    }
    /*■中央カラム下下*/
    .xc_contentsFooter{
    margin: 10px 0;
    }


/* -----------------------------------------------------------------*/
/*▼右カラム▼*/
/* -----------------------------------------------------------------*/
.xc_contentsRight{
float:right;
width:205px;
margin:5px 0;
padding:0 5px 0 0;
text-align:left;
}


/* -----------------------------------------------------------------*/
/*▼フッタ▼*/
/* -----------------------------------------------------------------*/
.xc_footer{
}


/* ==========================================================================*/
/*【ブロック設定】*/
/* ==========================================================================*/

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「タイトル」▼*/
/* -----------------------------------------------------------------*/
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: 12px;
    }
    
   /*■画像の場合*/
    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;
}


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「メニュー」▼*/
/* -----------------------------------------------------------------*/
/*ヘッダ、右カラム、左カラムに配置した場合共通*/
        .xc_gNavi ul a{
        display:block;
        padding-top:3px;
        padding-right:10px;
        padding-bottom:3px;
        padding-left:10px;
        }
        .xc_gNavi ul a:hover{
        }


/*ヘッダに配置した場合*/
.xc_header .xc_gNavi{
clear:both;
height:24px;
}
    .xc_header .xc_gNavi ul{
    list-style-type:none;
    }
        .xc_header .xc_gNavi ul li{
        float:left;
        }


/*右カラム、左カラムに配置した場合*/
.xc_contentsRight .xc_gNavi{
clear:both;
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
text-align:left;
}
    .xc_contentsRight .xc_gNavi .xc_gNaviBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    border-top:none;
    border-right:none;
    border-bottom:none;
    border-left:none;
    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;
    }
.xc_contentsLeft .xc_gNavi{
clear:both;
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
text-align:left;
}
    .xc_contentsLeft .xc_gNavi .xc_gNaviBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    border-top:none;
    border-right:none;
    border-bottom:none;
    border-left:none;
    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;
    }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カテゴリ一覧」▼*/
/* -----------------------------------------------------------------*/
/*ヘッダ、中央カラム、右カラム、左カラムに配置した場合共通*/
        .xc_categoryTree ul a{
        display:block;
        padding-top:3px;
        padding-right:10px;
        padding-bottom:3px;
        padding-left:10px;
        }
        .xc_categoryTree ul a:hover{
        }

/*ヘッダに配置した場合*/
.xc_header .xc_categoryTree{
clear:both;
}
    .xc_header .xc_categoryTree ul{
    list-style-type:none;
    }
        .xc_header .xc_categoryTree ul li{
        float:left;
        }

/*中央カラムに配置した場合*/
.xc_contents .xc_categoryTree{
clear:both;
}
    .xc_contents .xc_categoryTree ul{
    list-style-type:none;
    }
        .xc_contents .xc_categoryTree ul li{
        float:left;
        }


/*右カラム、左カラムに配置した場合*/
.xc_contentsRight .xc_categoryTree{
clear:both;
background-color:#FFFFFF;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
}
    .xc_contentsRight .xc_categoryTree .xc_categoryTreeBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    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;
    }
.xc_contentsLeft .xc_categoryTree{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
}
    .xc_contentsLeft .xc_categoryTree .xc_categoryTreeBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    text-align:center;
    }
    .xc_contentsLeft .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_contentsLeft .xc_categoryTree ul li{
    padding-top:0;
    padding-right:0;
    padding-bottom:1px;
    padding-left:0;
    }

            /*--------------------------------------*/
            /*■カテゴリ毎に別画像を利用する場合    */
            /*カテゴリ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;
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;
background-color:#FFFFFF;
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
padding-left:2px;
text-align: left;
}
    .xc_contentsRight .xc_searchBlock ul {
    list-style-type:none;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    }
        .xc_contentsRight .xc_searchBlock ul li {
        margin-top:0;
        margin-right:0;
        margin-bottom:3px;
        margin-left:0;
        padding-top:0;
        padding-right:0;
        padding-bottom:0;
        padding-left:0;
        }
.xc_contentsLeft .xc_searchBlock{
clear:both;
background-color:#FFFFFF;
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
padding-left:2px;
text-align: left;
}
    .xc_contentsLeft .xc_searchBlock ul {
    list-style-type:none;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    }
        .xc_contentsLeft .xc_searchBlock ul li {
        margin-top:0;
        margin-right:0;
        margin-bottom:3px;
        margin-left:0;
        padding-top:0;
        padding-right:0;
        padding-bottom:0;
        padding-left:0;
        }

    /*----- 入力項目の設定 ---------------------------------*/
    /*■セレクトボックス*/
    .xc_searchBlock select {
    width:110px;
    }
        /*■親カテゴリ*/
        .xc_searchBlock #rootCategory{
        }
        /*■サブカテゴリ*/
        .xc_searchBlock #childCategory{
        }

    /*■入力ボックス*/
    .xc_searchBlock input {
    }
        /*■キーワード検索エリア*/
        .xc_searchBlock #keyword{
        width:100px;
        text-align:left;
        }
    /*■検索ボタン*/
    .xc_searchBlock #submit {
    vertical-align:bottom;
    }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「ログインボックス」▼*/
/* -----------------------------------------------------------------*/
/*中央カラム、右カラム、左カラムに配置した場合共通*/

.xc_login{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:5px;
margin-left:0;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
font-size:10px;
}

    /*■エラー表示*/
    .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: 10px;
    }


/*中央カラムに配置した場合*/
    .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 .xc_loginBody{
    padding-top:0;
    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:60px;
    float:left;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:3px;
    margin-top:3px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    list-style-image:none;
    list-style-type:none;
    text-align:left;
    }
    .xc_contentsRight .xc_login .xc_td{
    width:auto;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    }
    .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:10px;
    }
    /*■ログイン後（リスト形式）■*/
    .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;
        }
        .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 .xc_loginBody{
    padding-top:0;
    padding-right:0;
    padding-bottom:5px;
    padding-left:0;
    text-align:left;
    }
    .xc_contentsLeft .xc_login span{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:3px;
    }
    .xc_contentsLeft .xc_login .xc_th{
    width:60px;
    float:left;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:3px;
    margin-top:3px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    list-style-image:none;
    list-style-type:none;
    text-align:left;
    }
    .xc_contentsLeft .xc_login .xc_td{
    width:auto;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    }
    .xc_contentsLeft .xc_login .xc_submit{
    clear:both;
    margin-top:5px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    text-align:center;
    }
    .xc_contentsLeft .xc_login .xc_annotation{
    clear:both;
    margin-top:5px;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    text-align:center;
    font-size:10px;
    }
    /*■ログイン後（リスト形式）■*/
    .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;
        }
        .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 .xc_salesRankingBody{
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
.xc_itemList .xc_itemListBody{
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
margin-top:10px;
}
.xc_itemGroup .xc_itemGroupBody{
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
.xc_itemDataBoxImage{
float:left;
margin-top:0;
margin-right:10px;
margin-bottom:3px;
margin-left:0;
}
.xc_itemDataBoxRanking{
font-weight:bold;
}
.xc_productName {
margin-top:0;
margin-right:3px;
margin-bottom:0;
margin-left:0;
}
.xc_productName a{
text-decoration:none;
}
.xc_tdPrice{
}
.xc_productComment{
clear:both;
}
.xc_itemGroup .xc_clearBoth{
height:10px;
}

/*中央カラムに配置した場合*/
.xc_contents .xc_itemDataBox{
width:198px;
float:left;
padding-top:5px;
padding-right:10px;
padding-bottom:5px;
padding-left:0px;
margin-top:1px;
margin-right:1px;
margin-bottom:1px;
}
/*右カラム、左カラムに配置した場合*/
.xc_contentsRight .xc_itemDataBox{
width:190px;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
margin-top:1px;
margin-right:1px;
margin-bottom:1px;
margin-left:1px;
}

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「カートを見るボタン」▼*/
/* -----------------------------------------------------------------*/
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;
}
.xc_cartInfo .xc_cartInfoBody{
padding-top:0;
padding-right:0;
padding-bottom:5px;
padding-left:0;
}
.xc_cartInfo .xc_cartInfoBody .xc_cartProducts{
clear:both;
text-align:left;
}
    /*■リンク*/
    .xc_cartInfo a{
    }
    /*■カゴが空*/
    .xc_cartInfo p{
    }
        /*■商品画像*/
        .xc_cartInfo img{
        float:left;
        margin:3px;
        border:0;
        }
        /*■商品名*/
        .xc_cartInfo h5{
        text-align:left;
        float:left;
        margin-bottom:2px;
        padding:1px 3px;
        font-size:10px;
        font-weight:normal;
        width:120px;
        }
        /*■単価*/
        .xc_cartInfo p.xc_cartInfo_unitPrice{
        }
            .xc_cartInfo .xc_cartInfo_unitPrice span{/*数字部分*/
            }
        /*■数量*/
        .xc_cartInfo p.xc_cartInfo_amount{
        text-align:right;
        padding-right:3px
        }
            .xc_cartInfo p.xc_cartInfo_amount span{/*数字部分*/
            color:#ff0000;
            }
        /*■小計*/
        .xc_cartInfo p.xc_cartInfo_subtotal{
        text-align:right;
        padding-right:3px
        }
            .xc_cartInfo .xc_cartInfo_subtotal span{/*数字部分*/
            color:#ff0000;
            }

    /*■合計*/
    .xc_cartInfo div p.xc_cartInfo_total{
    clear:both;
    margin-top:1px;
    padding-right:3px;
    border-top:1px solid #CCCCCC;
    text-align:right
    }
        .xc_cartInfo .xc_cartInfo_total span{/*数字部分*/
        color:#ff0000;
        }

    /*■レジへ進む*/
    .xc_cartInfo div .xc_toRegister{
    text-align:right;
    padding-top:3px;
    padding-right:3px;
    padding-bottom:0;
    padding-left:0;
    }

    /*■見出し*/
    .xc_cartInfo h4 {
    }


/* -----------------------------------------------------------------*/
/* ▼システムブロック_「営業日カレンダー」▼*/
/* -----------------------------------------------------------------*/
/*中央カラム、右カラム、左カラムに配置した場合共通*/
.xc_calendar{
clear:both;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
}
.xc_calendar .xc_calendarBody{
padding-bottom:5px;
}
table.xc_calendar{
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
text-align:center;
}
table.xc_calendar caption{
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
font-weight:bold;
}
table.xc_calendar td{
}
.xc_calendarWeekday{
color:#666666!important;
}
.xc_calendarSun{
color:#FF0000!important;
}
.xc_calendarSat{
color:#000066!important;
}
.xc_calendarToday{
font-weight:bold!important;
}
.xc_calendarHoliday{
background-color:#FFCCCC!important;
}
.xc_calendar .xc_annotation{
clear:both;
margin-top:5px;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
text-align:left;
}
tr.xc_deliveryDate .xc_annotation{
clear:both;
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;
background-color:#FFFFFF;
margin-top:0;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
}
    .xc_qrCode img{
    float:left;
    margin-top:0;
    margin-right:5px;
    margin-bottom:0;
    margin-left:0;
    }
    .xc_qrCode p{
    text-align:left;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    }

/* -----------------------------------------------------------------*/
/* ▼システムブロック_「SSLシール」▼*/
/* -----------------------------------------------------------------*/
.xc_ssl {
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;
padding:5px 0;
border-top:1px solid #C7C8BE;
text-align:center;
}

/* -----------------------------------------------------------------*/
/* ▼カスタムブロック_「ご利用案内」▼*/
/* -----------------------------------------------------------------*/
.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 {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	padding: 0px;
	margin:0px;
}

span.xc_amount {
white-space:nowrap;
}

/* -----------------------------------------------------------------*/
/* ▼商品一覧（検索結果）ページ▼auto_block.cssに書き出される*/ 
/* -----------------------------------------------------------------*/


/* -----------------------------------------------------------------*/
/* ▼商品詳細ページ▼auto_block.cssに書き出される*/
/* -----------------------------------------------------------------*/


/* -----------------------------------------------------------------*/
/* ▼カートの中身ページ▼*/
/* -----------------------------------------------------------------*/
/*------- テーブル -------*/
table.xc_cartView {
margin:5px 0;
border-style:solid;
border-top-width:1px;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
border-color:#000000;
}
    /*----- 見出し（基本）-----*/
    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:#000000;
    }

        /*----- 見出し（商品画像） -----*/
        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:#000000;
    }
        /*----- セル（商品画像）-----*/
        table.xc_cartView td.xc_productsImage {
        padding:5px;
        }
        /*----- セル（数量）-----*/
        table.xc_cartView td.xc_amount {
        width:80px;
        }
            /*--- 数量入力 ---*/
            table.xc_cartView td.xc_amount select{
            width:50px;
            }

        /*----- セル（注意書き）-----*/
        table.xc_cartView td.xc_bottomText {
        border-style:solid;
        border-top-width:0;
        border-right-width:0;
        border-bottom-width:1px;
        border-left-width:0;
        vertical-align:top;
        border-color:#000000;
        }
        /*----- セル（合計金額）-----*/
        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:#000000;
        font-weight:bold;
        color:red;
        }

    /*----- 使用ポイント入力 -----*/
    table.xc_cartView input[type=text]{
    width:50px;
    }



/* -----------------------------------------------------------------*/
/* ▼配送先指定画面▼*/
/* -----------------------------------------------------------------*/
div.xc_orderDestination{
margin:10px 0;
padding:10px;
}
.xc_addDestination{
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:10px;
}

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;
width:90%;
}

/* -----------------------------------------------------------------*/
/* ▼追加ＣＳＳ▼*/
/* -----------------------------------------------------------------*/

#content_main {
	float: right;
	width: 600px;
	padding-top: 20px;
	text-align: left;
}
#content_left {
	float: left;
	width: 150px;
	text-align: right;
}
#footer {
	padding-top: 20px;
}
#guide a {
	text-decoration: underline;
}
#guide .sub a {
	text-decoration: none;
}
#guide table td {
	padding: 5px!important;
	margin: 1px!important;
}
.header {
	cursor:pointer;
}
.spaceU5 {
	padding-top: 5px;
}
.spaceU1 {
	padding-top: 1px;
}

.spaceU10 {
	padding-top: 10px;
}
.spaceU10L5 {
	padding-top: 10px;
	padding-left: 5px;
}



.spaceU15 {
	padding-top: 15px;
}
.spaceU25 {
	padding-top: 25px;
}
.spaceU28 {
	padding-top: 28px;
}


.spaceB15 {
	padding-bottom: 15px;
}
.spaceUB15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.spaceL5 {
	padding-left: 5px;
}
.CL {
	clear: both;
}




.FL {
	float: left;
}
.FL5 {
	float: left;
	padding-right: 5px;
}
.FL50 {
	float: left;
	width: 50px;
}
.FL100 {
	float: left;
	width: 100px;
}

.FL20 img {
	float: left;
	padding-right: 20px;
}
.FL335 {
	float: left;
	width: 335px;
}
.FL415 {
	float: left;
	width: 415px;
}



.FR {
	float: right;
}
.FR200 {
	float: right;
	width: 200px;
}

.FR_R5 {
	float: right;
	padding-right: 5px;
}

.FR_R20 {
	float: right;
	padding-right: 20px;
}
.FR_L20 {
	float: right;
	padding-left: 20px;
}
.FR300 {
	float: right;
	width: 300px;
}
.arc {
	line-height: 24px;
}

.box200 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.box310 {
	width: 310px;
}
.box500 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}






.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: right;
	padding-right: 10px;
	color: #FFFFFF;
}
.date2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	float: left;
	padding-right: 20px;
}
.dot {
	background-image: url(http://designshop-jp.com/img/common/dot.jpg);
	background-repeat: repeat-x;
	height: 3px;
	clear: both;
	background-position: left center;
}
.dot2 {
	background-image: url(http://designshop-jp.com/img/common/dot.jpg);
	background-repeat: repeat-x;
	height: 11px;
	background-position: left center;
}
.dot3 {
	background-image: url(http://designshop-jp.com/img/common/dot.jpg);
	background-repeat: repeat-x;
	height: 21px;
	background-position: left center;
}
.comment {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 10px;
	line-height: 24px;
	float: left;
}

.content {
	float: right;
	padding-top: 55px;
	width: 640px;
	padding-bottom: 13px;
}

.ac p a{
	width: 200px;
	color: #414141;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 10px;
}
.ac p a:hover{
	color: #CCCCCC;
}
.news {
	padding-top: 7px;
}

.sub {
	padding-left: 16px;
	background-image: url(http://designshop-jp.com/img/common/yajirushi2.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	line-height: 20px;
}
.sub a{
	color: #414141;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 10px;
}
.sub a:hover{
	color: #CCCCCC;
}

.sub3 {
	text-align:right;
	background-image: url(http://designshop-jp.com/img/common/yajirushi2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	clear: right;
	float: right;
	padding-left: 7px;
	padding-right: 0px;
}
.sub3 a{
	color: #414141;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 10px;
}
.sub3 a:hover{
	color: #CCCCCC;
}

.sub2 {
	padding-left: 16px;
	background-image: url(http://designshop-jp.com/img/common/yajirushi2.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	float: left;
	line-height: 20px;
}
.sub2 a{
	color: #414141;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 10px;
}
.sub2 a:hover{
	color: #CCCCCC;
}
.link_ad{
	float:right;
	line-height:20px;
	width: 390px;
	}
.txt10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 10px;
}
.txt12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 12px;
	font-weight: normal;
}
.txt12_b {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 12px;
	font-weight:bold;
}

.line {
	background-image: url(http://designshop-jp.com/img/common/line.gif);
	background-repeat: repeat-x;
	background-position: left 3px;
	height: 6px;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	height: 30px;
}

input, select, textarea { 
font-size: 10px; 
} 
.gray {
	background-color: #333333;
}
.red {
	color: #660000;
}


/* -----------------------------------------------------------------*/
/* ▼上書きＣＳＳ▼*/
/* -----------------------------------------------------------------*/
.xc_productList {
text-align:left!important;FONT-SIZE: 10px!important; MARGIN: 10px 0px; WIDTH: 635px; LINE-HEIGHT: 1.3em 
}
.xc_productList .xc_productListName {
	MARGIN-BOTTOM: 5px; TEXT-ALIGN: left!important;
}
.xc_productList .xc_td {
	FLOAT: left!important; MARGIN-BOTTOM: 1px; TEXT-ALIGN: left!important
}
.xc_productList .xc_productListVariation {
	CLEAR: both; MARGIN: 10px 0px; TEXT-ALIGN: left!important;
}
.xc_productList .xc_productListLink {
	CLEAR: both; MARGIN: 10px 0px; TEXT-ALIGN: left!important;
}
.xc_productList .xc_productListRowOuter {
	PADDING-BOTTOM: 2px; BORDER-BOTTOM:0px!important;
}
.xc_inquiry {
	width: 225px!important;
}
#xc_textRight .xc_amount {
	text-align: left!important;
	display: block!important;
}
.xc_productDetail {
	margin-top: 10px;
}

