@charset "UTF-8";


/* フォントサイズ表 */
/*
10ピクセル⇒font-size:77%
11ピクセル⇒font-size:85%
12ピクセル⇒font-size:92%
13ピクセル⇒font-size:100%
14ピクセル⇒font-size:107%
15ピクセル⇒font-size:114%
16ピクセル⇒font-size:122%
17ピクセル⇒font-size:129%
18ピクセル⇒font-size:136%
*/

/* 外枠 */
#body-wrap {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	position: relative;
	text-align: left;
}
/* レイアウト */
/* コンテンツ */
#contents {
	margin-bottom: 15px;
	padding-top: 210px;
	clear: both;
	width: 950px;
}
#main {
	width: 620px;
	float: left;
	overflow: hidden;
}
#sub {
	width: 310px;
	float: right;
	overflow: hidden;
}

/* ロゴ */
#logo {
	position: absolute;
	top: 10px;
	left: 0;
}

/* サマリー */
#summary {
	position: absolute;
	width: 332px;
	height: 40px;
	top: 10px;
	left: 150px;
	font-size: 77%;
	color: #888;
	display: block;
	vertical-align: top;
}

/* ユーザー補助 */
#assist-nav-top {
	position: absolute;
	top: 45px;
	left: 0px;
	display: block;
}
	#assist-nav-top li {
		margin-right:4px;
		display: inline;
		float: left;
		font-size: 77%;
		white-space: nowrap;
	}
	#assist-nav-top li a {
		display: block;
	}
	#assist-nav-top li#ba-gui a {
		width: 105px;
		height: 16px;
		line-height: 16px;
		background: url(../img/btn/btn_gui.gif) left 0 no-repeat;
		display: block;
		text-align: center;
	}
	#assist-nav-top li#ba-inq a {
		width: 85px;
		height: 16px;
		line-height: 16px;
		background: url(../img/btn/btn_inq.gif) left 0 no-repeat;
		display: block;
		text-align: center;
	}
	#assist-nav-top li a:link,
	#assist-nav-top li a:visited {
		color:#333;
	}
	#assist-nav-top li a:hover,
	#assist-nav-top li a:active{
		color:#333;
		text-decoration:none;
	}
	#assist-nav-top li#ba-gui a:hover,
	#assist-nav-top li#ba-gui a:focus,
	#assist-nav-top li#ba-gui a:active,
	#assist-nav-top li#ba-inq a:hover,
	#assist-nav-top li#ba-inq a:focus,
	#assist-nav-top li#ba-inq a:active,
	#assist-nav-top li#ba-rss a:hover,
	#assist-nav-top li#ba-rss a:focus,
	#assist-nav-top li#ba-rss a:active {
		background-position: left -16px;
	}

/* ナビゲーション1(メイン) */
#nav-wrap1 {
	position: absolute;
	top: 72px;
	left: 0px;
	height:30px;
	width: 950px;
	z-index: 1;
}
#etc-nav-top {
	float:left;
	height:30px;
}
	#etc-nav-top li {
		float:left;
	}
	#etc-nav-top li a {
		display: block;
		font-size: 82%;
		color: #333;
		height:30px;
		line-height: 30px;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #ddd;
	}
	li#etc-upd a {
		background: url(../img/back_h_etc.gif) left 0 no-repeat;
		width: 6em;	/* 更新情報 */
	}
	li#etc-rank a {
		background: url(../img/back_h_etc.gif) -4px 0 no-repeat;
		width: 7em;	/* ランキング */
	}
	li#etc-info a {
		background: url(../img/back_h_etc.gif) -4px 0 no-repeat;
		width: 15em;	/* ショップインフォメーション */
	}
	li#etc-brand a {
		background: url(../img/back_h_etc.gif) right 0 no-repeat;
		border-right: none;
		width: 8em;	/* ブランド一覧 */
	}

	li#etc-rank a:hover,
	li#etc-rank a:focus,
	li#etc-rank a:active,
	li#etc-info a:hover,
	li#etc-info a:focus,
	li#etc-info a:active {
		text-decoration:none;
		background-position: -4px -30px;
		color: #001533;
	}
	li#etc-upd a:hover,
	li#etc-upd a:focus,
	li#etc-upd a:active {
		text-decoration:none;
		background-position: left -30px;
		color: #001533;
	}
	li#etc-brand a:hover,
	li#etc-brand a:focus,
	li#etc-brand a:active {
		text-decoration:none;
		background-position: right -30px;
		color: #001533;
	}

	li#etc-rank a.page-now,
	li#etc-info a.page-now {
		background-position: -4px -60px;
	}
	li#etc-upd a.page-now {
		background-position: left -60px;
	}
	li#etc-brand a.page-now {
		background-position: right -60px;
	}

	/* 閲覧履歴 */
	li#etc-log a,
	li#etc-log a span {
		display: block;
		background: url(../img/back_h_etc.gif) no-repeat;
		cursor: pointer;
	}
	li#etc-log a {
		margin-left: 10px;
		padding-left: 0;
		padding-right: 6px;
		position: relative;
		top: 0;
		z-index: 2;
		white-space: nowrap;
		background-position: right 0;
		border-right: none;
	}
	li#etc-log a:hover,
	li#etc-log a:focus,
	li#etc-log a:active {
		background-position: right -30px;
		outline: 0; /* prevent dotted border in Firefox */
		color: #001533;
		text-decoration:none;
	}
	li#etc-log a.page-now {
		background-position: right -60px;
	}
	li#etc-log a span {
		padding-left: 12px;
		padding-right: 6px;
		height: 30px; /* IE 6 treats height as min-height */
		min-height: 30px;
		line-height: 30px;
		background-position: left 0;
	}
	li#etc-log a:hover span,
	li#etc-log a:focus span,
	li#etc-log a:active span {
		background-position: left -30px;
	}
	li#etc-log a.page-now span {
		background-position: left -60px;
	}

