@charset 'euc-jp';
/***************************************
file Name: products_new.css
URI: 
Description: project fw
Version: 1.0
Author: TETRADESIGN WORKS
Author URI: http://tetradesign.jp/
***************************************/


#box_new_item.section{
	background:none;
}

#sorter { text-align:right;}
#sorter form{ display:inline;}

.product_new_list{
	margin-top: 20px;
	padding-top: 20px;
	background: url(../images/common/border_dot.gif) repeat-x left top;
}

.product_new_img_block{
	float: left;
	width: 200px;
}
.product_new_detail_block{
	float: right;
	width: 246px;
}

.product_new_detail_block dl dt{
	font-size: 14px;
	font-weight: bold;
	border-left: 3px solid #E10A19;
	padding-left: 8px;
	margin-bottom:10px;
}
.product_new_detail_block dl dt a{
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}

.product_new_detail_block dl dd{
	line-height: 1.5;
	font-family: 'Times New Roman', Times, serif;
}



.product_new_description{
	clear: both;
	line-height: 1.5;
	padding: 15px 0 15px;
}
.button_detail{
	clear: both;
	text-align: right;;
}


/* ÄÌ¾ï²Á³Ê */
.dotcontent div.section .product_new_detail_block p.normal_price{
	font-size: 12px;
	margin-bottom:0;
	font-family: 'Times New Roman', Times, serif;
}
.product_new_detail_block p.normal_price span.us_d{
	font-size: 14px;
}
.product_new_detail_block p.normal_price span.jp_yen{
	font-size: 12px;
	padding-bottom: 2px;
}

.product_new_detail_block p.delete_price span{
	text-decoration: line-through;
}

/* ÆÃ²Á */
.dotcontent div.section .product_new_detail_block p.sale_price{
	font-weight: bold;
	font-size:12px;
	margin-bottom:0;
	font-family: 'Times New Roman', Times, serif;
}

.product_new_detail_block p.sale_price span.jp_yen,
.product_new_detail_block p.sale_price span.discount{
	font-size: 14px;
	color: #FF0000;
	font-weight:bold;
	padding-bottom: 4px;
}
.product_new_detail_block p.sale_price span.us_d{
	color: #FF0000;
	font-size: 20px;
	font-weight:bold;
}


