@charset "Shift_JIS";

/* フォントサイズ表 */
/*
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%
*/
/* ブランドナビボタン */
.brand-btn-wrap a {
	margin-top: -30px;
	padding-left: 15px;
	width: 105px;
	height: 25px;
	display: block;
	float: right;
	background: url(../img/btn/btn_brnav.gif) left 0 no-repeat;
	line-height: 25px;
	font-weight: bold;
	font-size: 92%;
}
.brand-btn-wrap a:link,
.brand-btn-wrap a:visited {
	color: #fdfeff;
	text-decoration:none;
}
.brand-btn-wrap a:hover,
.brand-btn-wrap a:focus,
.brand-btn-wrap a:active {
	color: #fdfeff;
	text-decoration:none;
	background-position: left -25px;
}
/* ブランドナビゲーション */
#hb-brand-indx {
	padding-top: 2px;
	width: 100%;
	background: url(../js/ext/resources/images/default/tabs/tab-strip-bg.gif) repeat-x;
}
#hb-brand-indx ul {
	margin-left:2px;
}
#hb-brand-indx ul li {
	padding-left: 3px;
	float: left;
}
#hb-brand-indx ul li a,
#hb-brand-indx ul li a span {
	display: block;
	background: url(../js/ext/resources/images/default/tabs/tabs-sprite.gif) no-repeat;
	cursor: pointer;
	height: 18px;
	line-height: 18px;
	min-height: 18px;
	white-space: nowrap;
}
#hb-brand-indx ul li a {
	padding-left: 0;
	padding-right: 5px;
	position: relative;
	top: 1px;
	z-index: 2;
	font-size: 92%;
	background-position: right -351px;
}
#hb-brand-indx ul li a:link,
#hb-brand-indx ul li a:visited {
	color: #001533;
	text-decoration:none;
}

#hb-brand-indx ul li a:hover,
#hb-brand-indx ul li a:focus,
#hb-brand-indx ul li a:active {
	color: #001533;
	text-decoration:none;
	background-position: right -401px;
	outline: 0; /* prevent dotted border in Firefox */
}
#hb-brand-indx ul li a span {
	margin-left: -2px;
	padding-left: 5px;
	padding-right: 0;
	background-position: left -51px;
}
#hb-brand-indx ul li a:hover span,
#hb-brand-indx ul li a:focus span,
#hb-brand-indx ul li a:active span {
	background-position: left -101px;
}
#hb-brand-indx ul li.selected a {
	z-index: 4;
	color: #fdfeff;
	text-decoration:none;
	font-weight: bold;
	background-position: right -301px;
	outline: 0; /* prevent dotted border in Firefox */
}
#hb-brand-indx ul li.selected a span {
	background-position: left 0;
}

#hb-brand-indx-bottom {
	padding-top: 1px;
	position: relative;
	z-index: 3;
	width: 100%;
	background: url(../js/ext/resources/images/default/tabs/tab-strip-btm-bg.gif) repeat-x;
	border-top: 1px solid #485d7b;
}
#hb-brand-container {
	margin-top: 2px;
	width: 100%;
	background-color: #fff;
}
#hb-brand-container .brand-con {
	font-size: 100%;
	line-height: 1.5;
	clear: both;
}
	#hb-brand-container ul li a {
		padding: 1px 5px;
	}
	#hb-brand-container ul li a .br-num {
		font-size: 92%;
	}

/* ブランド>カテゴリーナビゲーション */
#hb-category {
	margin-bottom: 15px;
}
#br-cate-container {
	padding-bottom: 5px;
	font-size: 85%;
	line-height: 1.5;
}
	#br-cate-container ul {
		float: left;
		width: 33%;
	}
	#br-cate-container ul li a {
		padding: 1px 5px;
	}
	#br-cate-container ul li.br-cate-now {
		background-color: #d2dae6;
	}
	#br-cate-container .br-cate-num {
		font-size: 92%;
	}