/* ヘッダーサーチ */
form#header-search,
table#hs-list {
	margin: 0;
	height: 30px;
	display: block;
	background: url(../img/back_h_search.gif) no-repeat;
}
form#header-search {
	padding-right: 10px;
	float: right;
	background-position: right 0;
}

table#hs-list {
	padding-left: 10px;
}
table#hs-list td {
	padding-top: 3px;
	padding-left: 5px;
	vertical-align: middle;
}
input#kw {
	display: block;
	width: 200px;
	font-size: 92%;
}
select#mc {
	font-size: 92%;
}
table#hs-list td.hs-sub input {
	font-size: 92%;
}


/* ナビゲーション2(カテゴリー) */
#nav-wrap2 {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 950px;
	height: 30px;
}
	#cate-nav-top1 li,
	#cate-nav-top2 li {
		float: left;
	}
	
	#cate-nav-top1 li a,
	#cate-nav-top2 li a {
		height: 28px;
		display: block;
		white-space: nowrap;
		text-align: center;
		border-right: 1px solid #ddd;
		color: #333;
	}
	#cate-nav-top1 li a {
		padding-top:3px;
	}
	#cate-nav-top2 li a {
		padding-top:2px;
		border-top: 1px solid #ddd;
	}
	#cate-nav-top1 li a .eng,
	#cate-nav-top2 li a .eng {
		display: block;
		font-size: 85%;
		font-weight: bold;
		line-height: 1.3;
	}
	#cate-nav-top1 li a .ja,
	#cate-nav-top2 li a .ja {
		display: block;
		font-size: 70%;
		line-height: 1;
	}

	/* サイズ調整 */
	#cate-nav-top1 li#t0101 a { width: 99px; background: url(../img/back_h_cate.gif) left 0 no-repeat; }	/* スニーカー/ブーツ */
	#cate-nav-top1 li#t0102 a { width: 95px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* ジーンズ */
	#cate-nav-top1 li#t0107 a { width: 81px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* パンツ */
	#cate-nav-top1 li#t0112 a { width: 93px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* ショートパンツ */
	#cate-nav-top1 li#t0103 a { width: 91px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* 半袖Tシャツ */
	#cate-nav-top1 li#t0113 a { width: 91px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* 長袖Tシャツ */
	#cate-nav-top1 li#t0104 a { width: 91px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* 半袖シャツ */
	#cate-nav-top1 li#t0105 a { width: 91px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* 長袖シャツ */
	#cate-nav-top1 li#t0106 a { width: 93px; background: url(../img/back_h_cate.gif) -4px 0 no-repeat; }	/* ポロシャツ */
	#cate-nav-top1 li#t0109 a { width: 116px; background: url(../img/back_h_cate.gif) right 0 no-repeat; border-right: none; }	/* ジャージ */

	#cate-nav-top2 li#t0110 a { width: 91px; background: url(../img/back_h_cate.gif) left -30px no-repeat; }	/* スウェット */
	#cate-nav-top2 li#t0114 a { width: 99px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* スウェットパーカ */
	#cate-nav-top2 li#t0118 a { width: 89px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* ニット */
	#cate-nav-top2 li#t0111 a { width: 89px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* ジャケット */
	#cate-nav-top2 li#t0108 a { width: 89px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* 財布 */
	#cate-nav-top2 li#t0115 a { width: 89px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* バッグ */
	#cate-nav-top2 li#t0116 a { width: 121px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* キャップ/ハット/ビーニー */
	#cate-nav-top2 li#t0117 a { width: 89px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* ベルト */
	#cate-nav-top2 li#t0199 a { width: 95px; background: url(../img/back_h_cate.gif) -4px -30px no-repeat; }	/* アクセサリー */
	#cate-nav-top2 li#t0201 a { width: 90px; background: url(../img/back_h_cate.gif) right -30px no-repeat; border-right: none; }	/* 時計 */

	#cate-nav-top1 li#t0102 a:hover,
	#cate-nav-top1 li#t0102 a:focus,
	#cate-nav-top1 li#t0102 a:active,
	#cate-nav-top1 li#t0107 a:hover,
	#cate-nav-top1 li#t0107 a:focus,
	#cate-nav-top1 li#t0107 a:active,
	#cate-nav-top1 li#t0112 a:hover,
	#cate-nav-top1 li#t0112 a:focus,
	#cate-nav-top1 li#t0112 a:active,
	#cate-nav-top1 li#t0103 a:hover,
	#cate-nav-top1 li#t0103 a:focus,
	#cate-nav-top1 li#t0103 a:active,
	#cate-nav-top1 li#t0113 a:hover,
	#cate-nav-top1 li#t0113 a:focus,
	#cate-nav-top1 li#t0113 a:active,
	#cate-nav-top1 li#t0104 a:hover,
	#cate-nav-top1 li#t0104 a:focus,
	#cate-nav-top1 li#t0104 a:active,
	#cate-nav-top1 li#t0105 a:hover,
	#cate-nav-top1 li#t0105 a:focus,
	#cate-nav-top1 li#t0105 a:active,
	#cate-nav-top1 li#t0106 a:hover,
	#cate-nav-top1 li#t0106 a:focus,
	#cate-nav-top1 li#t0106 a:active {
		text-decoration:none;
		background-position: -4px -60px;
		color: #001533;
	}
	#cate-nav-top2 li#t0114 a:hover,
	#cate-nav-top2 li#t0114 a:focus,
	#cate-nav-top2 li#t0114 a:active,
	#cate-nav-top2 li#t0118 a:hover,
	#cate-nav-top2 li#t0118 a:focus,
	#cate-nav-top2 li#t0118 a:active,
	#cate-nav-top2 li#t0111 a:hover,
	#cate-nav-top2 li#t0111 a:focus,
	#cate-nav-top2 li#t0111 a:active,
	#cate-nav-top2 li#t0108 a:hover,
	#cate-nav-top2 li#t0108 a:focus,
	#cate-nav-top2 li#t0108 a:active,
	#cate-nav-top2 li#t0115 a:hover,
	#cate-nav-top2 li#t0115 a:focus,
	#cate-nav-top2 li#t0115 a:active,
	#cate-nav-top2 li#t0116 a:hover,
	#cate-nav-top2 li#t0116 a:focus,
	#cate-nav-top2 li#t0116 a:active,
	#cate-nav-top2 li#t0117 a:hover,
	#cate-nav-top2 li#t0117 a:focus,
	#cate-nav-top2 li#t0117 a:active,
	#cate-nav-top2 li#t0199 a:hover,
	#cate-nav-top2 li#t0199 a:focus,
	#cate-nav-top2 li#t0199 a:active {
		text-decoration:none;
		background-position: -4px -90px;
		color: #001533;
	}
	#cate-nav-top1 li#t0102 a.page-now,
	#cate-nav-top1 li#t0107 a.page-now,
	#cate-nav-top1 li#t0112 a.page-now,
	#cate-nav-top1 li#t0103 a.page-now,
	#cate-nav-top1 li#t0113 a.page-now,
	#cate-nav-top1 li#t0104 a.page-now,
	#cate-nav-top1 li#t0105 a.page-now,
	#cate-nav-top1 li#t0106 a.page-now {
		background-position: -4px -120px;
	}
	#cate-nav-top2 li#t0114 a.page-now,
	#cate-nav-top2 li#t0118 a.page-now,
	#cate-nav-top2 li#t0111 a.page-now,
	#cate-nav-top2 li#t0108 a.page-now,
	#cate-nav-top2 li#t0115 a.page-now,
	#cate-nav-top2 li#t0116 a.page-now,
	#cate-nav-top2 li#t0117 a.page-now,
	#cate-nav-top2 li#t0199 a.page-now {
		background-position: -4px -150px;
	}
	
	/* スニーカー/ブーツ */
	#cate-nav-top1 li#t0101 a:hover,
	#cate-nav-top1 li#t0101 a:focus,
	#cate-nav-top1 li#t0101 a:active {
		text-decoration:none;
		background-position: left -60px;
		color: #001533;
	}
	#cate-nav-top1 li#t0101 a.page-now {
		background-position: left -120px;
	}
	/* ジャージ */
	#cate-nav-top1 li#t0109 a:hover,
	#cate-nav-top1 li#t0109 a:focus,
	#cate-nav-top1 li#t0109 a:active {
		text-decoration:none;
		background-position: right -60px;
		color: #001533;
	}
	#cate-nav-top1 li#t0109 a.page-now {
		background-position: right -120px;
	}
	/* スウェット */
	#cate-nav-top2 li#t0110 a:hover,
	#cate-nav-top2 li#t0110 a:focus,
	#cate-nav-top2 li#t0110 a:active {
		text-decoration:none;
		background-position: left -90px;
		color: #001533;
	}
	#cate-nav-top2 li#t0110 a.page-now {
		background-position: left -150px;
	}
	/* 時計 */
	#cate-nav-top2 li#t0201 a:hover,
	#cate-nav-top2 li#t0201 a:focus,
	#cate-nav-top2 li#t0201 a:active {
		text-decoration:none;
		background-position: right -90px;
		color: #001533;
	}
	#cate-nav-top2 li#t0201 a.page-now {
		background-position: right -150px;
	}



