@charset "utf-8";

/*----------------------------------------
 PAGE:/shop
------------------------------------------
 import
----------------------------------------*/
 @import url(/common/css/import.css);
/*--------------------------------------*/

#shop{
	background:#333 url(../../common/img_con/lace960s_white.gif) no-repeat left bottom;
	padding:10px 10px 17px 10px;
}
#shop .paL10{
	padding-left:10px;
}
#shop .paT15{
	padding-top:15px;
}


#shop #info{
	background-image:url(../images/shop_bcg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:530px;
	padding:15px 45px 25px;
}
#shop #info dl{
	color:#000;
}
#shop #info dl dt, #shop #info dl dd{
	margin-bottom:5px;
	float:left;
}
#shop #info dl dt{
	width:80px;
}
#shop #info dl dd{
	width:450px;
}
#shop #info ul{
	margin-top:5px;
}
#shop #info ul li{
	display:inline;
}
#shop #info ul li.resBtn{
	padding-left:25px;
}

#shop .photoBox{
	margin-top:10px;
}
#shop .photoBox .paL10{
	padding-left:10px;
}
#shop .photoBox #w371{
	width:371px;
	float:left;
	padding-right:10px;
}

#shop p{
	color:#eee1e2;
	margin-bottom:15px;
	padding:0 20px;
}


