@charset "utf-8";
/* products_1 */
@import "products.css";


/*内容*/

div.right div#none {
	border:none;
	}

div.right div.box {
	width:560px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:0px;
	border-bottom:solid 1px #ccc;
	}	

div.box div.in {
	width:280px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px;
	}

/*商品名*/
div.in h3 {
	width:250px;
	height:30px;
	margin:40px 0px 40px 10px;
	text-indent:-9999px;
	}

/*詳細*/
div.in div {
	width:250px;
	height:auto;
	overflow:hidden;
	margin:0px 10px;
	font-size:12px;
	}

div.in div p {
	margin:3px 0px 3px;
	clear:both;
	}
	
div.in div p a.dl {
	display:block;
	width:200px;
	margin:5px 0px;
	line-height:10px;
	background-position:left center;
	padding-left:15px;
	background:url(../../images/mark.gif) no-repeat;
	}
	
div.in div span {
	display:block;
	width:60px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px 20px 0px 0px;
	letter-spacing:1px;
	font-weight:bold;
	}

div.in div a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:normal;
	}

/*画像*/
div.box h4 {
	width:220px;
	height:200px;
	float:left;
	margin:0px;
	text-indent:-9999px;
	}
	
	
	
