@charset "utf-8";

/* オークション詳細ページテンプレート　common_shop.cssの拡張 */

/* ==============================================
　　オークション枠
============================================== */

div#auctionInfo li {
	list-style:none;
}

/* レイアウト
-----------------------------------------------*/
div#auctionInfo div.wrapper {
	padding:10px 10px 17px 10px;
	border:2px solid #CCCCCC;
	border-top:2px solid #999999;
}

/* 見出し
-----------------------------------------------*/
div#auctionInfo div#auctionTtl {
	padding:10px 10px 10px 35px;
	background:url("../img/bg_auction_contents.gif") 0 0 no-repeat;
	font-weight:bold;
}
div#auctionInfo div#auctionTtl p,
div#auctionInfo div#auctionTtl ul,
div#auctionInfo div#auctionTtl li {
	display:inline;
}

/* キャッチコピー
-----------------------------------------------*/
div#auctionInfo dl#catchCopy {
	padding:6px 8px;
	background:#FFF3F3;
	border:1px solid #FECECE;
	color:#BF0000;
	font-weight:bold;
}
div#auctionInfo dl#catchCopy dt {
	padding-right:10px;
}
div#auctionInfo dl#catchCopy dt,
div#auctionInfo dl#catchCopy dd {
	display:inline;
}

/* 商品名
-----------------------------------------------*/
div#auctionInfo h2 {
	margin:12px 8px;
	font-size:165%;
}

/* オークション情報
-----------------------------------------------*/
div#auctionInfo div#basicInfo {
	margin:0 0 10px 0;
}
/* 入札可能額
-----------------------------------------------*/
div#auctionInfo #nowPrice {
	float:right;
	width:194;
	padding:1px;
	border:1px solid #BF0000;
}
div#auctionInfo dl#nowPrice dt {
	padding:3px 2px 4px 2px;
	background:#DE0000;
	text-align:center;
	font-weight:bold;
	font-size:125%;
	color:#FFFFFF;
}
div#auctionInfo dl#nowPrice dd {
	padding:10px 12px;
	font-size:115%;
	font-weight:bold;
}
div#auctionInfo dl#nowPrice dd em {
	color:#BF0000;
}
/*選定中のとき*/
div#auctionInfo dl#nowPrice.selection {
	border:1px solid #cccccc;
}
div#auctionInfo dl#nowPrice.selection dt {
	background:#dddddd;
	color:#333333;
}
div#auctionInfo dl#nowPrice.selection dd {
	font-weight:normal;
}
div#auctionInfo dl#nowPrice.selection dd em {
	color:#333333;
}
/*終了*/
div#auctionInfo div#nowPrice {
	width:178px;
	padding:20px 30px;
	border:1px solid #cccccc;
	background:#f5f5f5;
}


/* ステイタス
-----------------------------------------------*/
div#auctionInfo div#auctionStatus {
	width:310px;
	float:left;
}
div#auctionInfo div#auctionStatus dl {
	padding:10px 10px 7px 10px;
}
div#auctionInfo div#auctionStatus dt {
	clear:both;
	float:left;
	width:120px;
}
div#auctionInfo div#auctionStatus dt,
div#auctionInfo div#auctionStatus dd {
	margin-bottom:3px;
}
div#auctionInfo div#auctionStatus dt span,
div#auctionInfo div#auctionStatus dd em {
	font-weight:bold;
	font-size:125%;
}
div#auctionInfo div#auctionStatus dd em {
	color:#BF0000;
}
div#auctionInfo div#auctionStatus dd span {
	font-weight:bold;
}
div#auctionInfo div#auctionStatus dd {
	margin-left:90px;
}
div#auctionInfo div#auctionStatus dl#restTime {
	padding-top:0;/*!override*/
	background:url("../../common/img/dotline.gif") 0 100% repeat-x;
}
div#auctionInfo div#basicInfo p.alert {
	clear:both;
	margin-left:10px;
}

/* バリエーション
-----------------------------------------------*/
dl#variation table {
	width:99%;
}
dl#variation dd table.variationTbl th {
	background:#dddddd;
}
dl#variation dd table.variationTbl th.null {
	background:#eeeeee;
}
dl#variation dd table.variationTbl tbody th {
	background:#fffded;
}
dl#variation dd table.variationTbl td.noStock {
	color:#bf0000;
}


/* 入札リンク
-----------------------------------------------*/
div#auctionInfo div#bidding {
	position:relative;
	margin:33px 10px 30px 10px;
	padding:15px 37px 15px 60px;
	border:3px solid #F69537;
	background:#FFF4C1;
	font-size:115%;
}
div#auctionInfo div#bidding em {
	color:#BF0000;
}
div#auctionInfo div#bidding img {
	position:absolute;
	top:-20px;
	left:-10px;
}
div#auctionInfo div#bidding p.txt {
	width:255px;
	float:left;
}
div#auctionInfo div#bidding p.btn {
	float:right;
	border:1px solid #FF0000;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	line-height:1.0;
}
div#auctionInfo div#bidding p.btn button {
	display:block;
	padding:7px 20px 6px 20px;
	margin:0;
	border:none;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	background:#BB0000 url("../img/bg_btn_bidding.gif") 0 0 repeat-x;
	padding-left:18px;
	cursor:pointer;
	overflow:visible;
}
* html div#auctionInfo div#bidding p.btn button {/* only for winIE6.0 and below */
	display:inline;
}
div#auctionInfo div#bidding p.btn button span {
	background:url("../img/icn_circle_tri.gif") 0 50% no-repeat;
	padding-left:18px;
}

