@charset "utf-8";
/* CSS Document */

#sideBnr li
{
	margin-bottom: 10px;
}

#shop
{
	clear: both;
	margin-bottom: 30px;
	width: 100%;
}

#shop th,
#shop td
{
	padding: 12px;
	border: 1px solid #d6d6d6;
}

#shop th
{
	font-weight: 800;
	background: #fafafa;
}

#shopPhoto
{
	margin-bottom: 20px;
}

#shopPhoto li
{
	float: left;
	margin: 0 5px;
	width: 300px;
}

.caption
{
	margin-top: 5px;
	text-align: left;
	font-size: 10px;
}

#info {
	clear: both;
	display: block;
	margin-top: 20px;
	padding: 15px;
	width: 580px;
	height: 135px;
	background: url(../images/bg_info.jpg) top no-repeat;
}

#info dt {
	float: left;
	margin-right: 15px;
	width: 200px;
	height: 130px;
}

#info dd h4 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.big {
	font-size: 16px;
	font-weight: bold;
}


