﻿

/*おすすめ商品テーブル
----------------------------------------------*/
.osusumeTbl{
	border-collapse:collapse;
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	margin: 10px auto;
}

.osusumeTbl th{
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 4px;
	margin: 0;
	font-size: 14px;
	width: 30%;
	font-weight: bold;
	background-color: #A0522D;
	color: #ffffff;
	text-align: center;
}

.osusumeTbl td{
	border-right: 1px #CCC solid;
	border-bottom: 1px #252525 solid;
	padding: 4px;
	margin: 0;
	text-align: center;
}

.osusumeTbl td.desc {
	font-size: 14px;
	vertical-align: top;
	line-height: 18px;
	text-align: left;
}

.note{
	font-size:12px;
}