/* ナビゲーション3(テーマ) */
#nav-wrap3 {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 950px;
}
	#nav-wrap3 .nav-wrap-title{
		padding: 0 2px 0 5px;
		display: block;
		float: left;
		font-size: 70%;
		font-weight: normal;
		line-height: 30px;
		height: 30px;
		background: url(../img/back_thtitle.gif) left 0 no-repeat;
	}
	#theme-nav-top {
		float: left;
	}
	#theme-nav-top li {
		float: left;
	}
	#theme-nav-top li a {
		padding-top:2px;
		height: 28px;
		display: block;
		white-space: nowrap;
		text-align: center;
		color: #333;
		border-left: 1px solid #ddd;
	}
	#theme-nav-top li a .eng {
		display: block;
		font-size: 85%;
		font-weight: bold;
		line-height: 1.3;
	}
	#theme-nav-top li a .ja {
		display: block;
		font-size: 70%;
		line-height: 1;
	}
	/* サイズ調整 */
	#theme-nav-top li#american a { width: 139px; background: url(../img/back_h_etc.gif) -4px 0 no-repeat; }	/* アメリカンカジュアル */
	#theme-nav-top li#street a { width: 95px; background: url(../img/back_h_etc.gif) -4px 0 no-repeat; }	/* ストリート */
	#theme-nav-top li#import a { width: 95px; background: url(../img/back_h_etc.gif) right 0 no-repeat; }	/* インポート */

	#theme-nav-top li#american a:hover,
	#theme-nav-top li#american a:focus,
	#theme-nav-top li#american a:active,
	#theme-nav-top li#street a:hover,
	#theme-nav-top li#street a:focus,
	#theme-nav-top li#street a:active {
		text-decoration:none;
		background-position: -4px -30px;
		color: #001533;
	}
	#theme-nav-top li#import a:hover,
	#theme-nav-top li#import a:focus,
	#theme-nav-top li#import a:active {
		text-decoration:none;
		background-position: right -30px;
		color: #001533;
	}
	#theme-nav-top li#american a.page-now,
	#theme-nav-top li#street a.page-now {
		background-position: -4px -60px;
	}
	#theme-nav-top li#import a.page-now {
		background-position: right -60px;
	}

