@charset "utf-8";

/* sub_page_title */
div.sub_page_title {
	background-image:url(../images/bg_pagetitle_wide.png);
	background-repeat:no-repeat;
	height:72px;
	padding:8px 16px;
}
div.sub_page_title p {
	font-size:80%;
}
div.sub_page_title h3 {
	font-size:125%;
	font-weight:bold;
}
	*:first-child + html div.sub_page_title {
	}
	* html div.sub_page_title {
	}



/* itemdetail */
div.itemdetail {
	background-image:url(../images/bg_detail_middle.png) ;
}
div.itemdetail h4 {
	font-size: 175%;
	font-weight:bold;
	padding:0px 0px 0px 16px;
}
div.itemdetail h4 span {
	font-size: 50%;
	font-weight:normal;
	margin-left:16px;
}
div.itemdetail div.left_detail {
	text-align:center;
	float:left;
	display:inline;
	width:160px;
	margin:16px 8px;
}
div.itemdetail div.left_detail dl {
}
div.itemdetail div.left_detail dl dt {
}
div.itemdetail div.left_detail dl dd {
	font-size:70%;
	margin:0px 0px 16px 0px;
}
div.itemdetail div.left_detail ul {
}
div.itemdetail div.left_detail ul li {
}
div.itemdetail div.left_detail ul a {
	text-indent:-9999px;
	display:block;
	margin:16px auto 0px auto;
	width:96px;
	height:24px;
}
div.itemdetail div.left_detail ul a.catalog {
	background-image:url(../images/detail_btn_catalog.gif);
	background-repeat:no-repeat;
}
div.itemdetail div.right_detail {
	float:right;
	display:inline;
	width:368px;
	margin:16px 8px;
}
div.itemdetail div.right_detail h5 {
	font-weight: bold;
	margin:0px 0px 8px 0px;
}
div.itemdetail div.right_detail p {
	font-size:85%;
}
div.itemdetail div.estimate_detail {
	background-color:#f0e0e0;
	border:#f08080 solid 1px;
	clear:both;
	margin:32px 16px 0px 16px;
}
div.itemdetail div.estimate_detail p {
	color:#C00;
	font-size:80%;
	font-weight:bold;
	background-color:#FC0;
	padding:0px 16px;
}
div.itemdetail div.estimate_detail blockquote {
	color:#C00;
	font-size:80%;
	font-weight:bold;
	line-height:1.25;
	background-color:#FCC;
	border:#C00 solid 1px;
	padding:8px 16px;
}
div.itemdetail div.estimate_detail ul {
	margin:16px 32px;
}
div.itemdetail div.estimate_detail ul li {
	color:#000;
	border-color:#c0c0c0;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	margin:8px 0px;
	padding:4px 16px;
}
div.itemdetail div.estimate_detail ul li span {
	font-size:80%;
	display:block;
	float:left;
	width:128px;
}



div.itemdetail table {
	margin:16px 0px 0px 0px;
	border:#800 solid 2px;
	width:98%;
}
div.itemdetail table caption {
	font-size:80%;
	line-height:1.25;
	text-align:left;
}
div.itemdetail table thead th {
	color:#404040;
	font-weight:bold;
	font-size:80%;
	line-height:1.25;
	border:#800 solid 1px;
	background-color:#bfb9b9;
}
div.itemdetail table tbody th {
	color:#404040;
	font-size:80%;
	line-height:1.25;
	border:#800 solid 1px;
	background-color:#dfd9d9;
}
div.itemdetail table tbody td {
	color:#404040;
	font-size:80%;
	line-height:1.25;
	border:#800 solid 1px;
	background-color:#dfd9d9;
}
div.itemdetail table tbody td.price {
	color:#c00;
	font-size:125%;
	font-weight:bold;
}
div.itemdetail table tbody td.price span {
	font-size:70%;
	font-weight:normal;
	margin:0px 0px 0px 16px;
}
div.itemdetail table tbody td a {
	color:#c00;
}

div.itemdetail div.historyback {
	float:right;
	margin:0px 16px;
}
div.itemdetail div.historyback a {
	font-size:70%;
	border:#fff solid 1px;
	display:block;
	padding: 0px 4px;
}
div.itemdetail div.hb_top {
}
div.itemdetail div.hb_bottom {
	margin-top: 16px;
}



