/* シリーズナビゲーション */
#hb-series,
#hb-subseries {
	margin-bottom: 15px;
}
#se-container,
#subse-container {
	padding-bottom: 5px;
	font-size: 85%;
	line-height: 1.5;
}
	#se-container ul,
	#subse-container ul {
		float: left;
		width: 33%;
	}
	#se-container ul li a,
	#subse-container ul li a {
		padding: 1px 5px;
	}
	#se-container ul li.ser-now,
	#subse-container ul li.ser-now {
		background-color: #d2dae6;
	}
	#se-container .se-num,
	#subse-container .se-num {
		font-size: 92%;
	}

/* サブカテナビゲーション */
#sub-container {
	margin-bottom: 28px;
	font-size: 85%;
	line-height: 1.5;
}
	#sub-container ul li {
		float: left;
		width: 33%;
	}
	#sub-container ul li a {
		padding: 1px 5px;
	}
	#sub-container .sub-num {
		font-size: 92%;
	}

/* 検索レコード数 */
.resultnum {
	font-size: 85%;
	clear: both;
}

/* 検索条件 */
#search-con {
	margin-top: -5px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f6f6f6;
	line-height: 1.5;
	width: 100%;
}
#search-con strong {
	font-size: 85%;
}

/* ページボタン関連 */
.dibu-wrap {
	margin: 5px 0;
	clear: both;
}

/* ソート&表示切換え部 */
dl.sort-page,
dl.vt-page {
	float: left;
}
dl.vt-page {
	margin-left: 5px;
}
dl.sort-page dt,
dl.vt-page dt {
	padding: 0 2px 0 5px;
	height:22px;
	line-height: 22px;
	float: left;
	background:url(../img/back_page_title.gif) left 0 no-repeat;
}
dl.sort-page dd,
dl.vt-page dd {
	height: 22px;
	float: left;
	font-size: 85%;
	white-space: nowrap;
	border-left: 1px solid #a3b0c2;
}
dl.sort-page dd a,
dl.vt-page dd a {
	padding-left: 5px;
	padding-right: 15px;
	height: 22px;
	background:url(../img/back_page.gif) left 0 no-repeat;
	text-align: center;
	line-height: 22px;
	display: block;
}
dl.sort-page dd.no-sort a,
dl.vt-page dd.no-vt a {
	background-position: -4px 0;
}
dl.sort-page dd.no-sort-last a,
dl.vt-page dd.no-vt-last a {
	background-position: right 0;
}
dl.sort-page dd span,
dl.vt-page dd span {
	padding-left: 15px;
	height: 22px;
	background:url(../img/back_page_icon.gif) left -44px no-repeat;
	line-height: 22px;
	display: block;
}
dl.vt-page dd span.def {
	background-position: left -66px;
}
dl.vt-page dd span.pic {
	background-position: left -88px;
}
dl.vt-page dd span.lis {
	background-position: left -110px;
}
dl.sort-page dd.no-sort a:hover,
dl.sort-page dd.no-sort a:focus,
dl.sort-page dd.no-sort a:active,
dl.vt-page dd.no-vt a:hover,
dl.vt-page dd.no-vt a:focus,
dl.vt-page dd.no-vt a:active {
	background-position: -4px -22px;
	color: #fdfeff;
	text-decoration:none;
}
dl.sort-page dd.no-sort-last a:hover,
dl.sort-page dd.no-sort-last a:focus,
dl.sort-page dd.no-sort-last a:active,
dl.vt-page dd.no-vt-last a:hover,
dl.vt-page dd.no-vt-last a:focus,
dl.vt-page dd.no-vt-last a:active {
	background-position: right -22px;
	color: #fdfeff;
	text-decoration:none;
}
dl.sort-page dd.st-sort,
dl.vt-page dd.st-vt {
	padding-left: 5px;
	padding-right: 15px;
	background:url(../img/back_page.gif) -4px -22px no-repeat;
	line-height: 22px;
	color: #fdfeff;
}
dl.sort-page dd.st-sort-last,
dl.vt-page dd.st-vt-last {
	padding-left: 5px;
	padding-right: 15px;
	background:url(../img/back_page.gif) right -22px no-repeat;
	line-height: 22px;
	color: #fdfeff;
}
dl.sort-page dd a span,
dl.vt-page dd a span {
	cursor: pointer;
}