/* 注目テーマ */
#nav-wrap3-1 {
	margin-left: 10px;
	float: left;
}
	#nav-wrap3-1 .nav-wrap-title{
		padding: 0 2px 0 5px;
		display: block;
		float: left;
		font-size: 70%;
		font-weight: normal;
		line-height: 30px;
		height: 30px;
		background: url(../img/back_thtitle.gif) left 0 no-repeat;
	}
	#theme-nav-att {
		float: left;
	}
	#theme-nav-att li {
		float: left;
	}
	#theme-nav-att li a {
		padding: 2px 18px 0 18px;
		height: 28px;
		display: block;
		white-space: nowrap;
		text-align: center;
		color: #333;
		border-left: 1px solid #ddd;
		background: url(../img/back_h_feth.gif) -4px 0 no-repeat;
	}
	
	#theme-nav-att li.fe-last a {
		background-position: right 0;
	}
	#theme-nav-att li a .eng {
		display: block;
		font-size: 85%;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	#theme-nav-att li a .ja {
		display: block;
		font-size: 70%;
		line-height: 1;
		text-align: center;
	}
	#theme-nav-att li a:hover,
	#theme-nav-att li a:focus,
	#theme-nav-att li a:active {
		text-decoration:none;
		background-position: -4px -30px;
		color: #001533;
	}
	#theme-nav-att li.fe-last a:hover,
	#theme-nav-att li.fe-last a:focus,
	#theme-nav-att li.fe-last a:active {
		text-decoration:none;
		background-position: right -30px;
		color: #001533;
	}
	#theme-nav-att li a.page-now {
		background-position: -4px -60px;
	}
	#theme-nav-att li.fe-last a.page-now {
		background-position: right -60px;
	}

/* 各ラベル */
.label {
	font-size: 77%;
}

/* ヘッダーバナー */
#topbanner {
	position: absolute;
	top: 5px;
	right: 0px;
}

