/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
	background-image:url("https://img08.shop-pro.jp/PA01196/615/etc/%A5%D8%A5%C3%A5%C0%A1%BC.jpg?2141");
	background-position:center top;
	background-repeat:no-repeat;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#348cde;
	text-decoration:underline;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:980px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
 height:360px;
}

.logoimg {
	background-image:url("https://img08.shop-pro.jp/PA01196/615/etc/%A5%ED%A5%B4.png?202401142023");
	background-repeat:no-repeat;
	width:210px;
	height:320px;
	text-indent:-9999px;
	display:block;
	float:left;
}

.h-right {
	width:700px;
	float:right;
}

.s-title {
	font-size: 90%;
	text-align:right;
	height:30px;
}

.head-stage {
	height:120px;
}

.g-menu {
	font-size:14px;
	color:#FFF;
	height:40px;
	line-height:40px;
}

.g-menu a {
	color:#FFF;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
.s-serch-box {
	height:40px;
	text-align:right;
	padding-left:300px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:210px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

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

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

.l-resip {
	margin-bottom:15px;
}

.l-voice {
	margin-bottom:15px;
}

.cart-box {
	border:3px solid #E5E5E5;
	padding:15px;
	margin-bottom:15px;
	margin-top:15px;
}

.cart-box .cart-btn {
	text-indent:-9999px;
	background-image:url("https://img08.shop-pro.jp/PA01196/615/etc/cart.gif?202407092915");
	width:150px;
	height:30px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.kate-menu {
	margin-bottom:20px;
}
.kate-menu a {
	border-bottom:1px dotted #01233c;
	padding:10px;
	display:block;
	font-size:90%;
}



/*　画面右側の幅　*/
.main {
	float: left;
	width: 730px;
	margin-top:-200px;
	margin-left:40px;
}

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

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

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
background-image:url("https://img08.shop-pro.jp/PA01196/615/etc/foot2.jpg?202406192755");
	background-repeat:no-repeat;
	background-position:top center;
	padding:80px 0px 10px 0px;
text-align:center;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/* -------------------------------------
*     最近チェックした商品
* ------------------------------------- */

.check-list {
	margin-top:20px;
}

.check-t {
	border-bottom:2px solid #999;
	margin-bottom:10px;
	padding-bottom:5px;
}

.check-box {
	border-bottom:1px dotted #CCC;
}

/* -------------------------------------
*     売れ筋商品
* ------------------------------------- */

.uresuji {
	border-top:1px solid #C95050;
	margin-bottom:20px;
}

.osusume {
	border-top:1px solid #CA9F07;
	margin-bottom:20px;
}

.spe-tt-img {
	float:left;
}

.spe-list {
	width:115px;
	margin-left:10px;
	margin-top:10px;
}

.spe-img {
	margin-bottom:10px;
}

.spe-title {
	
}

.spe-kingaku {
	color:#cc3300;
}

/* -------------------------------------
*     パンくず
* ------------------------------------- */
.pankuzu {
     margin-bottom:20px;
}


/* -------------------------------------
*     フリーページ(こだわり)
* ------------------------------------- */
.free-dez {
	margin-bottom:40px;
}

.kodawari01 {
	background-image:url("https://img08.shop-pro.jp/PA01196/615/etc/kodawari01.jpg?202406175553");
	background-repeat:no-repeat;
	width:700px;
	height:458px;
}

.kodawari01 p {
	text-indent:-9999px;
}

.kodawari02 {
	background-image:url("https://img08.shop-pro.jp/PA01196/615/etc/kodawari02.jpg?202406175735");
	background-repeat:no-repeat;
	padding:100px 310px 30px 10px;
line-height:1.8;
}

.kodawari03 {
	background-image:url("https://img08.shop-pro.jp/PA01196/615/etc/kodawari03.jpg?202406175759");
	background-repeat:no-repeat;
	padding:120px 10px 30px 240px;
line-height:1.8;
}

/* -------------------------------------
*     二階層目
* ------------------------------------- */

.page-title-seco {
	font-size:200%;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	
	padding:20px;
	border-top:1px solid #f0ecde;
	border-bottom:1px solid #f0ecde;
	margin-bottom:20px;
}


/* -------------------------------------
*     フリーページ(買い物ガイド)
* ------------------------------------- */
.gaide-title {
	font-size:16px;
	color:#FFF;
	padding:5px;
	background-color:#666;
	margin-bottom:20px;
}

.gaide-title2 {
	font-size:14px;
	font-weight:bold;
	border-left:5px solid #666;
	padding-left:10px;
	margin-bottom:20px;
}

.gaide-naka {
	margin-bottom:20px;
}

.gaide-naka p {
	margin-bottom:20px;
}

.gaide-naka table {
	border-left:1px solid #666;
	border-top:1px solid #666;
	margin-bottom:20px;
	border-collapse:collapse;
}

.gaide-naka table td {
	padding:5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

.irohen td {
	background-color:#CCC;
}