/*終了しました*/
div#auctionInfo div#bidding.finished {
	border:3px solid #cccccc;
	background:#f5f5f5;
	text-align:center;
	font-weight:bold;
	zoom:1;
}



/* 出品者情報
-----------------------------------------------*/
div#auctionInfo dl#exhibitorInfo {
	margin:0 10px 20px 10px;
	border:1px solid #D2D2D2;
}
div#auctionInfo dl#exhibitorInfo dt {
	padding:5px 8px 3px 8px;
	border-bottom:1px solid #D2D2D2;
	background:#DDDDDD;
	font-weight:bold;
}
div#auctionInfo dl#exhibitorInfo dd {
	padding:8px 14px;
	background:#F5F5F5;
}
div#auctionInfo dl#exhibitorInfo dd dt {
	float:left;
	width:6.5em;
	padding:0;
	margin-bottom:3px;
	border-bottom:none;
	background:none;
}
div#auctionInfo dl#exhibitorInfo dd dd {
	margin-bottom:3px;
	padding:0;
	margin-left:6.5em;
}
div#auctionInfo dl#exhibitorInfo li {
	float:left;
	width:32%;
	white-space:nowrap;
}
div#auctionInfo dl#exhibitorInfo p.more {
	text-align:right;
}

/* アクションリスト
-----------------------------------------------*/
.reset dl.actionList {
margin-bottom:10px;
}
div#auctionInfo dl.actionList {
	margin:0 10px;
	padding:10px 10px 5px 10px;
	border:1px solid #cccccc;
}
div#auctionInfo dl.actionList dd ul li {
	float:left;
	width:49.9%;
}

dl.actionList dt {
	display:none;
}
dl.actionList dd ul li {
	list-style:none;
}
dl.actionList dd ul li a {
	display: block;
	padding-bottom: 5px;
	padding-left: 30px;
	zoom:1;
}
dl.actionList dd ul li.reference a {
	background: url(../img/reference.gif) no-repeat;
}
dl.actionList dd ul li.pamphlet a {
	background: url(../img/pamphlet.gif) no-repeat;
}
dl.actionList dd ul li.favorite a {
	background: url(../img/favorite.gif) no-repeat;
}
dl.actionList dd ul li.mail a {
	background: url(../img/mail.gif) no-repeat;
}
dl.actionList dd ul li.post a {
	background: url(../img/post.gif) no-repeat;
}
dl.actionList dd ul li.review a {
	background: url(../img/review.gif) no-repeat;
}


/* 商品レビュー
-----------------------------------------------*/
dl#productReview {
	padding:10px 10px 10px 10px;
	border:1px solid #cccccc;
}
dl#productReview dt {
	margin-bottom:5px;
	font-weight:bold;
}
dl#productReview p.txt {
	line-height:1.15;
}
dl#productReview p.more {
	text-align:right;
}

/* 入札履歴
-----------------------------------------------*/
dl#recordArea {

}

dl#recordArea dt {
	width:8em;
	padding:3px 10px;
	border-right:1px solid #511616;
	border-top:3px solid #F03D3D;
	background:#BF0000;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
dl#recordArea dd {
	border-top:4px solid #bf0000;
	background:#dddddd;
	padding:5px;
}
dl#recordArea table.layoutTbl {
	width:740px;
}

/*セルのサイズ*/
dl#recordArea table.layoutTbl th,
dl#recordArea table.layoutTbl td {
	padding:3px 5px;
	vertical-align:middle;
}
dl#recordArea table.layoutTbl th.no {
	width:24px;
}
dl#recordArea table.layoutTbl th.candidate,
dl#recordArea table.layoutTbl th.bidder {
	width:52px;
}
dl#recordArea table.layoutTbl th.time {
	width:132px;
}
dl#recordArea table.layoutTbl th.price {
	width:89px;
}
dl#recordArea table.layoutTbl th.net {
	width:60px;
}
dl#recordArea table.layoutTbl th.net2 {
        width:75px;
}
dl#recordArea table.layoutTbl th.nickname {
	width:132px;
}
dl#recordArea table.layoutTbl th.comment {
	width:151px;
}

/*セルカラーリング*/
dl#recordArea thead th,
dl#recordArea tr.even td,
dl#recordArea tr.even th {
	background:#f3f3f3;
}
dl#recordArea tr.odd td,
dl#recordArea tr.odd th {
	background:#ffffff;
}
/*セルの文字組*/
dl#recordArea thead th {
	text-align:center;
}
dl#recordArea th.no,
dl#recordArea td.candidate,
dl#recordArea td.bidder,
dl#recordArea td.time,
dl#recordArea td.net,
dl#recordArea td.net2 {
	text-align:center;
}
dl#recordArea td.price {
	text-align:right;
}
dl#recordArea th {
	font-weight:normal;
}
