@charset "utf-8";

/*
-------------------------------------
CSS file croon a song
FileName:shop_list.css
-------------------------------------
*/

/*
===== CONTENTS ===========================================

	1: CONT AREA

==========================================================
*/
/*
===== 1: CONT AREA ==========================================
*/
#shop_list_wrap{
	display: block;
	width: 954px;
	height: 100%;
	margin: 30px auto 60px auto;
}
/**/
#shop_list_wrap div.shop_part{
	display: block;
	width: 470px;
	height: 100%;
	margin: 0 6px 45px 1px;
	float:left;
}
/**/
#shop_list_wrap div.shop_part td.title_bg_ladies{
	width: 470px;
	height: 31px;
	background:url(../../shop_list/images/title_ladies_bg.gif) no-repeat;
	border-bottom: 1px solid #CCC;
}
#shop_list_wrap div.shop_part td.title_bg_mens{
	width: 470px;
	height: 31px;
	background:url(../../shop_list/images/title_mens_bg.gif) no-repeat;
	border-bottom: 1px solid #CCC;
}
#shop_list_wrap div.shop_part td.title_bg_both{
	width: 470px;
	height: 31px;
	background:url(../../shop_list/images/title_both_bg.gif) no-repeat;
	border-bottom: 1px solid #CCC;
}
/**/
#shop_list_wrap div.shop_part p.shop_name{
	font-size: 14px;
	padding: 8px 0 8px 5px;
}
#shop_list_wrap div.shop_part td.ad_tx{
	width: 300px;
	padding: 0;
}
#shop_list_wrap div.shop_part td p{
	padding: 10px 0 0 0;
	line-height: 20px;
}
/**/
#shop_list_wrap div.shop_part img{
	padding-left: 5px;
}
#shop_list_wrap div.shop_part td.photo{
	width: 150px;
	padding: 5px 5px 0 0;
}	
/**//**/
#shop_list_wrap div.bb_press{
	display: block;
	width: 300px;
	height: 110px;
	margin: 0px 0px 300px 300px;
	padding-bottom: 30px;
}