@charset "utf-8";

/*
-----------------------------------------------------
DEFAULT CSS SETTINGS
FileName:   design.css
Version:    2006.11.8
Skin for:	DEFAULT
-----------------------------------------------------
*/

/*-----------------COMMON SETTINGS-----------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, object {
	margin: 0; 
	padding: 0;
}

body {
	font-family:'ヒラギノ角ゴ Pro W9', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color:#666666;
}

h1 {
	margin:0;
	padding:0;
	font-size:12px;
	line-height: 18px;
	font-weight:normal;
} 
	
h2 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	line-height: 18px;
} 	


h3 {
	margin:0;
	padding:0;	
	font-size:12px;
	line-height: 18px;
	font-weight:normal;
} 	


h4 {
	margin:0;
	padding:0;	
	font-size:14px;
	line-height: 16px;
}


h5,h6 {
	margin:0;
	padding:0;	
	font-size:12px;
	line-height: 18px;
	font-weight:normal;	
} 
	

table {
	border-collapse:collapse;
} 

img {
	border: 0;
	vertical-align:bottom;
}

a:hover img{
	opacity:0.8;
}


ul,ol,li {
	list-style-type:none;
}
	
dl,dt,dd {

}	

div,p{
	margin:0;
	padding:0;
}


.top{
	margin-bottom:50px;
	text-align:right;
	clear:both;
}

object {
display: block;
}

/*----------------フォント-----------------*/

.fff_font{color:#ffffff; font-family:'ヒラギノ角ゴ Pro W9', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.ccc_font{color:#cccccc; font-family:'ヒラギノ角ゴ Pro W9', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.r_font{color:#df0032; font-family:'ヒラギノ角ゴ Pro W9', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.b_font{color:#008BDF; font-family:'ヒラギノ角ゴ Pro W9', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.r_font2{color:#df0032; font-weight:bold; font-family:'ヒラギノ角ゴ Pro W9', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

.k_font2{color:#ff8a00; font-weight:bold; font-family:'ヒラギノ角ゴ Pro W9', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

.no_font{text-indent:-9999px;}

/*-----------------スペース-----------------*/

.spacer{margin-bottom:10px;}

.spacer_t_5{margin-top:5px;}
.spacer_t_10{margin-top:10px;}
.spacer_t_15{margin-top:15px;}
.spacer_t_20{margin-top:20px;}
.spacer_t_26{margin-top:26px;}
.spacer_t_21{margin-top:10px;}
.spacer_t_30{margin-top:30px;}
.spacer_t_40{margin-top:40px;}
.spacer_t_50{margin-top:50px;}
.spacer_t_60{margin-top:60px;}
.spacer_t_70{margin-top:70px;}

.spacer_5{margin-bottom:5px;}
.spacer_7{margin-bottom:7px;}
.spacer_10{margin-bottom:10px;}
.spacer_20{margin-bottom:20px;}
.spacer_30{margin-bottom:30px;}
.spacer_40{margin-bottom:40px;}
.spacer_50{margin-bottom:50px;}

.m_5{margin:5px;}
.m_10{margin:10px;}
.m_20{margin:20px;}

.l_5{margin-left:5px;}
.l_10{margin-left:10px;}
.l_20{margin-left:20px;}
.l_30{margin-left:30px;}
.l_40{margin-left:40px;}
.l_50{margin-left:50px;}
.l_60{margin-left:60px;}

.r_3{margin-right:3px;}
.r_5{margin-right:5px;}
.r_10{margin-right:10px;}
.r_20{margin-right:20px;}
.r_30{margin-right:30px;}
.r_40{margin-right:40px;}

.f_10{font-size:10px;}
.f_11{font-size:11px;}
.f_12{font-size:12px;}
.f_13{font-size:13px;}
.f_14{font-size:14px;}
.f_15{font-size:15px;}
.f_16{font-size:16px;}
.f_17{font-size:17px;}
.f_18{font-size:18px;}
.f_19{font-size:19px;}
.f_20{font-size:20px;}
.f_b{font-weight:bold;}

.t_l{text-align:left;}
.t_r{text-align:right;}
.t_c{text-align:center;}


/*//-----------------END COMMON SETTINGS-----------------*/


/*-----------------リンク-----------------*/

a:link {
	color:#666666;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#df0032;
	font-weight:bold;
	text-decoration:underline;
}


/*-----------------レイアウト-----------------*/


#wrapper{
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

#contents{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}

#main{
	width:730px;
	float:left;
	padding-bottom:30px;
}

#side{
	width:200px;
	float:left;
	margin-right:20px;
	padding-bottom:30px;
}