/* ソーシャルアイコン */
#social-ico-top {
	position: absolute;
	top: 45px;
	right: 490px;
	display: block;
}
	#social-ico-top li {
		margin-right:5px;
		display: inline;
		float: left;
		font-size: 77%;
		white-space: nowrap;
	}
	#ico-rss a {
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url(../img/icon/ico_rss.png) left 0 no-repeat;
		display: block;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
	}
	#ico-facebook a {
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url(../img/icon/ico_facebook.png) left 0 no-repeat;
		display: block;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
	}
	#ico-twitter a {
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url(../img/icon/ico_twitter.png) left 0 no-repeat;
		display: block;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
	}
	#ico-mixi a {
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url(../img/icon/ico_mixi.png) left 0 no-repeat;
		display: block;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
	}
	#ico-hatena a {
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url(../img/icon/ico_ha.png) left 0 no-repeat;
		display: block;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
	}
	#ico-yahoo a {
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url(../img/icon/ico_yahoo.gif) left 0 no-repeat;
		display: block;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
	}
	#ico-delicious a {
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url(../img/icon/ico_dl.png) left 0 no-repeat;
		display: block;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
	}

/* アイテムラップのタイトル */
#main h2.wrap-title {
	padding: 0 0 0 10px;
	width: 620px;
	height: 24px;
	background:url(../img/title/titleback_main.gif) no-repeat top left;
	font-size: 92%;
	line-height: 24px;
}
#sub h2.wrap-title {
	padding: 0 0 0 7px;
	width: 310px;
	height: 24px;
	background:url(../img/title/titleback_side.gif) no-repeat top left;
	font-size: 92%;
	line-height: 24px;
}

/* アイテムのBOX */
.item-wrap {
	margin-bottom: 15px;
	position: relative;
	clear: both;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


/* フューチャーテーマ */
#fe-li-wrap {
	padding-bottom: 5px;
}

/* ページタイトル */
#title-page {
	margin: 10px 0 10px 0;
}
	#title-page h1 {
		font-size:114%;
	}
	#title-page .comwrap {
		margin: 5px 0 15px 0;
		padding: 5px 10px;
		font-size:85%;
		background-color: #fcfcfc;
		border: 1px solid #eee;
		line-height: 1.6;
	}
.official-link {
	margin-top: 5px;
	display: block;
}

/* パンくずリスト */
ul.crumbs,
ul.crumbs-plus {
	margin-bottom: 1em;
	padding: 4px 2px;
	background-color: #f6f6f6;
}
	ul.crumbs li,
	ul.crumbs-plus li {
		display:inline;
		font-size:85%;
	}
	ul.crumbs li a,
	ul.crumbs-plus li a {
		margin-right:5px;
		padding-right:15px;
		background:url(../img/crumb.gif) no-repeat right center;
	}
ul.crumbs-plus {
	margin-top: -1em;
}
ul.crumbs2 {
	margin-bottom: 1px;
	padding: 4px 0 4px 10px;
	background-color: #f6f6f6;
}
	ul.crumbs2 li {
		display:inline;
		font-size:85%;
	}
	ul.crumbs2 li.parent a {
		margin-right:5px;
		padding-right:15px;
		background:url(../img/crumb.gif) no-repeat right center;
	}
ul.crumbs3 {
	margin-bottom: 1px;
}
	ul.crumbs3 li {
		display:inline;
		font-size:92%;
	}
	ul.crumbs3 li.parent span {
		margin-right:5px;
		padding-right:15px;
		background:url(../img/crumb.gif) no-repeat right center;
	}

/* インフォメーション/アイテム表示部分 */
.inf-row {
	padding: 5px;
	border-top: 1px solid #ddd;
	clear: both;
}
.first-row {
	border-top: none;
}
.inf-half-left {
	padding-left: 5px;
	width: 49%;
	float: left;
}
.inf-half-right {
	width: 49%;
	float: right;
}
/* タイトル表示部分 */
.inf-row h3 {
	margin-bottom: 2px;
	font-size: 92%;
	display: block;
}

/* サムネイル表示部分 */
.inf-row .col-img {
	width: 90px;
	float: left;
}

/* コンテンツ部 */
.inf-row .col-cont {
	display: inline;
	width: 100%;
}

/* インフォメーション＆アイテムコメント */
.inf-com,
.g-com {
	margin-left: 90px;
	font-size: 85%;
	line-height: 1.4;
}
.inf-com-noimg {
	font-size: 85%;
	line-height: 1.4;
}

/* ショップ表示部分 */
.shop {
	margin-left: 90px;
	font-size: 75%;
	color: #666;
}
.shop-noimg {
	font-size: 75%;
	color: #666;
}
/* 日付表示部分 */
.date {
	font-size: 100%;
}

/* スペシャルピックアップ&写真のみ表示 */
#sp-pic-wrap,
#wa-sp-pic-wrap {
	padding: 5px 0;
}
.sp-pic-row {
	margin: 0 0 5px 5px;
	clear: left;
}
	.sp-pic-row li {
		margin: 0 4px;
		float: left;
		width: 93px;
		font-size: 77%;
		display: inline;
	}