/* ページ分割部 */
ul.dibu-page li {
	height: 22px;
	float: left;
	font-size: 85%;
	white-space: nowrap;
}
ul.dibu-page li.rew-page a {
	padding-left: 5px;
	padding-right: 15px;
	height: 22px;
	background:url(../img/back_page.gif) left 0 no-repeat;
	text-align: center;
	line-height: 22px;
	display: block;
}
ul.dibu-page li.rew-page a:hover,
ul.dibu-page li.rew-page a:focus,
ul.dibu-page li.rew-page a:active {
	background-position: left -22px;
	color: #fdfeff;
	text-decoration:none;
}
ul.dibu-page li.rew-page a span,
ul.dibu-page li.rew-page-no span {
	padding-left: 15px;
	height: 22px;
	background:url(../img/back_page_icon.gif) left 0 no-repeat;
	line-height: 22px;
	display: block;
}
ul.dibu-page li.rew-page-no {
	padding-left: 5px;
	padding-right: 15px;
	background:url(../img/back_page.gif) left 0 no-repeat;
	text-align: center;
	line-height: 22px;
	color: #c8d0dc;
}

ul.dibu-page li.fol-page a {
	padding-right: 5px;
	padding-left: 15px;
	height: 22px;
	background:url(../img/back_page.gif) right 0 no-repeat;
	text-align: center;
	line-height: 22px;
	display: block;
}
ul.dibu-page li.fol-page a:hover,
ul.dibu-page li.fol-page a:focus,
ul.dibu-page li.fol-page a:active {
	background-position: right -22px;
	color: #fdfeff;
	text-decoration:none;
}
ul.dibu-page li.fol-page a span,
ul.dibu-page li.fol-page-no span {
	padding-right: 15px;
	height: 22px;
	background:url(../img/back_page_icon.gif) right -22px no-repeat;
	line-height: 22px;
	display: block;
}
ul.dibu-page li.fol-page-no {
	padding-right: 5px;
	padding-left: 15px;
	background:url(../img/back_page.gif) right 0 no-repeat;
	text-align: center;
	line-height: 22px;
	color: #c8d0dc;
}

ul.dibu-page li.page-nums {
	padding: 0 15px;
	height: 22px;
	background:url(../img/back_page_num.gif) left 0 repeat-x;
	border-left: 1px solid #a3b0c2;
	border-right: 1px solid #a3b0c2;
	text-align: center;
}

ul.dibu-page li.page-nums ul li {
	float: left;
	font-size: 100%;
}
ul.dibu-page li.page-nums ul li a {
	padding : 0 4px;
	background:url(../img/back_page_num.gif) left 0 no-repeat;
	text-align: center;
	line-height: 22px;
	display: block;
}
ul.dibu-page li.page-nums ul li a:hover,
ul.dibu-page li.page-nums ul li a:focus,
ul.dibu-page li.page-nums ul li a:active {
	background-position: left -22px;
	color: #fdfeff;
	text-decoration:none;
}
ul.dibu-page li.page-nums ul li.st-page span {
	padding : 0 4px;
	line-height: 22px;
	background:url(../img/back_page_num.gif) left -22px no-repeat;
	color: #fdfeff;
	display: block;
}
ul.dibu-page li.rew-page a span,
ul.dibu-page li.fol-page a span {
	cursor: pointer;
}

