@charset 'UTF-8';


.trade-area:after,
.deta-navi:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}
.trade-area {
	margin-bottom : 10px;
}
/*------------------------------------------------------------
	 販売業者情報エリア 
------------------------------------------------------------*/
#deta-layout dl {
	display : inline;
	float : left;
	width : 300px;
	margin : 0 0 0 20px;
}
#deta-layout dt {
	clear : both;
	float : left;
	padding : 2px 0;
	color : #309117;
}
#deta-layout dd {
	padding : 2px 0 2px 10em;
	border-bottom : 1px solid #c8c8c8;
}
#deta-layout blockquote {
	clear : both;
}


/*------------------------------------------------------------
	販売エリア設定
------------------------------------------------------------*/

#contentRight table {
	border-collapse:collapse;
}

/*------------ レイアウト ------------*/
.left-block {
	width : 300px;
	float : left;
}
.right-block {
	width : 300px;
	float : right;
}


/*------------ 販売可能量 ------------*/
.sales-box {
	width : 630px;
	margin : 0 0 20px;
	border : 1px solid #c8c8c8;
}
.sales-box th {
	padding : 5px 10px;
	border : 1px solid #c8c8c8;
	background : #d6f18e;
}
.sales-box td {
	width : 300px;
	padding : 5px 10px;
	border : 1px solid #c8c8c8;
	background : #fcfbe2;
}

/*------------ 入札状況 ------------*/
.tender-table {
	width : 300px;
	font-size : 14px;
	text-align: left;
	color : #435424;
}
.tender-table th,
.tender-table td {
	padding : 5px 10px;
	border-bottom : 1px solid #c1eba9;
}
.tender-table p {
	font-size : 100%;
}
.tender-table td a {
	padding-left : 15px;
	background : url(../img/icon/liststyle03.gif) no-repeat 0 center;
}
.tender-table .text-left {
	float : left;
}
.tender-table .text-right {
	padding-top : 0.3em;
	float : right;
}

.left-block p {
	margin : 5px 0;
}

/*------------ 自動計算表 ------------*/
.cart-box {
	width : 300px;
	margin : 20px 0 0;
	border-top : 1px solid #c8c8c8;
	background : url(../img/101/cart_box_in.gif) repeat-y #ffffff;
	border-bottom : 1px solid #c8c8c8;
}
.cart-box table {
	width : 298px;
	margin : 0 1px;
	text-align : left;
	background : url(../img/101/cart_box.jpg) no-repeat #ffffff;
}
.cart-box .att {
	margin : 0 0 0 0;
	padding : 0 10px 5px;
	font-size : 12px;
	background : url(../img/101/cart_box_line.gif) repeat-x 0 bottom;
}
.cart-box th,
.cart-box td {
	margin : 0 0 0 0;
	padding : 4px 10px;
	background : url(../img/101/cart_box_line.gif) repeat-x 0 bottom;
}
.cart-box th {
	color : #435424;
}
.cart-box .border-none th,
.cart-box .border-none td {
	background : none;
}


.cart-box .cart-btn {
	text-align : center;
	padding : 10px 0;
}
.cart-btn a {
	display : block;
	width : 240px;
	height : 40px;
	margin : 0 auto;
	overflow : hidden;
	text-indent:-5000px;
	background : url(../img/btn/cart_btn.jpg) no-repeat;
}
.cart-btn a:hover {
	background-position : 0 -40px;
}


/*------------ 設定内容 ------------*/
.price-set-box {
	width : 300px;
	margin : 0 0 10px;
	color : #435424;
	border : 1px solid #c8c8c8;
}
.price-set-box .caption {
	text-align : center;
	padding : 4px 0;
	background : #effad3;
}
.price-set-box th,
.price-set-box td {
	padding : 4px 10px;
	font-size : 13px;
	text-align : left;
	border-top : 1px solid #c8c8c8;
	border-bottom : 1px solid #c8c8c8;
}

/*------------ 販売元情報 ------------*/
.add-box {
	width : 300px;
}
.add-box th,
.add-box td {
	font-size : 0.8em;
	padding : 5px 0;
	border-bottom : 1px solid #c8c8c8;
}
.add-box th {
	text-align : left;
	color : #3c9725;
}

.tend-inq-btn {
	position : relative;
	right : -8px;
	float : right;
}

/*------------ アローナビ ------------*/
.deta-navi {
	clear : both;
	width : 630px;
	margin : 5px 0;
	padding : 5px 0;
	list-style : none;
	border-top : 1px solid #c8c8c8;
	border-bottom : 1px solid #c8c8c8;
}
.deta-navi li {
	float : right;
	margin : 0 0 0 15px;
}
.deta-navi .left {
	float : left;
	margin : 0 0 0 0;
}
.deta-navi a {
	padding : 0 0 0 12px;
	font-size :12px;
	background : url(../img/icon/liststyle03.gif) no-repeat 0 center;
}
.deta-navi .left a {
	padding : 0 0 0 12px;
	font-size :12px;
	background : url(../img/icon/liststyle05.gif) no-repeat 0 center;
}

/*------------------------------------------------------------
	表示件数とページ数の設定
------------------------------------------------------------*/
.num-item {
	font-size : 0.9em;
}
.num-item p {
	float : left;
}
.num-item .font-b {
	font-size : 120%;
	font-weight : bold;
	color : #cc0000;
}

.num-item ul {
	float : right;
	margin : 0 0 0.8em;
	font-size : 0.9em;
}
.num-item li {
	float : left;
	margin : 0 0 0 10px;
	list-style : none;
}
.num-item a{
	text-decoration : underline;
	color : #86c34a;
}
.now {
	background : #86c34a;
}
.num-item .now a{
	color : #ffffff;
	padding : 5px;
}


/*------------------------------------------------------------
	左カラム
------------------------------------------------------------*/

/* ログイン者情報 */
.log-in {
	width : 240px;
	height : 92px;
	margin : 0 0 20px;
	background : url(../img/parts/login_bg.gif) no-repeat;
}
.log-in dt {
	padding : 10px 0 5px 15px;
	color : #ffffff;
	border-bottom :1px solid #c8c8c8;
}
.log-in strong {
	font-size : 18px;
}
.log-in dd {
	padding : 5px 0 0 15px;
	font-size : 12px;
	color : #e0dfe3;
}


/*------------------------------------------------------------
	汎用クラス
------------------------------------------------------------*/


/*------------ テキスト設定 ------------*/
.left {
	float : left;
}
.right {
	float : right;
}
.att {
	color : #cc0000;
}
.font-b {
	font-weight:bold;
	font-size : 1.4em;
	color : #cc0000;
}
.font-price {
	font-weight:bold;
	font-size : 1.4em;
	color : #2129c9;
}
.font-tiny {
	font-size : 0.7em;
	padding-right: 4px;
}
