@charset "UTF-8";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet shop_list.css
------------------------------------------------------------------------------------------ 
*/

/* --------------------------------------------------------------------------------------- */
/* shop_list */
#shop_list {}

/* inner_alpha */
#shop_list .inner_alpha h3 {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #322E2C;
}
	
#shop_list .inner_alpha dl {
	margin-bottom: 40px;
}

#shop_list .inner_alpha dl dt {
	line-height: 1;
	border-left: 2px solid #666666;
	padding-left: 7px;
	margin-bottom: 8px;
}
#shop_list .inner_alpha dl dd {
	font-size: 91%;
	color: #666666;
	padding-left: 7px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #322E2C;
}

/* brand */
#shop_list ul.list_brand {
	width: 720px;
	line-height: 1.6;
	margin: 0 -20px 20px 0;
	overflow: hidden;
}
#shop_list ul.list_brand li {
	width: 160px;
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	font-size: 91%;
}
#shop_list ul.list_brand li a {
	display: inline-block;
	width: 160px;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #1E1E1E;
}

/* area */
#shop_list ul.list_area {
	width: 720px;
	margin: 0 -20px 40px 0;
	overflow: hidden;
}
#shop_list ul.list_area li {
	width: 160px;
	display: inline;
	float: left;
	margin: 0 20px 10px 0;
	text-align: center;
	font-size: 83%;
}
#shop_list ul.list_area li a {
	display: inline-block;
	width: 160px;
	height: 60px;
	background: #FFFFFF;
}
/* --------------------------------------------------------------------------------------- */