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

/* 更新情報 */
#upd-inner {
	height: 400px;
	border-bottom: 1px solid #ddd;
}
#wa-upd-wrap #upd-inner {
	height: 300px;
}
.up-date {
	padding: 2px 0 2px 5px;
	clear: both;
	font-size: 77%;
	font-weight: bold;
	background-color: #eff0f2;
}
ul.up-info {
	margin-bottom: 4px;
	clear: both;
	font-size: 77%;
}
ul.up-info li a {
	padding: 2px 0 2px 5px;
}
	/* hacks to get it working in IE6 */
	ul.up-info li {
		display: inline-block;
	}
	ul.up-info li {
		display: block;
	}

/* インディアンジュエリーバナー */
#banner-ij {
	margin-bottom: 15px;
}
#banner-ij a {
	width: 310px;
	height: 45px;
	background: url(../indian_jewelry/img/ij_banner.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;

}

/* サイドバナー */
#sidebanner {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* トップページランキング */
.sp-pic-row li.rnk-no1,
.sp-pic-row li.rnk {
	width: 111px;
}
.sp-pic-row li.rnk-no1 .r-num {
	background-color: #f5f5dd;
	border: 1px solid #ccccb8;
	color: #666633;
}
.sp-pic-row li.rnk .r-num {
	background-color: #fefefe;
	border: 1px solid #ccc;
	color: #666633;
}

/* トップインフォメーション */
#sp-inf-wrap .inf-row,
#sal-inf-wrap .inf-row,
#huk-inf-wrap .inf-row {
	padding-bottom: 2px;
	padding-top: 2px;
}
/* サムネイル表示部分 */
.n-hot .col-img {
	width: 58px;
}
/* インフォメーション＆アイテムコメント */
.n-hot .inf-com {
	margin-left: 58px;
}
.n-hot .shop {
	margin-left: 58px;
}

/* 折りたたみボタン */
.showp-opn,
.showp-cls {
	float: right;
}
.showp-opn a {
	padding-left: 20px;
	width: 80px;
	height: 21px;
	background: url(../img/btn/btn_shp_op.gif) left 0 no-repeat;
	display: block;
	line-height: 21px;
	font-size: 92%;
}
.showp-cls a {
	padding-left: 20px;
	width: 80px;
	height: 21px;
	background: url(../img/btn/btn_shp_cl.gif) left 0 no-repeat;
	display: block;
	line-height: 21px;
	font-size: 92%;
}
.showp-opn a:hover,
.showp-opn a:focus,
.showp-opn a:active,
.showp-cls a:hover,
.showp-cls a:focus,
.showp-cls a:active {
	background-position: left -21px;
}
.showp-opn a:link,
.showp-opn a:visited,
.showp-opn a:hover,
.showp-cls a:link,
.showp-cls a:visited,
.showp-cls a:hover {
	color: #262627;
	text-decoration:none;
}