.clear{clear:both;}

/*-----------------ヘッダー-----------------*/

#header{
	width:950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	padding:10px 0 0 0;
}

#header h1{
	color:#666666;
	text-align:right;
	margin-top:5px;
	padding:5px;
	background-color:#F5F5F5;
	clear:both;
	margin-bottom:10px;
}

#header .box01{
	width:260px;
	float:left;
}

#header .box02{
	width:670px;
	padding-left:20px;
	float:left;
}

#header .hbox01{
	width:250px;
	float:left;
}


#header .hbox02{
	width:400px;
	padding-left:20px;
	float:right;
}


#header .login ul{
	margin-bottom:10px;
	}

#header .login li{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	}
	
#header .login li .sen{
	border-right:1px solid #FFACAA;
	}



#header .btn ul{
	margin-bottom:10px;
	}

#header .btn li{
	float:right;
	}


/*-----------------ナビ-----------------*/

#navi {
	width:100%;
	clear:both;
	height:65px;
	background-image:url(https://img17.shop-pro.jp/PA01266/002/etc/navi_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
}
#navi ul{
	width:950px;
	margin-left: auto;
	margin-right: auto;
}

#navi li{
	float:left;
	padding:0px;
}


/*-----------------サイド-----------------*/

.title_ca{
	width:190px;
	height:24px;
	background-image:url(https://img17.shop-pro.jp/PA01266/002/etc/title_ca.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:7px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

.title_sho{
	width:190px;
	height:24px;
	background-image:url(https://img17.shop-pro.jp/PA01266/002/etc/title_sho.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:7px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

.title_sho2{
	width:190px;
	height:24px;
	background-image:url(https://img17.shop-pro.jp/PA01266/002/etc/title_sho2.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:7px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

.title_mo{
	width:190px;
	height:24px;
	background-image:url(https://img17.shop-pro.jp/PA01266/002/etc/title_mo.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:7px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}


.side_bg{
	width:178px;
	padding:10px;
	text-align:left;
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	margin-bottom:10px;
}

.side_bg ul{
	margin:0;
	padding:0;
}

.side_bg li{
	padding:5px 0px 5px 6px;
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/yazi01.jpg') left center no-repeat;
}

.yazi{
	padding:5px 0px 5px 6px;
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/yazi01.jpg') left center no-repeat;
}


.banner_himi{
	width:200px;
	height:147px;
	background-image:url(https://img17.shop-pro.jp/PA01266/002/etc/banner_himi.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:10px;
}

.banner_himi h3{
	text-indent:-9999px;
}


.banner_himi .btn{
	margin:80px 0px 20px 0px;
}


.side_cart{
	width:178px;
	padding:10px;
	text-align:left;
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	margin-bottom:10px;
}

.side_cart .stotal{
	font-weight:bold;
	text-align:right;
}

.side_cart .subtotal{
	border-bottom:1px dashed;
	border-color: #cccccc;
}

.side_cart .total{
	font-weight:bold;
	margin-top:5px;
}

.side_cart .postage{
	color:#B00;
	font-weight:bold;
	margin-top:5px;
}

.side_cart .viewcart{
	text-align:center;
	margin-top:5px;
}


/*-----------------フッター-----------------*/
#foot{
	width:100%;
	border-top:3px solid #E10437;
	clear:both;
	background-color:#ffffff;
}

.foot_bg{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}



.top_b{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	clear:both;
	margin-top:30px;
}


.foot_bg .box0{
	width:450px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-top:20px;
	height:320px;
	border-right:1px solid #E7E7E7;
	margin-bottom:10px;
	
}

.foot_bg .box0 li {
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/yazi01.jpg') left center no-repeat;
	background-repeat:no-repeat;
	background-position: left center; 
}

.list01{
	padding:0px 0px 0px 12px;
	margin:0px 0px 10px 0px;
}

.list02{
	padding:0px 0px 0px 12px;
	}
	
.list03{
	padding:0px 0px 10px 12px;
	line-height: 22px;
	}

.foot_bg .box01{
	width:200px;
	float:left;
	padding:0px 0px 0px 20px;
	margin-top:20px;
	height:320px;
	border-right:1px solid #E7E7E7;
	margin-bottom:10px;
	
}

.foot_bg .box01 li {
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/yazi01.jpg') left center no-repeat;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	margin:0px 0px 10px 0px;
	background-position: left center; 
}


.foot_bg .box02{
	width:270px;
	float:right;
	margin-top:20px;
	height:320px;
	margin-bottom:10px;
}


.copyright{
	text-align:center;
	background-color:#E7E7E7;
	padding:5px;
	clear:both;
}


/*-----------------ニュース-----------------*/
.news{
	margin-bottom:20px;

}

.news li{
	border-bottom:1px dashed;
	border-color: #cccccc;
	padding:0px 0px 5px 10px;
	margin-bottom:10px;
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/yazi02.jpg') left top no-repeat;
}

/*-----------------ランキング-----------------*/
.ranking{
clear:both;
padding-bottom:20px;
}

.ran_box{
	float:left;
}

.ran_box{
	float:left;
}

.ran_box2{
	float:left;
	margin:0 12px 0 12px;
}


.ranking .ran_h{
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/ran_h.jpg') left top no-repeat;
	width:235px;
	height:10px;
	text-indent:-9999px;
}

.ranking .ran_bg{
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/ran_bg.jpg') left top repeat-y;
	width:215px;
	padding:10px;
}

.ran_bg .img{
	width:150px;
	padding:10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
}


.ranking .ran_foot{
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/ran_foot.jpg') left top no-repeat;
	width:235px;
	height:10px;
	text-indent:-9999px;
}


/*-----------------フロー-----------------*/

.flow{
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/flow.jpg') left top no-repeat;
	width:730px;
	height:249px;
	margin-bottom:30px;
}

.flow .btn{
	margin:190px 10px 20px 30px ;
	text-align:right;
	}

/*-----------------メモ-----------------*/

.memo2{
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/top_text_bg.jpg') left top no-repeat;
	width:730px;
	height:510px;
	margin-bottom:30px;
}

.memo2 h3{
	text-indent:-9999px;
	}

.memo2 .box01{
	padding-top:30px;
	padding-left:15px;
	width:500px;
	float:left;
	text-indent:-9999px;
}

.memo2 .box02{
	padding-top:400px;
	width:200px;
	text-align:right;
	float:left;
}



.memo{
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/memo.jpg') left top no-repeat;
	width:730px;
	height:398px;
	margin-bottom:30px;
}

.memo h3{
	text-indent:-9999px;
	}
	
.memo h4{
	font-size:18px;
	font-weight:bold;
	color:#5379b5;
	}
	
.memo .box01{
	padding-top:30px;
	padding-left:15px;
	width:500px;
	float:left;
}

.memo .box02{
	padding-top:30px;
	width:200px;
	text-align:right;
	float:left;
}


/*-----------------トップページ-----------------*/





/*-----------------下層-----------------*/

.main_title {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width:730px;
	height:31px;
	background:url('https://img17.shop-pro.jp/PA01266/002/etc/title_bg.jpg') no-repeat;
	margin-bottom:10px;
	padding:7px 0px 0px 0px;
	text-indent:10px;
	font-weight:bold;
	color: #333333;
	font-size:14px;
	clear:both;
	}
	
.main_title td{
	}

.main_title td img{
	vertical-align:middle;
	}

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



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



/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid <{$cart_view_bordercolor}>;
	border-right: 3px solid <{$cart_view_bordercolor}>;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:100%;
	}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	text-align:right;
}

.postage {
color:666666;
	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;
	}



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

.footstamp {
	width: 100%;
	border-bottom:2px #e0e0e0 solid;
	background-color:f7f7f7;
	padding:5px;
	margin-bottom:20px;
	}

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


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

.product_list {
	float: left;
	width: 150px;
	height:230px;
	padding:5px 5px 5px 5px;
	border:2px solid #e7e7e7;
	margin:8px;
	float:left;
	}

.product_list2 {
	float: left;
	width: 150px;
	height:50px;
	padding:5px 5px 5px 5px;
	border:2px solid #e7e7e7;
	margin:8px;
	float:left;
	}

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

.product_item img {
	padding: 10px;
	width:130px;
	}

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

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	text-align:left;
	padding:0px 10px 0px 10px;
	}

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


.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;
	}






/* ************************************************ 
 *	商品詳細
 * ************************************************ */


 
 
.lp{
	border-top:2px #e0e0e0 solid;
	margin-top:20px;
	clear:both;
}


.lp_img{
	width:980px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}
 
.goods_box{
	width:145px;
	height:330px;
	padding:10px;
	border:2px solid #f5ead4;
	float:left;
	margin:0px 13px 10px 13px;
}



.goods_box .title{
	margin-bottom:10px;
	border-bottom:2px solid #f5ead4;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	color:#333;
}

.goods_box .price01{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#B50400;
}

.goods_box .price02{
	padding-bottom:5px;
	border-bottom:1px dashed #cccccc;
	margin-bottom:5px;
	text-align:left;
	font-size:12px;
	color:#666666;
}
 



/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */


.product_name{
font-size:16px;
	font-weight:bold;
}


#detail {
	text-align:center;
	color:<{$font_color}>;
	}

#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

.main_img {
	width:250px;
	margin:20px;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: <{$productimg_border}>px;
	padding: 4px;
	border:1px #dacdb9 solid;
	}

.table2 {
	width: 410px;
	text-align:left;
	}

.table2 .tit {
	width: 130px;
	height: 28px;
	color: #333333;
	font-weight:bold;
	text-align:left;
	padding:10px;
	background:#f2ebe0;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

.table2 .cont{
	width: 270px;
	height: 28px;
	color: #333333;
	text-align:left;
	padding:10px;
	background-color:#F3F3F3;
	border-bottom:2px #ffffff solid;
	}

.detail_img{
	width:320px;
}

.detail_img .large{
	width:300px;
}


/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:5px 0px 0px;
	margin:0px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
}

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





/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

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

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;

	}

#trackback .tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}


#trackback .tb_url {
	font-size:12px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

#trackback .tb_date {
	font-size:100%;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	padding: 0px 10px 10px 10px;
	color:#6d2916;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #dacdb9;
	border-bottom: 1px dotted #dacdb9;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 860px;
	margin-bottom:5px;
	border-left: 1px solid <{$option_bordercolor}>;
	border-top: 1px solid <{$option_bordercolor}>;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-right: 1px solid <{$option_bordercolor}>;
	border-bottom: 1px solid <{$option_bordercolor}>;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size:100%;
	text-align:left;
	padding:5px;
	border-right: 1px solid <{$option_bordercolor}>;
	border-bottom: 1px solid <{$option_bordercolor}>;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size:100%;
	text-align:left;
	padding:5px;
	border-right: 1px solid <{$option_bordercolor}>;
	border-bottom: 1px solid <{$option_bordercolor}>;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

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

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

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

#ShopKeeper {
	width: 728px;
	margin-bottom: 15px;
	}

.sk_box{
padding-bottom:30px;
}

#ShopKeeper th {
	width: 160px;
	padding:10px;
	background-color:#F5F5F5;
	border-top:#e7e7e7 1px solid ;
	border-left:#e7e7e7 1px solid ;
	border-right:#e7e7e7 1px solid ;
	border-bottom:#e7e7e7 1px solid ;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	}

#ShopKeeper td {
	border-top:#e7e7e7 1px solid ;
	border-left:#e7e7e7 1px solid ;
	border-right:#e7e7e7 1px solid ;
	border-bottom:#e7e7e7 1px solid ;
	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:#e7e7e7;
	border-bottom:#ffffff solid 1px;
	}

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

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


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

#PrivacyExplain {
	color:<{$font_color}>;
	margin-bottom: 15px;
	}

.pe_title {
	padding: 5px 5px 5px 5px;
	background-color:#F5F5F5;
	border-bottom:#cccccc solid 2px;
	font-size:14px;
	font-weight:bold;
	}

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


* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#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;
}

.table_price,
.t_stock_num,
#option_tbl br {
display:none;
}

/*
 * jQuery Blueberry Slider v0.4 BETA
 * http://marktyrrell.com/labs/blueberry/
 *
 * Copyright (C) 2011, Mark Tyrrell <me@marktyrrell.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

.blueberry { margin-bottom:30px;}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	width:730px;
	height:242px;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 0px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	background: #ffffff;
}
.blueberry .pager li a {
	background: #ffffff;
}
.blueberry .pager li a span {
	text-indent: -9999px;
background: #ffffff;
}
.blueberry .pager li.active a span { background: #ffffff; }

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
