@charset "utf-8";

/* ------ Body ------ */
#shop{
	margin-top:40px;
}
#shop table{
	width:100%;
}
#shop table tr:first-child th,
#shop table tr:first-child td{
	padding-top:0;
}
#shop table th,
#shop table td{
	vertival-align:top;
	line-height:1.4em;
	padding:5px 0 30px;
	border-bottom: 1px dotted #ccc;
	font-weight:normal;
}
