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

body {
	color: #000000;
	font-size: small;
	/*font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";*/
        font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #ffffff;
	text-align:center;
}

#container a:hover img{
	opacity:0.8; 
	filter:alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
}


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

img {
	border: 0px;
}


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

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

/*ヘッダー（ページタイトル）*/
.header {
 width:100%;
 float: left;
 height: 75px;
}

.header a{
 font-size:15px;
 font-weight: bold;
 margin-right:15px;
 color: #524940;
}

/*ヘッダー（グローバルメニュー）*/
.globalmenu {
 background-color: #524940;
 width:100%;
 float: left;
 height: 30px;
}

.globalmenu a{
 font-size:15px;
 font-weight: bold;
 margin-left: 20px;
 position: relative;
 top: 5px;
 color: #FDF1E5;
}

#search {
 background-color:#524940;
 padding-top:5px;
 padding-bottom:5px;
 padding-left: 5px;
 color:#FDF1E5;
 clear: both;
 //width:205px;
}

#search strong{
 font-size: 15px;
}

#category {
 border-style:solid;
 border-color:#524940;
 border-width:2px;
 padding-top:5px;
 padding-bottom:5px;
 padding-left:5px;"
}

#category img{
 box-shadow: 6px 6px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

#category img:hover{
 box-shadow:none;
 filter: Alpha(opacity=100);
 opacity: 1.0;
 position: relative;
 left: 2px;
 top: 2px;

}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:210px;
	margin-left: 0px;
        padding-right: 30px;
        color: #524940;
}

.side strong{
	font-size: 15px;
}

.side img {
        margin-top:5px;
        margin-bottom:5px;
        display: inline-block; 
}

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

.owner_photo {
	max-width: 100%;
	height: auto;
}

/*　画面右側の幅　*/
.main {
 position:relative;
 width:660px;
 float: left;

}


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

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

/*　フッター（コピーライト）　*/
.footer {
 //width:100%;
 left: 5px;
 position: relative;
 clear:both;

}

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

/*-----------------------------------------
商品PRバナー
------------------------------------------*/
.pr_header {
	width: 650px;
	padding-top:5px;
}

.pr_header img{
	width: 210px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
}


