@charset "utf-8";

#shop .guide {
    width: 157px !important;
}

.proShopLink li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 5em;
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(/common/images/ico_down_01.gif) no-repeat left center;
	white-space: nowrap;
}
.proShopWrap {
	margin-top: 40px;
	border-top: 1px solid #E5E5E5;
}
.proShopSection {
	margin-top: 40px;
}
.proShopSection table {
	width: 100%;
	margin-top: 20px;
}
.proShopSection thead {
	background-color: #fafafa;
}
.proShopSection th,
.proShopSection td {
	border: 1px solid #E5E5E5;
	padding: 10px;
}

