@charset "utf-8";

/* --------------------------------

	基本スタイル

-----------------------------------

	- 基本レイアウト・デザイン
	- ヘッダー
	- サイドエリア
	- メインエリア

--------------------------------- */



/* ========================================================================



	- 基本レイアウト・デザイン


 
======================================================================== */

/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color: #000;
	text-align: center;
	background-color: #8e8e8e;
}
#wrapper,
#contents,
#header,
#footer {
	width: 870px;
}
#wrapper {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
	zoom: 1;
	background-image: url(../img/base/bg.png);
	background-repeat: repeat-y;
}
#header {
	position: relative;
	padding: 10px 0 0;
}
	#header { /zoom: 1; }
	#header:after { content: ''; display: block; clear: both; }
#contents {
	background-color: #fff;
	background-image: url(../img/base/contents_bg.gif);
	background-repeat: repeat-y;
}
	#contents { /zoom: 1; }
	#contents:after { content: ''; display: block; clear: both; }
#home #contents {
	background-image: url(none);
}
#main,
#sideL,
#sideR {
	float: left;
	background-color: #fff;
}
#main {
	width: 500px;
	padding: 0 15px;
}
#home #main {
	width: 695px;
	padding: 0 15px 0 0;
}
#sideL {
	width: 180px;
}
#sideR {
	width: 160px;
}
#footer {
	position: relative;
	text-align: center;
	margin: 30px 0 0;
	padding: 15px 0 50px 0;
	border-top: 1px solid #CDCDCD;
}


/* ----------------------------------------------------
	■リンク
---------------------------------------------------- */
a {
	outline: none;
}




/* ========================================================================



	- ヘッダー


 
======================================================================== */

/* ----------------------------------------------------
	■タグライン
---------------------------------------------------- */
#tagline {
	border: 1px solid #eee;
	background-color: #F7F7F7;
	padding: 5px 10px;
	font-size: 10px;
	float: left;
	width: 850px;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
#logo {
	width: 300px;
	height: 80px;
	float: left;
	clear: both;
	padding: 10px 0;
}
#logo a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* ----------------------------------------------------
	■バナー
---------------------------------------------------- */
#header .banner {
	width: 468px;
	height: 60px;
	float: right;
	margin: 20px 0 0;
	overflow: hidden;
	background-position: right;
	text-align: right;
}




/* ========================================================================



	- サイドエリア


 
======================================================================== */

/* ----------------------------------------------------
	■セクション
---------------------------------------------------- */
#sideL .secTitle {
	width: 162px;
	background-color: #eee;
	background-image: url(../img/base/sec_title.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	padding: 1px 0px 6px 18px;
}


/* ----------------------------------------------------
	■ナビゲーション
---------------------------------------------------- */
ul.navi {
	width: 178px;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	margin: 0 0 15px;
}
	ul.navi { /zoom: 1; }
	ul.navi:after { content: ''; display: block; clear: both; }
ul.navi li {
	float: left;
}
ul.navi li.parent {
	border-bottom: 1px solid #CDCDCD;
}
ul.navi li a {
	display: block;
	color: #000000;
	text-decoration: none;
}
ul.navi li a.parent {
	width: 158px;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 1.1;
	background-image: url(../img/base/navi.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
ul.navi li a.parent span {
	border-left: 3px solid #CDCDCD;
	padding: 1px 0 1px 7px;
	display: block;
}
ul.navi li ul.sub {
	border-top: 1px solid #CDCDCD;
}
ul.navi li a.sub {
	width: 143px;
	padding: 6px 10px 6px 25px;
	font-size: 10px;
	border-top: 1px solid #eee;
	background-image: url(../img/base/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-color: #ccc;
}
ul.navi li a.sub:hover {
	background-color: #F9F9F9;
	color: #666666;
}
ul.navi li  ul.sub li:first-child a.sub {
	border-top: none;
}


/* ----------------------------------------------------
	■広告
---------------------------------------------------- */
#sideL .ad,
#sideR .ad {
	margin: 0 0 15px;
	background-color: #fff;
}
.ad160x600 {
	height: 600px;
	width: 160px;
}


/* ----------------------------------------------------
	■SBMボタン
---------------------------------------------------- */
#sideR .sbm {
	width: 160px;
	text-align: center;
}
#sideR .sbm img {
	margin: 0 auto 10px;
	display: block;
}




