/* @charset "utf-8";

/* タイトル
----------------------------------------------- */
h2#title-list {
	margin: 0 0 2px;
	padding: 0px 0 5px;
	font-size: 20px;
	border-bottom: 3px solid #E4E4E4;
	background-color:#990000;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	text-align:center;
}

/* カテゴリ説明
----------------------------------------------- */
#category_info {
	width: 630px;
	margin: 0;
	padding: 0;
}

/* 検索結果
----------------------------------------------- */
p.conditionarea {
	clear: both;
	margin: 0;
	padding: 5px;
	border: solid 1px #333;
	line-height: 1.5;
}

ul.pagecondarea {
	margin: 13px 0 0;
	padding: 8px 0;
	border: 3px solid #CCC;
	background: #F2F2F2;
	list-style: none;
}

ul.pagecondarea li {
	margin: 0;
	padding: 2px 0 5px 25px;
}

#search_zero {
	line-height: 1.8;
}

#search_zero .red {
	color: #C00;
}

/* ページ送り
----------------------------------------------- */
.tb-search-result {
	margin: 13px 0 20px !important;
	padding: 0;
	border-bottom: 1px dotted #E8E8E8;
}

.tb-search-result-bottom {
	margin: 10px 0 0 !important;
	border-top: 1px dotted #E8E8E8;
}

.tb-search-result-bottom td {
	padding-top: 15px;
}

.search-result-count {
	margin: 0;
	padding: 0 0 15px;
	line-height: 1;
	vertical-align: bottom;
}

.search-result-navi {
	margin: 0;
	padding: 0 0 15px;
	line-height: 1;
	text-align: right;
	vertical-align: bottom;
}

.search-result-sort {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: right;
}

.search-result-paging {
	margin: 0;
	padding: 5px 0 15px;
	line-height: 1;
	font-size: 80%;
	text-align: center;
	clear: both;
}

.search-result-paging a {
	text-decoration: none;
	margin: 0 3px;
}

.search-result-paging strong {
	color: #FFFFFF;
	margin: 0 3px;
	padding: 1px 3px;
	background: #426987;
}

.btn-next a, .btn-prev a {
	text-decoration: underline;
	margin: 2px 0;
	padding: 2px;
}

.btn-next a:hover, .btn-prev a:hover {
	padding: 2px;
}

/* 商品一覧
----------------------------------------*/
/*アイテムボックス（トップ用）*/
#block-newitem {
	clear: both;
}

.topitem-line-list {
	width: 635px;
	margin: 0;
	padding: 0;
}

.topitem-box-wrap {
	margin: 0 0 10px 0;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
}

.topitem-box-wrap h3 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: lighter;
}

.topitem-box-photo {
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
}

.topitem-box-photo img {
	vertical-align: bottom;
	top: 130px; z-index: 1;
}

.topitem-box-data {
	width: 475px;
	margin: 0;
	padding: 0;
	float: right;
}

.topitem-box-price {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.topitem-box-soldout {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #C00;
}

.topitem-box-comment {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.4;
}

/*アイテムボックス*/
.item-line-list {
	width: 635px;
	margin: 0;
	padding: 0;
}

.item-box-wrap {
	margin: 0 0 10px 0;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
}

.item-box-wrap h3 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: lighter;
}

.item-box-photo {
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
}

.item-box-photo img {
	vertical-align: bottom;
	top: 130px; z-index: 1;
}

.item-box-data {
	width: 475px;
	margin: 0;
	padding: 0;
	float: right;
}

.item-box-price {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #FF0000;
}

.item-box-soldout {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #C00;
}

.item-box-comment {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.4;
}

div.soldout_overlay {
	width:130px;
	height:130px;
	background:url("../img/common/soldout-overlay.png");
	position: absolute;
	left: 0;
}

* html div.soldout_overlay {
	width:130px;
	height:130px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/common/soldout-overlay.png',sizingMethod='scale');
	background:none;
}

div.new_overlay {
	width:130px;
	height:130px;
	background:url("../img/common/new.png");
	position: absolute;
	left: 0;
}

* html div.new_overlay {
	width:130px;
	height:130px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/common/new.png',sizingMethod='scale');
	background:none;
}

/* 新規制作　
　　*/

.list-d {
	color: #006600;
	font-size: 120%;
	margin-left: 10px;
}