#items
{
	clear: both;
}

#items .item
{
	position: relative;
	clear: both;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	height: 140px;
}

#items .item .inner
{
	float: left;
	margin: 10px;
}

#items h2,
#items h3
{
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: 160%;
	border: 0;
}

#items strong
{
	color: #c33;
}

/**
	商品コメント
**/
#items p
{
	color: #555;
	font-size: 12px;
	margin: 5px 0;
}

/**
	在庫切れ / 校正対応 文字
**/
#items dfn
{
	position: absolute;
	right: -15px;
	bottom: 0;
}

/**
	価格
**/
#items var
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 3px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: tomato;
}

/**
	価格コメント
**/
#items em
{
	position: absolute;
	bottom:19px;
	left: 0;
	display:block;
	font-size:10px;
	color: white;
	border: 1px solid crimson;
	background-color: tomato;
	font-weight: bold;
	padding: 0 3px;
}

#items small
{
	font-size: 10px;
	font-weight: normal;
	color: #333;
}

.thumb
{
	position: absolute;
	left: 0;
	top: 0;
}

#items .info
{
	position: absolute;
	left: 115px;
	top: 0px;
	width: 600px;/*org 490px yoshii */
}

#items iframe
{
	margin: 0 0 20px 0;
}

/* ----------------------------
	カテゴリ属性一覧
---------------------------------- */
#category_childs
{
	float:left;
	position: relative;
	margin-bottom: 30px;
}

#category_childs ul
{
	list-style: none;
	margin: 0;
}

#category_childs li
{
	float:left;
	font-size: 12px;
	margin: 0 0 2px 2px;
	width: 236px; /*org 200px yoshii */
}

#category_childs li a
{
	display: block;
	padding: 5px 0 5px 10px;
	background-color: #666;
	color: white;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

#category_childs li a:hover
{
	background-color: steelblue;
}

#category_childs li strong
{
	color: #369;
}

/* ----------------------------
	カテゴリヘッダ
---------------------------------- */
#category_header
{
	clear: both;
	padding: 0 5px;
	background-color: #ffe;
	border: 2px solid #cc9;
	margin-bottom: 10px;
}

#category_header *
{
	font-size: 12px;
}

/* ----------------------------
	カテゴリフッタ
---------------------------------- */
#category_footer
{
	clear: both;
	padding: 10px 0;
}

/* ----------------------------
	ページ
---------------------------------- */
p.pages
{
	clear:both;
	font-size:16px !important;
}

p.pages span
{
	font-weight:bold;
	color:red;
}

.pagination
{
	height: 80px;
	clear: both;
}

.pagination ul
{
	list-style:none !important;
	margin: 0 !important;
}

.pagination li
{
	float:left;
	margin-right: 2px;
}

.pagination li a,
.pagination li strong
{
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
}

.pagination li a:hover
{
	background-color: #eee;
}

.pagination li strong
{
	background: black;
	color: white;
}


/**
	製品ランキング
**/
#ranking
{
	margin-bottom: 20px;
}

#ranking h2
{
	border: none;
	margin-bottom: 0px;
}

#ranking p
{
	font-size: 10px;
	margin:2px 0 0 0;
}

#ranking ul
{
	list-style: none;
	margin:0; padding:0;
}

#ranking li
{
	padding: 5px 0;
	height: 40px;
	border-bottom: 1px dotted #ccc;
}

#ranking var
{
	float:left;
	display: block;
	background-color:red;
	color: white;
	font-size: 16px;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-right: 5px;
	vertical-align: middle;
}

#ranking a
{
	color: #333;
}

#ranking a:hover
{
	color: orange;
}
