/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body * {line-height:1.22em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/



/* --- Reset End --- */


body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height:170%;
	background-color:#FFFFFF;
	color:#534741;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

a:link    { color:#534741;text-decoration:none;}
a:visited { color:#534741;text-decoration:none;}
a:active  { color:#534741;text-decoration:none;}
a:hover   { color:#7E5E44;text-decoration:none; }




/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	color:#ffffff;
	margin:0;
	}

/* ヘッダー独自仕様 */
#header_top
{
    height:16px;
    background-image: url("https://img20.shop-pro.jp/PA01187/467/etc/top_header_line.png?20120903161151");
}

#header h2{
    margin: 8px auto 4px 48px;
    color:#534741;
}
/* // ヘッダー独自仕様 */

/*
.title {
	width:785px;
	height:121px;
	color: #534746;
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/title_bg.jpg) 0px 0px no-repeat;
	margin-bottom:10px;
	}

.title a {color: #534746;}
.title a:link    {color: #534746;text-decoration: none;}
.title a:visited {color: #534746;text-decoration: none;}
.title a:active  {color: #534746;text-decoration: none;}
.title a:hover   {color: #534746;text-decoration: none;}
*/

/*ホーム・マイアカウント・お問合せリンク*/
.menu_1 {
	padding:0px;
	margin:0px;
	line-height:0em;
	text-align:right;
}
.menu_1 img{
	vertical-align:top;
}

a#linkHome,
a#linkMyAccount {
	margin-right:25px;
}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */


.sidemenu {
	width:190px;
	color:#534741;
	margin-bottom: 20px;
	}

.side_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_text {
	background-color:#f9f4eb;
	padding:13px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:#f9f4eb;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_bg {
	width:190px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.gif) 0px 0px repeat-y;
	margin-bottom:25px;
	}

.side_cat_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_cat_text {
	border-bottom:1px #dacdb9 solid;
	padding:10px 15px 10px 30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
	line-height:0px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: #534741;}
.side_cat_text a:link    {color: #534741;text-decoration: none;}
.side_cat_text a:visited {color: #534741;text-decoration: none;}
.side_cat_text a:active  {color: #534741;text-decoration: none;}
.side_cat_text a:hover   {color: #7E5E44;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #dacdb9;
	border-right: 3px solid #dacdb9;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:80%;
	}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	padding-top:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
	}
#btn_members_signup {
	padding:7px 0px 0px;
	margin:10px 0px 0px;
	border-top:#dacdb9 dotted 1px;
	text-align:center;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	text-align:center;
	}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width: 100%;
	/*height: 79px;*/
	color: #534741;
	font-size:80%;
	text-align: center;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/footer_bg.jpg) no-repeat;*/
	margin-top: 30px;
	margin-bottom: 0;
	}

#menu_2 {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
           height: 12px;
	font-size: 10px;
	text-align:center;
	color:#c7b299;
           background-image: url("https://img20.shop-pro.jp/PA01187/467/etc/top_footer_line.png?20120903141635");
           padding: 2px 0;
	}

#footer a {color: #432A16;}
#footer a:link    {color: #534741;text-decoration: none;}
#footer a:visited {color: #534741;text-decoration: none;}
#footer a:active  {color: #534741;text-decoration: none;}
#footer a:hover   {color: #7E5E44;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {
	width:100%;
	height:30px;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/main_title_bg.jpg) no-repeat;*/
	
	color:#f2f2f2;
	margin-bottom:15px;
	font-weight:bold;
           background-color: #796860
	}
	
.main_title td{
	padding-left:15px;
	}

.main_title td img{
	vertical-align:middle;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
	margin:0px;
}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#ff0000;
}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　sort_01順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 100%;
	height: 30px;
	color: #432A16;
	font-size:80%;	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_all {
	padding:0px;
	margin:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 100%;
	height: 28px;
	color: #432A16;
	font-size:80%;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_search {
	padding:0px;
	margin:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 100%;
	height: 30px;
	color: #432A16;
	font-size:80%;
	margin-bottom: 15px;
          border: solid 1px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 33%;
	text-align: center;
	padding:5px 0px 30px;
	}


.product_item {
	text-align:center;
	width:175px;
	margin:0px auto;
	}

.product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:120px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	/*width: 564px;*/
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/footstamp_bg.gif) no-repeat;*/
	color: #333333;
	margin-bottom: 15px;
	}