.pic-row {
	margin: 0 0 5px 5px;
	clear: left;
}
	.pic-row li {
		margin: 0 5px;
		float: left;
		width: 111px;
		font-size: 77%;
		display: inline;
	}

/* リスト表示 */
table.item-list {
	width: 620px;
}
table.item-list tr.color td {
	background-color: #eff0f2;
}
.lis-row .list-shop {
	white-space: nowrap;
	overflow: hidden;
}
.lis-row .list-item h3 {
	font-size: 85%;
	font-weight: normal;
}


/* 注目ブランド */
ul.p-brand {
	clear: both;
	font-size: 77%;
}
ul.p-brand li a {
	padding: 2px 0 2px 5px;
}


/* ローカルリンクボタン */
.link-lp {
	float: right;
}
/* ...もっと見るリンク */
.more {
	float: right;
}

/* ボタン-Sサイズ */
.item-wrap .link-lp-t {
	position: absolute;
	top: -21px;
	right: 4px;
	width: 50px;
	height: 19px;
}
.link-lp-t a {
	font-size: 10px;
	width: 50px;
	height: 19px;
	line-height: 19px;
	background: url(../img/btn/btn_hmws.gif) left 0 no-repeat;
	display: block;
	text-align: center;
}
.link-lp-t a:hover { background-position: left -19px; }
.link-lp-t a:link    { color: #262627; }
.link-lp-t a:visited { color: #262627; }
.link-lp-t a:hover   { color: #262627; text-decoration:none; }

/* ボタン-Mサイズ */
#wa-upd-wrap .link-lp-wrap,
#upd-wrap .link-lp-wrap,
#rel-wrap .link-lp-wrap,
#shop-wrap .link-lp-wrap,
#p-b-wrap .link-lp-wrap,
#att-shop-wrap .link-lp-wrap {
	margin: 1px;
	padding: 2px;
	background-color: #eee;
}
.more a,
#wa-upd-wrap .link-lp-wrap .link-lp a,
#upd-wrap .link-lp-wrap .link-lp a,
#rel-wrap .link-lp-wrap .link-lp a,
#shop-wrap .link-lp-wrap .link-lp a,
#p-b-wrap .link-lp-wrap .link-lp a,
#att-shop-wrap .link-lp-wrap .link-lp a {
	font-size: 10px;
	width: 85px;
	height: 19px;
	line-height: 19px;
	background: url(../img/btn/btn_hmwm.gif) left 0 no-repeat;
	display: block;
	text-align: center;
}
.more a:hover,
#wa-upd-wrap .link-lp-wrap .link-lp a:hover,
#upd-wrap .link-lp-wrap .link-lp a:hover,
#rel-wrap .link-lp-wrap .link-lp a:hover,
#shop-wrap .link-lp-wrap .link-lp a:hover,
#p-b-wrap .link-lp-wrap .link-lp a:hover,
#att-shop-wrap .link-lp-wrap .link-lp a:hover {
	background-position: left -19px;
}
.more a:link,
#wa-upd-wrap .link-lp-wrap .link-lp a:link,
#upd-wrap .link-lp-wrap .link-lp a:link,
#rel-wrap .link-lp-wrap .link-lp a:link,
#shop-wrap .link-lp-wrap .link-lp a:link,
#p-b-wrap .link-lp-wrap .link-lp a:link,
#att-shop-wrap .link-lp-wrap .link-lp a:link,
.more a:visited,
#wa-upd-wrap .link-lp-wrap .link-lp a:visited,
#upd-wrap .link-lp-wrap .link-lp a:visited,
#rel-wrap .link-lp-wrap .link-lp a:visited,
#shop-wrap .link-lp-wrap .link-lp a:visited,
#p-b-wrap .link-lp-wrap .link-lp a:visited,
#att-shop-wrap .link-lp-wrap .link-lp a:visited,
.more a:hover,
#wa-upd-wrap .link-lp-wrap .link-lp a:hover,
#upd-wrap .link-lp-wrap .link-lp a:hover,
#rel-wrap .link-lp-wrap .link-lp a:hover,
#shop-wrap .link-lp-wrap .link-lp a:hover,
#p-b-wrap .link-lp-wrap .link-lp a:hover,
#att-shop-wrap .link-lp-wrap .link-lp a:hover {
	color: #262627;
	text-decoration:none;
}

/* ボタン-Lサイズ */
#nav-rnk-wrap .link-lp-wrap {
	margin: 1px;
	padding: 2px;
	background-color: #eee;
}
#nav-rnk-wrap .link-lp-wrap .link-lp a {
	font-size: 10px;
	width: 170px;
	height: 19px;
	line-height: 19px;
	background: url(../img/btn/btn_hmwl.gif) left 0 no-repeat;
	display: block;
	text-align: center;
}
#nav-rnk-wrap .link-lp-wrap .link-lp a:hover {
	background-position: left -19px;
}
#nav-rnk-wrap .link-lp-wrap .link-lp a:link,
#nav-rnk-wrap .link-lp-wrap .link-lp a:visited,
#nav-rnk-wrap .link-lp-wrap .link-lp a:hover {
	color: #262627;
	text-decoration:none;
}

