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

/* 更新情報 */
#updated-brands {
	width: 300px;
}
#updated-brands .viewport {
	width: 280px;
	overflow: hidden;
	position: relative;
}
#updated-brands .overview {
	position: absolute;
	left: 0;
	top: 0;
}
#updated-brands .scrollbar{
	position: relative;
	float: right;
	width: 15px;
}
#updated-brands .track {
	background-color: #d2d0ce;
	width:13px;
	position: relative;
	padding: 0 1px;
	-moz-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.5) inset;	/* Firefox */
	-webkit-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.5) inset;	/* Safari, Chrome */
	-o-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.5) inset;	/* Opera */
	-ms-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.5) inset;	/* Internet Explorer */
	box-shadow: inset 3px 3px 5px -3px rgba(0,0,0,0.5);	/* CSS3 */
}
#updated-brands .thumb {
	height: 20px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#updated-brands .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}
#updated-brands .disable {
	display: none;
}
#updated-brands .thumb .end,
#updated-brands .thumb {
	background-color: #999690;
}
.noSelect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.updated-date {
	padding: 2px 0 2px 5px;
	clear: both;
	font-size: 77%;
	font-weight: bold;
	background-color: #f0ebe5;
}
.updated-list {
	margin-bottom: 4px;
	clear: both;
	font-size: 77%;
}
.updated-list .box-link {
	padding: 5px;
	width: 270px;
}
.updated-list li {
	display: block;
}
.updated-title {
	display: block;
	font-weight: bold;
}
.updated-thumbnails {
	display: block;
}
.updated-thumbnails .updated-image {
	margin-right: 5px;
	float: left;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background-color: #eee;
}

/* ヘッダーポピュラー */
.header-popular {
	margin-right: 170px;
}
.header-popular-text {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}
.header-popular-title {
	font-weight: bold;
	font-size: 77%;
}
.header-popular-brand {
	margin-right: 5px;
	font-size: 85%;
}