/* 検索フォーム表示部分 */
.mess {
	margin-bottom: 2px;
	padding: 5px;
	background-color: #fff3cc;
	color: #333;
}
form#csearch input,
form#csearch select {
	margin: 0 2px;
	font-size: 114%;
}
form#csearch .submit input {
	font-size: 100%;
}
form#csearch {
	margin: 10px 0;
	border: 1px solid #c8d0dc;
	width: 100%;
}
form#csearch h2 {
	margin: 1px 1px 0 1px;
	padding: 0 0 0 5px;
	font-size: 100%;
	background: url(../img/title/back.gif) repeat-x top left;
	width: auto;
	height: 25px;
	line-height: 25px;
}
form#csearch div.searchfm {
	margin: 1px 1px 0 1px;
	width: auto;
}
form#csearch div.searchfm table {
	background-color: #f0f6ff;
	width:100%;
}
form#csearch div.searchfm table th {
	padding: 5px 0 5px 5px;
	font-size: 85%;
	font-weight: normal;
	border-bottom: 1px solid #c8d0dc;
}
form#csearch div.searchfm table th label{
	font-size: 100%;
}
form#csearch div.searchfm table td {
	padding: 5px 5px 5px 0;
	font-size: 85%;
	border-bottom: 1px solid #c8d0dc;
}
form#csearch .submit {
	margin: 0 1px 1px 1px;
	padding: 5px;
	text-align: right;
	background-color: #f0f6ff;
	clear: both;
	width: auto;
}
form#csearch div.searchfm table td select,
form#csearch div.searchfm table td .val {
	float: left;
}

#f-link-sel a {
	padding-left: 10px;
	padding-right: 21px;
	width: 120px;
	height: 16px;
	font-size: 9px;
	line-height: 16px;
	background: url(../img/btn/btn_frm.gif) left 0 no-repeat;
	display: block;
}
#f-link-sel a:link,
#f-link-sel a:visited { color: #002a66; }
#f-link-sel a:hover,
#f-link-sel a:focus,
#f-link-sel a:active  { color: #001533; text-decoration:none; background-position: left -16px; }

#f-link-cor,
#f-link-sel {
	margin-left: 5px;
	float: left;
}

/* 楽天サーチ部分 */
#rakuten-s {
	margin: 10px 0;
	clear: both;
}
	#rakuten-s form,
	#rakuten-s iframe {
		margin-right: 10px;
		float: left;
	}

/* 注目＆取扱ショップ! */
#att-shop li {
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
}
	#att-shop li h3 {
		font-size: 92%;
	}
	#att-shop li p {
		margin-bottom: 5px;
		font-size: 85%;
	}

/* 関連ブランド部分 */
ul.rel-list {
	clear: both;
	font-size: 77%;
}
ul.rel-list li a {
	padding: 2px 0 2px 5px;
}


/* 別ウインドウブランドセレクト */
#se-brand {
	margin: 0;
}
	#se-brand li {
		float: left;
		display: block;
	}
	#se-brand li a {
		margin-right: 1px;
		width: 15px;
		height: 15px;
		display: block;
		font-size: 92%;
		white-space: nowrap;
		background-color: #d2dae6;
		text-align: center;
	}
	#se-brand li#se-tab-Nums a {
		width: 25px;
		height: 15px;
	}
	#se-brand li a:link,
	#se-brand li a:visited {
		color: #001533;
	}
	#se-brand li a:hover,
	#se-brand li a:focus,
	#se-brand li a:active {
		color: #fdfeff;
		text-decoration:none;
		background-color: #8599b7;
	}
	#se-brand .selected a {
		padding-top: 1px;
		background-color: #8599b7;
	}
	#se-brand .selected a:link,
	#se-brand .selected a:visited {
		color: #fdfeff;
	}
	#se-brand-container .brand-con {
		padding: 4px 0 5px 0;
		border-top: 1px solid #8599b7;
	}
	#se-brand-container .brand-con li a {
		padding: 1px 5px 1px 5px;
		display: block;
		line-height: 1.5;
		font-size:92%;
	}

/* サイドバナー */
#sidebanner {
	margin-bottom: 15px;
	text-align: right;
}