/* ボタン-LLサイズ */
#att-inf-wrap .link-lp-wrap,
#inf-wrap .link-lp-wrap {
	margin: 1px;
	padding: 2px;
	background-color: #eee;
}

#att-inf-wrap .link-lp-wrap .link-lp a,
#inf-wrap .link-lp-wrap .link-lp a {
	font-size: 10px;
	width: 190px;
	height: 19px;
	line-height: 19px;
	background: url(../img/btn/btn_hmwll.gif) left 0 no-repeat;
	display: block;
	text-align: center;
}
#att-inf-wrap .link-lp-wrap .link-lp a:hover,
#inf-wrap .link-lp-wrap .link-lp a:hover {
	background-position: left -19px;
}
#att-inf-wrap .link-lp-wrap .link-lp a:link,
#inf-wrap .link-lp-wrap .link-lp a:link,
#att-inf-wrap .link-lp-wrap .link-lp a:visited,
#inf-wrap .link-lp-wrap .link-lp a:visited,
#att-inf-wrap .link-lp-wrap .link-lp a:hover,
#inf-wrap .link-lp-wrap .link-lp a:hover {
	color: #262627;
	text-decoration:none;
}

/* 最近チェック */
#rect-carousel-wrap {
	margin-bottom:15px;
	clear: both;
	border: 1px solid #ccc;
	position: relative;
}
#rect-carousel-wrap .link-lp-t {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 50px;
	height: 19px;
}
#rect-carousel-wrap h2 {
	margin: 1px 1px 0 1px;
	padding: 0 0 0 5px;
	clear: both;
	background: url(../img/title/titleback_rec.gif) repeat-x top left;
	height: 25px;
	line-height: 25px;
	font-size:85%;
}
#rect-carousel-wrap .carousel {
	margin: 10px 45px;
}

#rect-carousel-wrap ul li {
	padding: 0 5px;
	width: 100px;
	font-size:77%;
}
#rect-carousel-wrap .prev {
	position: absolute;
	top: 36px;
	left: 2px;
	width: 32px;
	height: 64px;
	cursor: pointer;
	background:  url(../js/jcarousel_lite/img/prev-horizontal.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}
#rect-carousel-wrap .prev:hover,
#rect-carousel-wrap .prev:active {
	background-position: -32px 0;
}

#rect-carousel-wrap .next {
	position: absolute;
	top: 36px;
	right: 2px;
	width: 32px;
	height: 64px;
	cursor: pointer;
	background:  url(../js/jcarousel_lite/img/next-horizontal.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}
#rect-carousel-wrap .next:hover,
#rect-carousel-wrap .next:active {
	background-position: -32px 0;
}

/* 他のサイトで検索 */
.round-side-top {
	background:url(../img/round_side_top.gif) no-repeat top left;
}
.round-side-bottom {
	margin-bottom:15px;
	width: 310px;
	height: 5px;
	background:url(../img/round_side_bottom.gif) no-repeat bottom left;
}
h2#os-search-title,
h2#google-search-title {
	padding: 0 0 0 7px;
	width: 310px;
	height: 24px;
	font-size: 92%;
	line-height: 24px;
}
#os-search-wrap,
#google-search-wrap {
	padding: 5px 5px 5px 5px;
	background-color: #ebebeb;
}
#os-search-wrap h3 {
	padding-left: 5px;
	font-size: 85%;
	line-height: 24px;
}
#os-search-wrap ul {
	padding: 0 5px 2px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 288px;
}
#os-search-wrap ul li {
	margin:0 0 5px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	width: 288px;
}
#os-search-wrap div {
	width: 300px;
	height: 5px;
}
#os-search-wrap ul li a {
	margin: 0;
	padding: 5px;
	font-size: 92%;
	font-weight: bold;
	display: block;
}
#os-search-wrap ul li a:hover,
#os-search-wrap ul li a:focus,
#os-search-wrap ul li a:active {
	background-color: #cce6ff;
	color: #001533;
	text-decoration:none;
}
#os-search-wrap ul li a span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-weight: normal;
}
#os-search-wrap ul li img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#title-raku {
	background:url(../img/os_serch/os_se_back_top_raku.gif) no-repeat top left;
}
#wrap-raku {
	background-color: #ffebeb;
}
#bottom-raku {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_raku.gif) no-repeat bottom left;
}
#title-yshop {
	background:url(../img/os_serch/os_se_back_top_yshop.gif) no-repeat top left;
}
#wrap-yshop {
	background-color: #fff5eb;
}
#bottom-yshop {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_yshop.gif) no-repeat bottom left;
}
#title-yauc {
	background:url(../img/os_serch/os_se_back_top_yauc.gif) no-repeat top left;
}
#wrap-yauc {
	background-color: #ffffeb;
}
#bottom-yauc {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_yauc.gif) no-repeat bottom left;
}
#title-amaz {
	background:url(../img/os_serch/os_se_back_top_amaz.gif) no-repeat top left;
}
#wrap-amaz {
	background-color: #ebf5ff;
}
#bottom-amaz {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_amaz.gif) no-repeat bottom left;
}
#title-zozo {
	background:url(../img/os_serch/os_se_back_top_zozo.gif) no-repeat top left;
}
#wrap-zozo {
	background:url(../img/os_serch/os_se_back_middle_zozo.gif) repeat-y top left;
}
#bottom-zozo {
	margin-bottom: 0;
	background:url(../img/os_serch/os_se_back_bottom_zozo.gif) no-repeat bottom left;
}


