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

body {
	color:#464646;
	font-size: 0.75em;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.5em;
	background-image: url("https://img08.shop-pro.jp/PA01198/433/etc/body_bg.jpg?202404113249");
	background-repeat: repeat;
	text-align:center;
}

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

div.clear {
	clear: both;
}

img {
	border: 0px;
}

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

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

a:hover {
	color: #be6700;
	text-decoration: none;
}

a:active {
	color: #884a00;
	text-decoration: none;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


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

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

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

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #9c8d7c;
	text-align: left;
	margin-top: 15px;
}

h2 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 0px;
}

h3 {
	padding: 0px;
	margin: 0 0 15px 0;
}

h4 {
	color:#ffffff;
	padding: 3px 8px 3px 8px;
	margin:25px 0 15px 0;
	background-color:#cfab93;
}

h5 {
	font-size:1.1em;
	margin:20px 0 10px 0;
}

div#logo {
	float: left;
	margin-top: 25px;
}

div#header_copy {
	float: right;
	margin-top: 25px;
}

ul#gnavi {
	width: 950px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

ul#gnavi li {
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#gnavi li a {
	display: block;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:245px;
	margin:25px 0px 20px 0px;
}

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

div.side p.btn {
	padding: 0px;
	margin: 0 0 5px 0;
	line-height: 0px;
}

div.side p.name {
	padding: 0px;
	margin-bottom: 8px;
}

ul#category {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 220px;
}

ul#category li {
	padding: 0px;
	margin: 0px 0px 10px;
	line-height: 0px;
}

ul#banner {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	width: 220px;
}

ul#banner li {
	padding: 0px;
	margin: 0px 0px 10px;
	line-height: 0px;
}

div.side p#info {
	font-size: 12px;
	margin: 8px 0px 0px;
}

.thumbnail img, #product_left img {
	border: 1px solid #c5b0a4;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 705px;
	margin:25px 0px 20px 0px;
}

.thumbnail {
	width:126px;
	float: left;
	margin:10px 15px 0 0;
}

.thumbnail p {
	margin:5px 0 0 0;
}

.no_results {
	margin:30px 0 0 0;
}

ul.text_list {
	margin-left:20px;
}

ul.text_list li {
	margin-top:10px;
}

table.pay {
	width:100%;
	border-collapse:collapse;
}

table.pay th {
	white-space: nowrap;
	text-align:center;
	border: 1px solid #d5caba;
	padding:7px;
	background: #eeddd2;
}

table.pay td {
	text-align:center;
	border: 1px solid #d5caba;
	padding:7px;
}

table.postage {
	width:100%;
	border-collapse:collapse;
}

table.postage th {
	white-space: nowrap;
	text-align:center;
	border: 1px solid #d5caba;
	padding:7px;
	background: #eeddd2;
}

table.postage td {
	text-align:center;
	border: 1px solid #d5caba;
	padding:7px;
}

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

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

/*　フッター（コピーライト）　*/
.footer {
	color:#9e9381;
 	width:100%;
	clear:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0c8bb;
	padding-top:5px;
	margin-top:20px;
}

.footer .left {
	float:left;
	padding-bottom:10px;
}

.footer .right {
	float:right;
	text-align:right;
	padding-bottom:10px;
}

p#copyright {
	margin-top: 15px;	
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;
}