@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
}

body{
	margin: 0;
	padding:0;
	background:#DDD url(http://img13.shop-pro.jp/PA01075/569/etc/64.gif);
	color:#666;
	font-size: 11px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

br.clear {	clear: both;}


/* ---------------------------------
 * リンクの色設定（初級モードで設定）
 * --------------------------------- */

a:link    {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active  {color: #000000; text-decoration: none;}
a:hover   {color: #33CCCC; text-decoration: none;}

/*ショップタイトル-リンク色指定*/
#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}


/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

/*ページ中央の幅*/
#wrapper {
	margin:0 auto;
	padding:30px;
	width:980px;/* 初期モードで設定 */
	background:#FFF;
}

#header {
	width:100%;
	text-align: center;
}

	#header table{
		width: 100%;
		vertical-align:top;
	}

#content{	margin: 30px 0 0 0;}


#side {
	margin: 0;
	padding:0;
	width:150px;
	float:left;
}

#main {
	margin: 0;
	padding:0;
	width: 800px;
	float: right;
	}

#footer {
	margin:0;
	padding:0;

	width:100%;
	height:350px;

	background-color:#000;	
	text-align:center;
}


/* ------------------------------------- 
 *	商品画像のサイズ・装飾設定(商品画像のサイズは「画像サイズ設定」で行います)
 * ------------------------------------- */

/* 画像のボーダー */
img.border {	border:1px #CCC solid;}

/* メイン画像（大サイズ）*/
img.mainimg {
	border:1px #CCC solid;
	margin-bottom:10px;
}

/* 商品のその他画像のサイズ */
img.thumnail {
	width:100px;
}

img {border:none;}
.small {font-size:10px;}
.right {text-align:right;}
.center {text-align:center;}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:3px 10px 0px 10px;
	}

/*ヘッダーメニューの背景*/
/*#header_menu {
	height:135px;
	background:#9DD22C url(http://img.shop-pro.jp/tmpl_img/25/header_menu.gif) repeat-x;
	text-align:right;
}*/


/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	text-align: left;
	color:#000;
	font-size:22px;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

/*#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:12px;
	margin-right:5px;
}*/

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */

/*検索ボックス*/
#search {
	margin : 0 0 30px 0;

	font-size : 15px;
	text-align: center;
}

#search select,input {
	width : 148px;

	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px dotted #000;
	border-left: 1px solid #000;
}
#search input.button {
	width : 150px;
	border: none;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */
#footer_menu {
	/*border-top:1px #000000 solid;*/
	margin-bottom:10px;
	padding-top:70px;
	color:#FFFFFF;
}

address {
	font-style:normal;
	margin:35px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

dl {
	margin-bottom:10px;
} 

#grayzone .top {
	background-position:left top;
}
#grayzone .bottom {
	/*background:url(http://img.shop-pro.jp/tmpl_img/25/grayzone_bottom.gif) no-repeat;*/
	background-position:left bottom;
}

#grayzone dl {margin:0px 0px;}

#grayzone dt img {margin:2px 0px;}

/* リストのタイトル部分（四角の枠） */
#grayzone dt {
	font-weight:bolder;
	background:#FFF;
	/*border:1px #3366FF solid;*/
	margin-bottom:5px;
	padding-top:3px;
}

/* リスト部分（左端にオレンジ色の丸の画像） */
#grayzone dd {
	/*background:url(http://img.shop-pro.jp/tmpl_img/25/dd.gif) no-repeat;*/
	/*background-position:0px 6px;*/
	/*width:150px;*/
	/*padding-left:12px;*/
	margin-bottom:0px;
}


/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
.grayzone {
	/*background:url(http://img.shop-pro.jp/tmpl_img/25/grayzone.gif) repeat-y;*/
	margin-bottom:10px;
}

.grayzone .top {
	/*background:url(http://img.shop-pro.jp/tmpl_img/25/grayzone_top.gif) no-repeat;*/
	background-position:left top;
}
.grayzone .bottom {
	/*background:url(http://img.shop-pro.jp/tmpl_img/25/grayzone_bottom.gif) no-repeat;*/
	background-position:left bottom;
}

.grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #3366FF solid;
	margin-bottom:5px;
	padding-top:3px;
}

.grayzone dl {	margin:0;}

.grayzone dt img {margin:2px 5px;}

.grayzone dd #btn_members_login,
.grayzone dd #btn_members_signup,
.grayzone dd #btn_members_logout {	text-align:center;}

.grayzone dd #btn_members_signup {
	/*padding-top:7px;*/
	margin-top:5px;
	/*border-top:2px #FFF dotted;*/
}

.grayzone dd #btn_members_signup span,
.grayzone dd #btn_members_logout span {
	font-size:10px;
	line-height:1.1em;
	display:block;
	padding-bottom:5px;
}


/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart {
	margin : 0 0 30px 0;
	border-bottom: 1px #333 solid;
}

dl#cart dt {
	background-position:left top;
	text-align:right;
	padding-top:5px;
}

