@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	商品一覧
------------------------------------------------------------*/
#products1{
	clear:left;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	height:auto;
	background:#FFF;
}

#products1 h1{
	margin-bottom:10px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	border-bottom:#996633 2px solid;
}

#products1 h1 p{
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:8px;
	margin-bottom:2px;
	border-left:#996633 5px solid;
	border-bottom:#996633 1px dotted;
}

#products1 ul{
	color:#B6B48E;
}

#products1 li{
	text-align:left;
	color:#000;
	line-height:1.6em;
}

#products1 li span{
	color:#C00;
}

/*------------------------------------------------------------
	メニューリスト
------------------------------------------------------------*/
.list1 ul{
	border-bottom:1px solid #ccc;
}

.list1 ul li{
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background:linear-gradient(#fff, #f0f0f0);
	border-bottom:1px solid white;
	border-top:1px solid #ccc;
	height:44px;
	margin:0;
}

.list1 ul li a{
	color:#333;
	display:block;
	height:44px;
	margin:0;
	padding:0 0 0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	line-height:44px;
}

.list1 ul li a::after{
	content:url(../common/list_mark1.png);
	float:right;
}