/* フッターナビゲーション */
#footer-wrap {
	margin-top: 10px;;
	padding-top: 3px;
	background:url(../img/footertop.gif) no-repeat top left;
	width: 950px;
}
#footer {
	padding: 5px 10px 20px 10px;
	clear: both;
	
	background:url(../img/footer.gif) repeat-x top left;
	width: 930px;
}
.cate-nav-bottom {
	padding-top: 5px;
}
.cate-nav-bottom li {
	padding: 0 5px;
	font-size:85%;
	border-right: 1px solid #ccc;
	display: inline;
}
.cate-nav-bottom li#bo-t0109,
.cate-nav-bottom li#bo-t0100,
.cate-nav-bottom li#bo-import {
	border-right: 0;
}

#etc-nav-bottom {
	float: left;
}
#etc-nav-bottom li {
	padding: 0 5px;
	font-size:85%;
	border-right: 1px solid #ccc;
	display: inline;
}
#etc-nav-bottom li#bo-b-list,
#etc-nav-bottom li#bo-etc-log {
	border-right: 0;
}
#etc-nav-bottom li#bo-etc-log {
	border-left: 1px solid #ccc;
}

#assist-nav-bottom {
	float: right;
}
#assist-nav-bottom li {
	padding: 0 5px;
	font-size:85%;
	border-right: 1px solid #ccc;
	display: inline;
}
#assist-nav-bottom li#bo-inquiry {
	border-right: 0;
}

#bottombanner {
	margin: 15px auto;
	text-align: center;
	clear: both;
}
.nav-bottom-wrap {
	margin: 15px 0;
}
.nav-bottom-wrap .fo-txt {
	margin-right: 50px;
	font-size:77%;
	float: left;
	color: #555;
}

/* 上へボタン */
#footer .b-up {
	width: 45px;
	float: right;
}
#footer address {
	text-align: right;
	font-size: 77%;
}

/* PRリンク */
#mu-link,
#mu-link-inner {
	background: url(../img/back_pr.gif) no-repeat;
}
#mu-link {
	padding-right: 5px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	background-position: right 0;
}
#mu-link-inner {
	margin-left: -5px;
	padding: 7px 5px 10px 10px;
	background-position: left 0;
}
#mu-link ul li {
	padding: 0 2px;
	float: left;
	vertical-align: bottom;
	line-height: 0;
}

/* サイドバナー */
#sidebanner {
	margin-bottom: 15px;
	padding-bottom: 6px;
	width: 310px;
	background: url(../img/sidebanner-bot.gif) no-repeat bottom;
}
#sidebanner h2 {
	padding: 0 0 0 7px;
	height: 20px;
	background: url(../img/sidebanner-top.gif) no-repeat;
	font-size: 85%;
	line-height: 20px;
	color: #666;
}
#sidebanner-body {
	padding-bottom: 2px;
	background: url(../img/sidebanner-mid.gif) repeat-y;
}
#sidebanner-con {
	margin-right: auto;
	margin-left: auto;
	width: 234px;
	text-align: left;
}

.sidebanner-nofr {
	margin-bottom: 15px;
}

/* グーグルアドセンス */
#google-as {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: left;
}

/* 画像のロールオーバー */
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* ナビゲーションリンク */
a.nav-link {
	display: block;
	zoom: 1;
}
a.nav-link span {
	color: #3d4a5c;
}
a.nav-link:hover,
a.nav-link:focus,
a.nav-link:active {
	background-color: #cce6ff;
	color: #001533;
	text-decoration:none;
}

/* スクロールコンテンツ */
.scroll {
	overflow: auto;
}

/* コーナーを丸める */
.corner-round-5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
.corner-round-3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}


/* クリア */
#contents:after,
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* 〜IE6 */
#contents,
.clear {
	_height: 1px;
	min-height: 1px;
	zoom: 1;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
