@charset "UTF-8";
/* お取扱商品のCSS Document */

#otoriatsukai #wrapper #main table {
	width: 640px;
	margin-bottom: 20px;
}
#otoriatsukai #wrapper #main table th {
	background-color: #FC3;
	width: 30%;
	font-weight: normal;
	padding: 10px 15px 10px 5px;
	text-align: right;
	border-bottom: 1px solid #FFF;
}
#otoriatsukai #wrapper #main table td {
	background-color: #FFC;
	padding: 10px 5px 10px 15px;
	border-bottom: 1px solid #FFF;
	width: 35%;
}