.footstamp a {color: #eb5050;}
.footstamp a:link    {color: #eb5050;text-decoration: none;}
.footstamp a:visited {color: #eb5050;text-decoration: none;}
.footstamp a:active  {color: #eb5050;text-decoration: none;}
.footstamp a:hover   {color: #ff7a21;text-decoration: none;}

.txt-f10 {
	font-size:10px;
}

.footstamp img {
	vertical-align:middle;
}

.footstamp .bg {
	/*background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_bg_checkitem.gif") repeat-y scroll 0 0 transparent;*/
	/*width: 564px;*/
	}

.footstamp .bg .middle {
	background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_top_checkitem.gif") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 2px;
	}

.footstamp .bottom {
	background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 564px;
	height:5px;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	margin-bottom:40px;
	}


/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 564px;
	color:#534741;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	text-align:left;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#f6eddf;
	}

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	color:#534741;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #dacdb9;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}


/* -------------------------------------
*     外枠背景
* ------------------------------------- */
#box
{
	width:1150px;
/*	
background-image: url("https://img20.shop-pro.jp/PA01187/467/etc/top_back.jpg?20120904123925");
*/
}

body
{
    background-image: url("https://img20.shop-pro.jp/PA01187/467/etc/top_back.jpg?20120906121619");
}


/**
 * Footer
 */
#footer_top
{
	width:100%;
	height: 53px;
	background-image: url("https://img20.shop-pro.jp/PA01187/467/etc/footer_top.png?20120905105223");
	margin-bottom: -1px;
}


#footer_main
{
	background-color: #e2d9d0;
	text-align: left;
}

#footer_contents
{
	height: 210px;
	margin: 16px 32px 10px 32px;
}

#footer_left
{
	width: 504px;
        height: 206px;
	float:left;	
}
#footer_left .tesuryo0
{
    margin: 28px 0 0 73px;
}

#footer_left .cart_search
{
    height: 44px;
    margin: 32px 0 0 2px;
}


#footer_left .cart_search img
{
    float: left;
}

#footer_left .cart_search form
{
    float: left;
}

#footer_left .cart_search .search_text
{
    width: 220px;
    height: 44px;
    background-image: url("https://img20.shop-pro.jp/PA01187/467/etc/footer_search_text.png?20120905111237");
    float: left;
}

#footer_left .cart_search .search_text input
{
    margin: 6px auto auto 50px;
    height: 23px;
    width: 154px;
    font-size: 18px;
    border: none;
    background-color:transparent
}

#footer_left .cart_search input.seach_btn
{
    width: 58px;
    height: 44px;
    float: left;
}

#footer_left .menus
{
    clear: both;
    margin: 16px 0 0 4px;
}

#footer_contents img.footer_bar
{
        clear:both;
}

#footer_contents img.footer_bar_y
{
        float:left;
}

#footer_right
{
	width: 560px;
        height: 206px;
	float:left;	
}

#footer_right .logo
{
    float: left;
    margin: 16px 0 0 10px;
}

#right_info
{
    float: right;
    font-size: 10px;
    margin: 36px auto 0 0;
}

#right_info p
{
    clear: both;
    margin-top: 28px;
}

#footer_right ul
{
    clear: both;
    font-size: 12px;
    margin: 0 0 0 24px;
}

#footer_right ul li
{
    width: 170px;
    float: left;
    margin-top: 10px;
}

#footer_right ul li.listshort
{
    width: 120px;
}


#footer_right ul li.listshort2
{
    width: 64px;
}


#footer_right ul li.listlong
{
    width: 340px;
}

/**
 * Common Header
 */
table#common_header
{
    width: 1082px;
    height: 240px;
    margin-left: 34px;
    margin-bottom: 32px;

    text-align:center;
    background-image: url(https://img20.shop-pro.jp/PA01187/467/etc/common_header.png?20120924122935);
}


h1
{
        margin-left: 26px;
	width:306px;
	height: 133px;
	float: left;
}

#header_right
{
	width: 640px;
	float: right;
	margin-right: 26px;
}

#header_right img.tesuryo0
{
        float: left;
        margin-left: 120px;
        margin-bottom: 10px;
}


#header_paypal
{    
    float: right; 
    width: 122px;
    height: 52px;
    background: url(https://img20.shop-pro.jp/PA01187/467/etc/header_paypal_back.png?20120926102125);
    margin-right: -4px;
}  

#header_paypal_innner
{    
    width: 112px;
    height: 42px;
    margin-left:3px;
    margin-top:2px;
    overflow: hidden;


}

#header_paypal_innner img
{ 
    height: 52px;
}

#header_paypal_innner table
{
    margin-top: -7px;
    margin-left: -10px;
}


#header_right div.cart_search
{     
        clear: both;
        width: 100%;
        margin-left: 116px;
        margin-top: -10px;
}



#header_right div.cart_search a.cart
{
        float: left;
}

#header_right div.cart_search form
{
        width: 300px;
        height: 51px;
        margin: 0;
        padding: 0;
        float: left;
}


#header_right div.cart_search div.search_text
{
        width: 228px;
        height: 51px;
        background-image: url("https://img20.shop-pro.jp/PA01187/467/etc/top_header_search_text.png?20120904154043");
        float: left;
}

#header_right div.cart_search div.search_text input
{
        width: 170px;
        height: 30px;
        margin: 5px 40px;
        font-size: 20px;
        border:none;
        background-color:transparent
}

#header_right div.cart_search input.seach_btn
{
        width: 62px;
        height: 51px;
        float: left;
}

#header_menus
{
        clear: both;
        margin-left: 15px;
}

#header_menus img
{
        float: left;
}

h3
{
        clear: both;
        height: 30px;
        width: 1057px;
        text-align: center;

}

#hp_images
{
        width: 1050px;
        height: 235px;
        text-align: center;
        /*margin: -8px auto auto -10px;*/
        position: relative;

}

#hp_images img
{
     position: absolute;
     left: -10px;
     top: -8px;
}

td#common_header_top
{
    height: 14px;
}
td#common_header_left
{
    width: 10px;
}
td#common_header_main
{
    width: 1057px;
    height: 206px;
    vertical-align: top;
    padding: 16px 0 0 0;
    position: relative;
}
td#common_header_right
{
    width: 15px;
}
td#common_hedeer_bottom
{
    height: 20px;
}
/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}

#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}