dl#cart dd {
	padding:2px 3px 2px 7px;
	text-align:right;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	text-align:right;
	margin-top:10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

/* ------------------------------------- 
 *	オススメ商品　saideメニュー
 * ------------------------------------- */
#commonRECO ul{
			padding:0;
			margin:5px 0 20px 10px;
			list-style: none inside;

			}

#commonRECO ul li a{
			display:block;
			height:20px;
			width:130px;
			padding-left:10px;
			margin:1px 0;
			text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
			white-space:nowrap;
			overflow: hidden;
			}

		#commonRECO ul li a:link,
		#commonRECO ul li a:visited{	color:#000;
						border-left: #33CCCC solid 1px;}

		#commonRECO ul li a:hover{
						color:#33CCCC;
						border-left: #33CCCC solid 5px;}

	

/* ------------------------------------- 
 *	カテゴリーリスト　saideメニュー
 * ------------------------------------- */


#commonLIST dd a {
			display:block;
			height:11.3px;
			line-height:11.3px;
			width:138px;
			padding-left:12px;
			margin:10px 0px 10px 0px;
}


/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

dl#mailmaga {
	/*border:1px #9999CC solid;*/
}

dl#mailmaga dt {
	font-weight:bolder;
	margin:10px 0px 10px 0px;
}

dl#mailmaga dd {
	margin-bottom:5px;
}
#ad .adR {
	line-height: 13px;
	list-style-type: none;
	height: 13px;
}

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {margin:50px 0px 0px 0px;}
#ad {
	margin-top: 50px;
}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */

table.box {
	width:100%;
	margin:0px auto 5px auto;
	}

/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	height:15px;
	margin-bottom:20px;
	/*background:url(http://img.shop-pro.jp/tmpl_img/25/main_title.gif) repeat-x;*/
	/*background-position:left;*/
}

/*.main_title .point {
	height:27px;
	width:20px;
	float:left;
	background:url(http://img.shop-pro.jp/tmpl_img/25/main_title_point.gif) no-repeat;
	background-position:left;
}*/

.main_title .title {
	height:27px;
	margin-left:0px;
	margin-bottom:20px;
	/*background:url(http://img.shop-pro.jp/tmpl_img/25/main_title_right.gif) no-repeat;*/
	background-position:right;
}

.main_title .title img {margin-top:6px;}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	height: 174px;
	overflow: auto;
	margin-left:10px;
	color:#666666;

}




/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border:2px #CCC solid;
	padding:10px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {margin-bottom:20px;}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	margin : 3px 6px 30px 0;
	padding: 0;
	width  : 19%;
	float  : left;

	text-align : center;
	border-top   : 0px solid #aaa;
	border-right : 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	border-left  : 0px solid #aaa;
}

div.btn_list{
	margin : 0 0 0 auto;
	padding: 0;

	width  : 18px;
	height : 18px;}

/* ------------------------------------- 
 *	会員価格の表示 トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
}

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

/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:99.5%;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

/*table.list td {padding:10px 5px;}*/

/* 商品の名前 */
table.list div.name {
	margin-right:100px;
}

/* 商品の値段 */
table.list div.price {
	color:#33CCFF;
	width:150px;
	float:right;
	text-align:right;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	text-align:right;
	margin-bottom:5px;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
margin:5px 0;
}

.pagenavi span {
	padding:0px 7px;
	color:#CCCCCC;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#000;
	background-position:6px;
	color:#FFFFFF; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	padding:3px 20px;
}

dd#group-list {
	border-top:#FFF dotted 2px;
	padding:0px;
	margin:0px;
	height:1px;
	line-height:0px;
}

.group-list-link {
	margin:5px 0px 0px;
}

/* 会員価格の表示 商品一覧ページ用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

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

/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:10px 0;}

div.detail_img {width:100%;text-align:center;}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

table.spec th {
	background:#EFEFEF;/*商品価格表右側セルの背景色*/
	padding:5px;
	width:100px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
	color:#3399FF;/*商品価格表-販売価格の文字色*/
	font-weight:bolder;
}

/* 商品の説明 */
div.explain {margin:10px 0;}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:center;
	margin-top:10px;
}
div.etc img {
margin:5px;
	}

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

.price_detail {
	padding:0px;
}

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


/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

.search_result {
	margin:5px 20px 20px 20px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#CCCCCC;
}

/* 会員価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_search {
	padding:0px;
}

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

/* ************************************************ 
 *	その他のページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}

/* 会員価格の表示 オプション用 */
.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;
}

/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
}

table#shop td,th {padding:5px;}

table#shop th {
	width:150px;
	background:#DDD;
	text-align:left;
	font-weight:normal;
}

/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}

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

div#privacy {
	margin:10px 20px 20px 20px;
	border:1px #CCC solid;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
}


div#privacy .note {
	padding:5px;
}

#ad .ad_rita {
	font-size: 9px;
	line-height: 7px;
	height: 7px;
}
