@charset "UTF-8";

/********************
  商品一覧
********************/

#pauc_list{
}
#pauc_list table.list{
	border-collapse: collapse;
}
#pauc_list table.list th,
#pauc_list table.list td{
	padding: 3px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	vertical-align: top;
}
#pauc_list table.list img{
	border: none;
}
#pauc_list table.list div.seller{
	font-size: 90%;
}
#pauc_list table.list th{
	background: #eee;
	white-space: nowrap;
}
#pauc_list table.list td.price{
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	font-size: 110%;
}
#pauc_list table.list td.bids{
	white-space: nowrap;
	text-align: right;
}
#pauc_list table.list td.time{
	white-space: nowrap;
	text-align: right;
}
#pauc_list table.list td.time div.m,
#pauc_list table.list td.time div.e{
	color: #ff0000;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	font-size: 110%;
}

/********************
  前次ページリンク
********************/

#pauc_list div.plink{
	margin: 10px auto;
	text-align: center;
	font-size: 120%;
}
#pauc_list div.plink a.b,
#pauc_list div.plink a.n{
	margin: 0 15px;
}
#pauc_list div.plink a,
#pauc_list div.plink span{
	margin: 0 4px;
}
#pauc_list a.nowrap{
	white-space: nowrap;
}

/********************
  商品詳細
********************/

#pauc_list div.title{
	margin: 10px 0;
	padding: 8px 0 0 20px;
	height: 30px;
	background: url(/img/bg_title.gif) no-repeat;
	font-weight: bold;
	font-size: 100%;
}
#pauc_list div.contents,
#pauc_list table.contents{
	margin: 0 0 0 15px;
}
#pauc_list table.contents td.l{
	pading: 5px;
	width: 150px;
}
#pauc_list table.contents img{
	margin: 5px;
}
#pauc_list td#description td{
	padding: 4px;
	border: 1px #ccc solid;
}

/********************
  クレジット
********************/

#pauc_list .credit{
	margin: 10px;
	clear: both;
	text-align: right;
}