/* ========================================================================



	- ホーム


 
======================================================================== */

/* ----------------------------------------------------
	■メイン画像
---------------------------------------------------- */
#cover {
	width: 500px;
	margin: 0 0 10px;
}
#cover a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* ----------------------------------------------------
	■ナビゲーション
---------------------------------------------------- */
#main .secTitle {
	width: 482px;
	background-color: #eee;
	background-image: url(../img/base/sec_title.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	padding: 1px 0px 0px 18px;
	margin: 20px 0px 0px;
}
ul.naviAll {
	width: 500px;
	margin: 0 0 15px;
}
	ul.naviAll { /zoom: 1; }
	ul.naviAll:after { content: ''; display: block; clear: both; }
ul.naviAll li {
	float: left;
}
ul.naviAll li a.parent {
	width: 480px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 9px;
	border: 1px solid #cdcdcd;
	color: #000000;
	line-height: 1.1;
	background-image: url(../img/base/naviA_title.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin: 10px 0px 0px;
}
ul.naviAll li a.parent:hover {
	color: #333;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
ul.naviAll li a.parent span {
	border-left: 3px solid #CDCDCD;
	padding: 1px 0 1px 7px;
	display: block;
}


/* ----------------------------------------------------
	■サブカテゴリー一覧
---------------------------------------------------- */
ul.naviAll ul.sub {
	width: 484px;
	border: 1px solid #eee;
	padding: 12px 0 12px 14px;
	background-color: #FAFAFA;
	font-size: 10px;
	line-height: 1.3;
}
	ul.naviAll ul.sub  { /zoom: 1; }
	ul.naviAll ul.sub:after { content: ''; display: block; clear: both; }
ul.naviAll ul.sub li  {
	float: left;
	padding: 2px 12px 2px 0;
}




/* ========================================================================



	- メインエリア


 
======================================================================== */

/* ----------------------------------------------------
	■パンくずリスト
---------------------------------------------------- */
ol#topicpath {
	width: 500px;
	height: 27px;
	font-size: 10px;
	background-image: url(../img/base/topicpath.gif);
	background-repeat: no-repeat;
	line-height: 1;
	overflow: hidden;
}
	ol#topicpath { /zoom: 1; }
	ol#topicpath:after { content: ''; display: block; clear: both; }
ol#topicpath li {
	display: block;
	float: left;
	padding: 8px 15px 0 6px;
	height: 18px;
	background-image: url(../img/base/topicpath_split.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}
ol#topicpath li a {
	float: left;
}
ol#topicpath li.home {
	padding: 0;
}
ol#topicpath li.home a {
	text-indent: -9999px;
	width: 35px;
	height: 26px;
	display: block;
	background-image: url(../img/base/topicpath_split.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}


/* ----------------------------------------------------
	■ページタイトル
---------------------------------------------------- */
#pageTitle {
	width: 470px;
	padding: 16px 14px 14px;
	font-size: 20px;
	background-image: url(../img/base/pageTitle.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
}
#pageTitle span {
	border-left: 4px solid #CDCDCD;
	display: block;
	padding: 2px 0 0 10px;
}


/* ----------------------------------------------------
	■広告
---------------------------------------------------- */
.ads468x60 {
	width: 468px;
	padding: 0 16px 10px;
}
.ads468x15 {
	width: 470px;
	height: 15px;
	padding: 10px 15px 5px;
}

/* ----------------------------------------------------
	■メインエリア下部
---------------------------------------------------- */
.mainAdB {
	width: 468px;
	padding: 20px 16px;
}




/* ========================================================================



	- 商品一覧


 
======================================================================== */

/* ----------------------------------------------------
	■ソートメニュー
---------------------------------------------------- */
.sortMenu {
	width: 500px;
	text-align: center;
	padding: 15px 0;
}


