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


body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.4em;
	background-color: #ffffff;
	text-align:center;
}


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

img {
	border: 0px;
}

a{transition:.5s linear;}
a:hover{transition:.5s linear; opacity:0.5}

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

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

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

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

/*　画面右側の幅　*/
.main {
	float: left;
	width: 613px;
}

/*　左カラム　*/
.sideBox {
	width: 180px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 10px;
}
.sideBox2 {
	width: 180px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sideBox3 {
	width: 180px;
	padding-top: 15px;
}


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

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

/*　フッター（コピーライト）　*/
.footer {
	width:100%;
	clear:left;
	padding-top: 20px;
	padding-bottom: 30px;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}
.footMenu {
	width: 800px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eee;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

#Option {
	padding:0px 10px 10px 10px;
}

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#CCC;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	background-color:#EEE;
	padding: 5px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 5px;
}

.option_btn {
	margin-top:10px;
}

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

.price_detail_stock {
	padding:0px;
}

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


.bx-wrapper .bx-pager {
margin-bottom:8px auto 12px !important;
}
.bx-wrapper {
margin:0 auto 40px !important;
}
.bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 0 #ccc !important;
-webkit-box-shadow: 0 0 0 #ccc !important;
box-shadow: 0 0 0 #ccc !important;
border: solid #fff 0 !important;
left: 0 !important;
background: none !important;
}
#gmo_CMSPbar {
display:none !important;
}