﻿@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%
*/


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

/* シリーズナビゲーション */
#hb-series,
#hb-subseries {
	margin-bottom: 15px;
}
#se-container,
#subse-container {
	
	font-size: 85%;
	line-height: 1.5;
}
	#se-container ul li,
	#subse-container ul li {
		float: left;
		width: 33%;
	}
	#se-container ul.col2 li {
		width: 50%;
	}
	#se-container ul.col4 li {
		width: 25%;
	}
	#se-container ul.col5 li {
		width: 20%;
	}
	#se-container ul.col6 li {
		width: 16%;
	}
	#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: #eee;
	}
	#se-container .se-num,
	#subse-container .se-num {
		font-size: 92%;
	}

#hb-category,
#hb-series,
#hb-subseries {
	padding: 0 5px 5px 5px;
	border: 1px solid #ccc;
}
#hb-category h4.nav-title,
#hb-series h4.nav-title,
#hb-subseries h4.nav-title {
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 85%;
}

/* サブカテナビゲーション */
#sub-container {
	padding-bottom: 15px;
	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%;
	}
	#sub-container ul li.br-cate-now {
		background-color: #eee;
	}

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

/* 検索条件 */
#search-con {
	margin-top: -5px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f6f6f6;
	line-height: 1.5;
}
#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 #ccc;
}
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: #001533;
	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: #001533;
	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: #222;
}
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: #222;
}
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: #001533;
	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: #ccc;
}

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: #001533;
	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: #ccc;
}

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 #ccc;
	border-right: 1px solid #ccc;
	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: #001533;
	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: #222;
	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: #ffffee;
	color: #c00;
}
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 #ccc;
	width: 618px;
}
form#csearch h2 {
	margin: 1px 1px 0 1px;
	padding: 0 0 0 5px;
	font-size: 100%;
	background: url(../img/title/titleback.gif) repeat-x top left;
	width: 611px;
	height: 25px;
	line-height: 25px;
}

form#csearch table {
	margin: 1px 1px 0 1px;
	width: 616px;
	background-color: #eee;
}
form#csearch th {
	padding: 5px;
	font-size: 85%;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	width: 70px;
	white-space: nowrap;
}
form#csearch th label{
	font-size: 100%;
}
form#csearch td {
	padding: 5px;
	font-size: 85%;
	border-bottom: 1px solid #ccc;
}
form#csearch td.submit {
	text-align: right;
	background-color: #eee;
}

form#csearch select,
form#csearch .val {
	float: left;
}
/* フォーム内ボタン部分 */
form#csearch .link-sma {
	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    { color: #222; }
#f-link-sel a:visited { color: #222; }
#f-link-sel a:hover,
#f-link-sel a:focus,
#f-link-sel a:active  { color: #222; text-decoration:none; background-position: left -16px; }

#f-link-cor {
	margin-left: 5px;
}
#f-link-cor a {
	width: 100px;
	height: 17px;
	font-size: 9px;
	line-height: 17px;
	background: url(../img/btn/btn_hswm.gif) left 0 no-repeat;
	display: block;
	text-align: center;
}
#f-link-cor a:link    { color: #262627; }
#f-link-cor a:visited { color: #262627; }
#f-link-cor a:hover,
#f-link-cor a:focus,
#f-link-cor a:active  { color: #262627; text-decoration:none; background-position: left -17px; }


/* ランキング部分 */
.rank-item li.rnk-no1 .r-num {
	background-color: #f5f5dd;
	border: 1px solid #ccccb8;
	color: #666633;
}
.rank-item li.rnk .r-num {
	background-color: #fefefe;
	border: 1px solid #ccc;
	color: #666633;
}
.rank-item h3.rank-item-title {
	margin-bottom: 2px;
	float: left;
	font-size: 85%;
	width: 235px;
}
.rank-item .col-img {
	width: 60px;
	float: right;
	text-align: right;
}
.rank-item .inf-com {
	margin-left: 0;
	font-size: 77%;
	clear: left;
	width: 200px;
}
.rank-item .shop {
	margin-left: 0;
	font-size: 77%;
	clear: left;
	width: 235px;
	display: block;
}
.rank-item li.first-row h3.rank-item-title,
.rank-item li.first-row .shop {
	width: 200px;
}
.rank-item li.first-row .col-img {
	width: 90px;
}

/* 楽天サーチ部分 */
#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;
}


/* アイテム詳細部分 */
#g-detail {
	overflow: hidden;
}

#g-detail h1.det-item-title {
	margin: 0 5px 25px 0;
	font-size: 107%;
	display: block;
}
#g-detail .det-item-wrap {
	margin-bottom:20px;
}
#g-detail .det-img {
	margin-left:5px;
	width: 120px;
	float: left;
}
#g-detail .det-img-wrap {
	position: relative;
}
#g-detail .det-side {
	display: inline;
	width: 100%;
}
#g-detail .det-side .det-shop {
	display: block;
	font-size: 85%;
}
#g-detail .det-side .det-button {
	position: absolute;
	bottom: 2px;
	right: 4px;
	font-size: 107%;
}
#g-detail .det-side .det-button a {
	width: 251px;
	height: 36px;
	background: url(../img/btn/btn_goshop.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	overflow:hidden;
	outline:none;
}
#g-detail .det-side .det-button a:hover,
#g-detail .det-side .det-button a:focus,
#g-detail .det-side .det-button a:active {
	background-position: left -36px;
}
#g-detail .det-side .det-button2 a {
	width: 226px;
	height: 36px;
	background: url(../img/btn/btn_goshop2.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	overflow:hidden;
	outline:none;
}
#g-detail .det-side .det-button2 a:hover,
#g-detail .det-side .det-button2 a:focus,
#g-detail .det-side .det-button2 a:active {
	background-position: left -36px;
}

#g-detail .det-comment,
#g-detail .det-note {
	padding: 10px 5px;
	line-height: 1.6;
	font-size: 92%;
}

#g-detail .det-comment-wrap {
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}
#g-detail .det-comment-wrap .det-comment-title {
	font-size: 92%;
}
#g-detail .det-comment-wrap .det-comment {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	font-size: 92%;
}

/* グループ表示 */
.group-wrap {
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #ccc;
}
.group-title {
	margin: 0 0 10px 10px;
	font-size: 92%;
}

.group-wrap .item-wrap {
	margin-bottom: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* Yahoo!オークション情報 */
#y-auc-wrap {
	margin-bottom: 15px;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	clear: both;
}
#y-auc-wrap iframe {
	margin-right: 8px;
	float: left;
}