/* ----------------------------------------------------
	■絞り込み
---------------------------------------------------- */
.priceRange {
	width: 500px;
	text-align: center;
	padding: 0 0 15px;
}
.priceRange span.price {
	background-image: url(../img/spin/spin-button.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 14px;
	padding: 1px 0;
}
.priceRange input.price {
	font-size: 12px;
	height: 17px;
	margin: 0 16px 0 0;
	padding: 1px 0;
	width: 60px;
	background-color: #FFFFFF;
	line-height: 1.4;
	font-family: Arial;
	border: 1px solid #8e8e8e;
	ime-mode: disabled;
	vertical-align: middle;
	text-align: right;
}
.priceRange input.word {
	font-size: 12px;
	line-height: 1.4;
	height: 17px;
	padding: 1px 2px;
	margin: 0 0 1px;
	width: 140px;
	border: 1px solid #8e8e8e;
	vertical-align: middle;
}
.priceRange input.placeholder {
	color: #999;
}
.priceRange button {
	height: 21px;
	width: 70px;
	margin: 0 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	background-color: #fff;
	border-style: none;
	cursor: pointer;
	vertical-align: middle;
	background-image: url(../img/base/btn_searchB.gif);
}
.priceRange button:hover {
	background-position: 0 bottom;
}


/* ----------------------------------------------------
	■メッセージ
---------------------------------------------------- */
.msg {
	width: 498px;
	padding: 40px 0;
	margin: 20px 0;
	border: 1px solid #D1BC7A;
	background-color: #FFFAEC;
	text-align: center;
	font-size: 12px;
	color: #746127;
}



/* ----------------------------------------------------
	■サブカテゴリー一覧
---------------------------------------------------- */
ul.naviM  {
	width: 484px;
	border: 1px solid #eee;
	padding: 12px 0 12px 14px;
	margin: 5px 0;
	background-color: #FAFAFA;
	font-size: 10px;
	line-height: 1.3;
}
	ul.naviM  { /zoom: 1; }
	ul.naviM:after { content: ''; display: block; clear: both; }
ul.naviM li  {
	float: left;
	padding: 2px 12px 2px 0;
}


/* ----------------------------------------------------
	■商品ボックス
---------------------------------------------------- */
.items {
	border-top: 1px dotted #CDCDCD;
	margin: 15px 0;
}
.itemBox {
	width: 500px;
	padding: 15px 0;
	border-bottom: 1px dotted #CDCDCD;
}
	.itemBox { /zoom: 1; }
	.itemBox:after { content: ''; display: block; clear: both; }

/* 商品写真
---------------------------------------------------- */
.itemBox .pic {
	width: 136px;
	float: left;
	text-align: center;
}
.itemBox .pic img {
	padding: 3px;
	margin: 0 auto;
	border-top: 1px solid #eee;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CDCDCD;
}

/* 商品説明
---------------------------------------------------- */
.itemBox .itemText {
	width: 354px;
	float: right;
	line-height: 1.5;
}
.itemBox .itemText .name {
	margin: 0 0 8px;
}
.itemBox .itemText .text {
	font-size: 11px;
	margin: 0 0 5px;
	word-break: break-all;
}
.itemBox .itemText .shop {
	font-size: 10px;
	line-height: 1.1;
	text-align: right;
}

/* 金額*/
.itemBox .itemText .price {
	line-height: 1.1;
	margin: 0 0 8px;
	text-align: right;
}
.itemBox .itemText .price .yen {
	font-size: 12px;
}
.itemBox .itemText .price .num {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.itemBox .itemText .price .tax {
	font-size: 10px;
}


/* ----------------------------------------------------
	■ページャー
---------------------------------------------------- */
div.pager {
	width: 100%;
	font-size: 10px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
}
ul.pager {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.5;
	left: 50%;
	float: left;
	position: relative;
}
ul.pager li {
	position: relative;
	left: -50%;
	float: left;
	text-align: center;
}
ul.pager li.lastBtn {
	padding-left: 15px;
	background-image: url(../img/base/pager_dot.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
ul.pager li a,
ul.pager li span {
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 0;
	border: 1px solid #e6e6e6;
	color: #333;
	width: 25px;
	text-decoration: none;
}
ul.pager li span {
	color: #333;
}
ul.pager li a:hover {
	border: 1px solid #00a1e4;
	color: #fff;
	background-color: #00a1e4;
}
ul.pager li.on span {
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
}
ul.pager li.prevBtn a,
ul.pager li.nextBtn a,
ul.pager li.prevBtn span,
ul.pager li.nextBtn span {
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: 1px solid #fff;
	width: 20px;
	background-color: #fff;
}
ul.pager li.prevBtn a,
ul.pager li.nextBtn a {
	background-image: url(../img/base/pager.gif);
}
ul.pager li.prevBtn a {
	background-position: -12px center;
}
ul.pager li.nextBtn a {
	background-position: 7px center;
}
ul.pager li.prevBtn a:hover,
ul.pager li.nextBtn a:hover {
	background-color: #fff;
	border: 1px solid #fff;
}




/* ========================================================================



	- 商品詳細


 
======================================================================== */

/* ----------------------------------------------------
	■商品ボックス
---------------------------------------------------- */
.detailBox {
	width: 500px;
	margin: 10px 0 25px;
	position: relative;
}
	.detailBox { /zoom: 1; }
	.detailBox:after { content: ''; display: block; clear: both; }


/* ----------------------------------------------------
	■画像
---------------------------------------------------- */
.detailBox .pic {
	width: 256px;
	float: left;
	overflow: hidden;
	text-align: center;
}


/* ----------------------------------------------------
	■説明
---------------------------------------------------- */
.detailBox .text {
	width: 230px;
	float: right;
	margin: 0 0 100px;
}

/* 商品名 */
.detailBox .text .name {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 5px;
}

/* 店舗名 */
.detailBox .text .shop {
	font-size: 10px;
	line-height: 1.1;
	margin: 0 0 15px;
	text-align: right;
}

/* 金額 */
.detailBox .text .price {
	line-height: 1.1;
	position: absolute;
	right: 0;
	bottom: 70px;
}
.detailBox .text .price .yen {
	font-size: 16px;
}
.detailBox .text .price .num {
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.detailBox .text .price .tax {
	font-size: 14px;
}

/* 購入ボタン */
.detailBox .text .btn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* ----------------------------------------------------
	■詳細説明
---------------------------------------------------- */
.detailText {
	width: 500px;
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.8;
}


/* ----------------------------------------------------
	■詳細ボタン（大）
---------------------------------------------------- */
.shopBtn {
	width: 500px;
	text-align: center;
	margin: 40px 0 10px;
}
.shopBtnimg {
	margin: 0 auto;
}


/* ----------------------------------------------------
	■ショップリンク
---------------------------------------------------- */
.shopLink {
	width: 500px;
	text-align: center;
	font-size: 11px;
	margin: 0 0 30px;
}




/* ========================================================================



	- フッター


 
======================================================================== */

/* ----------------------------------------------------
	■ページの先頭へ戻る
---------------------------------------------------- */
#pagetop {
	position: relative;
	height: 45px;
	width: 960px;
	background-repeat: no-repeat;
}
#pagetop a {
	position: absolute;
	top: 0;
	right: 0px;
}
#pagetop a {
	width: 110px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-color: #333; /* color.css */
	background-image: url(../../../0/common/img/base/btn_pagetop.gif);
	background-repeat: no-repeat;
}
#pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* ----------------------------------------------------
	■フッターナビ
---------------------------------------------------- */
ul#naviF {
	line-height: 1;
	overflow: hidden;
	padding: 20px 0;
	font-size: 10px;
	text-align: center;
	zoom: 1;
}
ul#naviF li { /* inline-block */
	padding: 0 10px 10px;
	display: -moz-inline-box;   
	display: inline-block;   
	/display: inline;   
	/margin-right: 3px;   
	/zoom: 1;   
}
ul#naviF a {
	display: block;
	color: #000;
}
ul#naviF a:hover {
	color: #666;
}


/* ----------------------------------------------------
	■コピーライト
---------------------------------------------------- */
#copyright {
	line-height: 1;
	padding: 0 0 60px;
	color: #808080;
	font-size: 10px;
	text-align: center;
}
#copyright a {
	color: #333;
	text-decoration: none;
}
#copyright address {
	display: inline;
}



/* End */