@charset "utf-8";

/* コンテンツスタイル
------------------------------------------------------------- */
* html div#contents div.products div.products_inner {
	margin: 0 20px 0 0;
}

*+html div#contents div.products div.products_inner {
	margin: 0 20px 0 0;
}



/* 商品一覧 */

div#contents div.products div.products_inner ul {
	border-top: 1px dotted #9A6133;
	background: none;
}

div#contents div.products div.products_inner ul li {
	border-bottom: 1px dotted #9A6133;
	background: none;
}


